pi-hole / FTL

The Pi-hole FTL engine
https://pi-hole.net
Other
1.38k stars 196 forks source link

automatic install: usr/bin/pihole-FTL: No such file or directory #228

Closed smitdol closed 6 years ago

smitdol commented 6 years ago

In raising this issue, I confirm the following (please check boxes, eg [X]) Failure to fill the template will close your issue:

How familiar are you with the codebase?: 1


[BUG | ISSUE] Expected Behaviour: running Pi-hole/automated install/basic-install.sh succeeds

[BUG | ISSUE] Actual Behaviour: during installation two lines with following message show, of which last occurrence is /opt/pihole/updatecheck.sh: line 56: /usr/bin/pihole-FTL: No such file or directory

there is a pihole-FTL at that location: -rwxr-xr-x 1 root root 1368544 Feb 14 21:07 /usr/bin/pihole-FTL seems not runnable

admin/settings show "The FTL service is offline!"

[BUG | ISSUE] Steps to reproduce: run Pi-hole/automated install/basic-install.sh on armv6l

Log file output [if available]

/opt/pihole/updatecheck.sh: line 56: /usr/bin/pihole-FTL: No such file or directory

Device specifics

Hardware Type: rPi, VPS, etc OS: platform (lscpu) Architecture: armv6l Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 Model: 7 Model name: ARMv6-compatible processor rev 7 (v6l) CPU max MHz: 850.0000 CPU min MHz: 700.0000 BogoMIPS: 697.95 Flags: half thumb fastmult vfp edsp java tls

This template was created based on the work of udemy-dl.

smitdol commented 6 years ago

cat /etc/*-release PRETTY_NAME="Open Source Media Center" NAME="OSMC" VERSION="December 2017" VERSION_ID="2017.12-1" ID=osmc ID_LIKE=debian

smitdol commented 6 years ago

found it! see https://discourse.pi-hole.net/t/pihole-ftl-refuses-to-start-after-upgrade-osmc/2895/3 after executing sudo ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3 then sudo /etc/init.d/pihole-FTL restart works