DNS and FTL not running - config error

Please follow the below template, it will help us to help you!

Expected Behaviour:

DNS and FTLservice should be running

Actual Behaviour:

DNS and FTL service aren't running

Debug Token:

x02t9apk0c

What are the outputs of the following commands from the Pi terminal?

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

sudo service pihole-FTL status

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

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      5861/lighttpd
tcp6       0      0 :::80                   :::*                    LISTEN      5861/lighttpd
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           324/avahi-daemon: r
udp6       0      0 :::5353                 :::*                                324/avahi-daemon: r

##sudo service pihole-FTL status

 pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; generated)
   Active: active (exited) since Thu 2020-01-23 20:58:14 WET; 22min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 6241 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SU

jan 23 20:58:13 raspberrypi systemd[1]: Starting LSB: pihole-FTL daemon...
jan 23 20:58:13 raspberrypi pihole-FTL[6241]: Not running
jan 23 20:58:13 raspberrypi su[6270]: (to pihole) root on none
jan 23 20:58:13 raspberrypi su[6270]: pam_unix(su:session): session opened for u
jan 23 20:58:14 raspberrypi pihole-FTL[6241]: dnsmasq: bad dhcp-option at line 2
jan 23 20:58:14 raspberrypi su[6270]: pam_unix(su:session): session closed for u
jan 23 20:58:14 raspberrypi systemd[1]: Started LSB: pihole-FTL daemon.

This shold not appear. What is the output of the following command from the Pi terminal:

pihole-FTL dnsmasq-test

I had a typo on one of the configs.
Thanks

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