FTL startet nicht mehr seit kurzem

Hi Leute,
hoffe mir kann hier jemand helfen, mein Pihole hat super funktioniert,
aber seit heute (Update?) steht dort "Lost Connection to API".

Hier ist der Debug Log, ich werde daraus aber nicht schlau..
https://tricorder.pi-hole.net/qfvvlso4av

Liebe Grüße

No debug log token was posted.

Now it's there, thanks :slight_smile:

You have unbound configured, but you are not using it for DNS resolution. This may be interfering with pihole-FTL. What are the outputs of:

sudo service pihole-FTL status

sudo netstat -nltup | grep 'Proto\|:53 \|:5053 \|:5353 \|:67 \|:80 \|:471'

● pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; generated; vendor preset: enabled)
   Active: active (exited) since Wed 2019-07-03 14:50:01 BST; 24min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1139 ExecStop=/etc/init.d/pihole-FTL stop (code=exited, status=0/SUCCESS)
  Process: 1145 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/pihole-FTL.service

Jul 03 14:50:00 raspberrypi systemd[1]: Starting LSB: pihole-FTL daemon...
Jul 03 14:50:00 raspberrypi pihole-FTL[1145]: Not running
Jul 03 14:50:00 raspberrypi su[1172]: Successful su for pihole by root
Jul 03 14:50:00 raspberrypi su[1172]: + ??? root:pihole
Jul 03 14:50:00 raspberrypi su[1172]: pam_unix(su:session): session opened for user pihole by (uid=0)
Jul 03 14:50:01 raspberrypi pihole-FTL[1145]: dnsmasq: failed to create listening socket for port 53: Address already in use
Jul 03 14:50:01 raspberrypi systemd[1]: Started LSB: pihole-FTL daemon.
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      667/unbound
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      659/lighttpd
tcp6       0      0 ::1:53                  :::*                    LISTEN      667/unbound
tcp6       0      0 :::80                   :::*                    LISTEN      659/lighttpd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           392/avahi-daemon: r
udp        0      0 127.0.0.1:53            0.0.0.0:*                           667/unbound
udp6       0      0 :::5353                 :::*                                392/avahi-daemon: r
udp6       0      0 ::1:53                  :::*                                667/unbound

Thanks

This is the problem. Unbound is occupying port 53, which is preventing pihole-FTL from running.

Options:

  1. Uninstall unbound - it appears you aren't using it.

  2. Move unbound to an alternate port - see this guide:

https://docs.pi-hole.net/guides/unbound/

Yay. It's working :wink: Thank you so much. Still weird though that unbound is starting problems without anything prior.

EDIT: We can close this topic now :+1: