Expected Behaviour:
Regular update of Ubuntu OS should not affect pi-hole
Actual Behaviour:
After recent update, pi-hole DNS service fails to start. Reboot doesn't help
However, restart of pi-hole will recover the DNS service (sudo systemctl restart pihole-FTL)
Debug Token:
4acp0hx49r (Just rebooted and DNS service not running.. need to change /etc/resolv.conf to upload this token)
l3bbiphzhe (Debug obtained after restart of pihole-FTL and pihole works again)
My pi-hole installation has been running smooth for few months without any issue.
Applied Ubuntu update (sudo apt-get update; sudo apt-get upgrade) today, pihole no longer runs as expected. See info below:
$ pihole restartdns
[âś“] Starting DNS service
$ pihole status
[âś—] DNS service is NOT running
$ sudo systemctl status pihole-FTL
â—Ź pihole-FTL.service - LSB: pihole-FTL daemon
Loaded: loaded (/etc/init.d/pihole-FTL; bad; vendor preset: enabled)
Active: active (exited) since Tue 2019-06-04 20:09:07 HKT; 8min ago
Docs: man:systemd-sysv-generator(8)
Process: 603 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)
Jun 04 20:08:56 xxxx systemd[1]: Starting LSB: pihole-FTL daemon...
Jun 04 20:08:57 xxxx pihole-FTL[603]: Not running
Jun 04 20:09:07 xxxx su[1228]: Successful su for pihole by root
Jun 04 20:09:07 xxxx su[1228]: + ??? root:pihole
Jun 04 20:09:07 xxxx su[1228]: pam_unix(su:session): session opened for user pihole by (uid=0)
Jun 04 20:09:07 xxxx pihole-FTL[603]: dnsmasq: unknown interface eth0
Jun 04 20:09:07 xxxx systemd[1]: Started LSB: pihole-FTL daemon.
Jun 04 20:11:10 xxxx systemd[1]: Started LSB: pihole-FTL daemon.
Jun 04 20:17:15 xxxx systemd[1]: Started LSB: pihole-FTL daemon.
After restart of service (sudo systemctl restart pihole-FTL), everything works again!
I don't know what caused this strange behavior? A simple crontab that restart of pihole-FTL can temporarily fixes this issue but wonder if there is a resolution.
Thanks, pi-hole team!