No resolution on pi-hole device

something went wrong

pihole -v
  Current Pi-hole version is development v4.3.5-492-ga1e913de.
  Current AdminLTE version is devel v4.3.3.
  Current FTL version is development vDev-da84864.

pihole -up
  [i] Checking for updates...
fatal: unable to access 'https://github.com/pi-hole/pi-hole.git/': Could not resolve host: github.com
  [i] Pi-hole Core:	update available
fatal: unable to access 'https://github.com/pi-hole/AdminLTE.git/': Could not resolve host: github.com
  [i] Web Interface:	update available
curl: (6) Could not resolve host: ftl.pi-hole.net
  [i] FTL:		update available

  [i] Pi-hole core files out of date, updating local repo.
  [✓] Check for existing repository in /etc/.pihole
  [i] Update repo in /etc/.pihole...
  : Could not update local repository. Contact support.

pihole -r
and

 [i] FTL Checks...

  [✓] Detected ARM-hf architecture (armv6 or lower) Using ARM binary
  [i] Checking for existing FTL binary...
curl: (6) Could not resolve host: ftl.pi-hole.net
  [i] Checksums do not match, downloading from ftl.pi-hole.net.
  [i] Downloading and Installing FTL...curl: (6) Could not resolve host: ftl.pi-hole.net
  [✗] Downloading and Installing FTL
  Error: URL https://ftl.pi-hole.net/development/pihole-FTL-arm-linux-gnueabi not found
  [✗] FTL Engine not installed

Something is wrong with domain domain resolution on your device.

What do you get from: nslookup github.com

Is pihole-FTL running? sudo service pihole-FTL status or sudo service pihole-FTL restart

if not, try adding nameserver 8.8.8.8 to /etc/resolv.conf and try again.

pi@pihole02:~ $ pihole -v
  Current Pi-hole version is development v5.0-38-gd524f9a7.
  Current AdminLTE version is devel v5.0-101-g9c6a582c.
  Current FTL version is development vDev-da84864.

ftl offline no conection to api after pihole -r

 [✗] pihole-FTL: no process found
  [✓] Cleaning up stray matter
  [✓] Restarting DNS server

  [✗] DNS service is NOT running

sudo service pihole-FTL status
● pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; generated)
   Active: active (exited) since Wed 2020-05-13 16:56:47 CEST; 1min 35s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 242 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)

May 13 16:56:19 pihole02 systemd[1]: Starting LSB: pihole-FTL daemon...
May 13 16:56:21 pihole02 pihole-FTL[242]: Not running
May 13 16:56:24 pihole02 su[364]: (to pihole) root on none
May 13 16:56:24 pihole02 su[364]: pam_unix(su:session): session opened for user pihole by (uid=0)
May 13 16:56:46 pihole02 pihole-FTL[242]: Illegal instruction
May 13 16:56:47 pihole02 systemd[1]: Started LSB: pihole-FTL daemon.
pi@pihole02:~ $ sudo service pihole-FTL restart
pi@pihole02:~ $ sudo service pihole-FTL status
● pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; generated)
   Active: active (exited) since Wed 2020-05-13 16:58:41 CEST; 2s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 880 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)

May 13 16:58:39 pihole02 systemd[1]: Starting LSB: pihole-FTL daemon...
May 13 16:58:39 pihole02 pihole-FTL[880]: Not running
May 13 16:58:39 pihole02 su[904]: (to pihole) root on none
May 13 16:58:39 pihole02 su[904]: pam_unix(su:session): session opened for user pihole by (uid=0)
May 13 16:58:41 pihole02 pihole-FTL[880]: Illegal instruction
May 13 16:58:41 pihole02 systemd[1]: Started LSB: pihole-FTL daemon.

Hmm, something is now preventing FTL from starting...

Are you able to provide a debug token please? pihole -d (worth taking a look through the output yourself, too, in case there is something obvious!)

Removing 01-pihole.conf
in dir
/etc/dnsmasq.d
and reboot fix this problem for me

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.