pi-hole/pi-hole

(development-v6) cannot update FTL on arm device

tacgnol3 opened this issue · 1 comments

Versions

  • Pi-hole: development-v6
  • AdminLTE:
  • FTL:

Platform

  • OS and version: Debian Bullseye
  • Platform: BeagleboneBlack

Expected behavior

FTL to download normally.

Actual behavior / bug

I tried to update pihole using the usual command 'pihole -up', but this time i couldn't update the FTL package. See at the bottom for the cli output.

Steps to reproduce

Steps to reproduce the behavior:
pihole -up on a armv7 device

Debug Token

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

[i] FTL Checks...

[✓] Detected ARMv7 processor (with hard-float support)
[i] Checking for existing FTL binary...
curl: (7) Failed to connect to ftl.pi-hole.net port 443: Connection refused
[i] Checksums do not match, downloading from ftl.pi-hole.net.
[i] Downloading and Installing FTL...curl: (7) Failed to connect to ftl.pi-hole.net port 443: Connection refused
[✗] Downloading and Installing FTL
Error: URL https://ftl.pi-hole.net/development-v6/pihole-FTL-armv7-linux-gnueabihf not found

BeagleBone:~$ uname -a
Linux BeagleBone 5.10.168-ti-r73 #1bullseye SMP PREEMPT Wed Nov 29 00:30:50 UTC 2023 armv7l GNU/Linux

debian@BeagleBone:~$ pihole version
Core
Version is v5.17.1-261-g6e8029f (Latest: v5.17.3)
Branch is development-v6
Hash is 6e8029f (Latest: cc8f9fe)
Web
Version is v5.19-632-g8495f2fc (Latest: v5.21)
Branch is development-v6
Hash is 8495f2fc (Latest: 1dcf90bd)
FTL
Version is vDev-7b59c65 (Latest: v5.24)
Branch is development-v6
Hash is 7b59c651 (Latest: ce4407b5)

Rebooted the binary storage server - seems to have fixed it. Thanks for the report!