I am running Ubuntu 18.04.1 and I installed Pihole without much trouble. The trouble started though when I rebooted. After I restart my machine (every time) Pihole stops working . When I check under the web interface - settings - it says FTL service is offline! . The only way to bring that service online is to issue the command sudo service pihole-FTL restart . `sudo service pihole-FTL start does not even work. sudo service pihole-FTL status returns the following:
ason@linserv:~$ sudo service pihole-FTL status
sudo: unable to resolve host linserv: Resource temporarily unavailable
[sudo] password for jason:
● pihole-FTL.service - LSB: pihole-FTL daemon
Loaded: loaded (/etc/init.d/pihole-FTL; generated)
Active: active (exited) since Sat 2018-08-18 11:28:03 EDT; 1min 13s ago
Docs: man:systemd-sysv-generator(8)
Process: 928 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUC
Aug 18 11:28:02 linserv systemd[1]: Starting LSB: pihole-FTL daemon...
Aug 18 11:28:02 linserv pihole-FTL[928]: Not running
Aug 18 11:28:02 linserv pihole-FTL[928]: chown: cannot access '/etc/pihole/dhcp.
Aug 18 11:28:03 linserv su[1089]: Successful su for pihole by root
Aug 18 11:28:03 linserv su[1089]: + ??? root:pihole
Aug 18 11:28:03 linserv su[1089]: pam_unix(su:session): session opened for user
Aug 18 11:28:03 linserv pihole-FTL[928]: dnsmasq: unknown interface eno1
Aug 18 11:28:03 linserv su[1089]: pam_unix(su:session): session closed for user
Aug 18 11:28:03 linserv systemd[1]: Started LSB: pihole-FTL daemon.status says
The dnsmasq: unknown interface eno1 is drawing my attention. Is it possible that dnsmasq is trying to use eno1 before it is even up and running (just guessing here I have limited knowledge on linux)
I googled a lot and found this Bug #1531184 “[SRU] dnsmasq doesn't start on boot because its in...” : Bugs : dnsmasq package : Ubuntu seems kinda like it could be the issue. Any thoughts? Thanks!
Note: I have already tried the -r option and also just removing and reinstalling.