Your debug log shows dnsmasq running on port 53, and pihole-FTL not running.
*** [ DIAGNOSING ]: Ports in use
...
*:80 lighttpd (IPv4)
*:80 lighttpd (IPv6)
*:53 dnsmasq (IPv4)
*:53 dnsmasq (IPv6)
*** [ DIAGNOSING ]: Pi-hole processes
[β] dnsmasq daemon is active
[β] lighttpd daemon is active
[β] pihole-FTL daemon is active
Why are you manually starting dnsmasq? pihole-FTL contains the required dnsmasq code (new to Pi-Hole V 4.0), so dnsmasq should not be running as a separate process.
Hello,
so i do sudo service dnsmasq stop and reboot. Then DNS is running correctly.
piboy@rasp:~ $ pihole -up
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] Web Interface: up to date
[i] FTL: up to date
[β] Everything is up to date!
a new debug show :
76hc9fmbcs
*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[β] mkt354.com is 74.112.69.45 via localhost (127.0.0.1)
[β] Failed to resolve mkt354.com via Pi-hole (192.168.0.40)
[β] doubleclick.com is 172.217.22.142 via a remote, public DNS server (8.8.8.8)
*** [ DIAGNOSING ]: Pi-hole processes
[β] dnsmasq daemon is inactive
[β] lighttpd daemon is active
[β] pihole-FTL daemon is active
Not sure if I am missing something....
You should not run dnsmasq anymore.
Latest Pihole-FTL has dnsmasq "build in" An update to latest version would have disabled DNSmasq for you during update
Disable dnsmasq during boot should fix your issue. As you start the old dnsmasq before the Pihole-ftl service, port 53 is in use.
β pihole-FTL.service - LSB: pihole-FTL daemon
Loaded: loaded (/etc/init.d/pihole-FTL; generated; vendor preset: enabled)
Active: active (exited) since Wed 2018-09-26 21:16:07 CEST; 9min ago
Docs: man:systemd-sysv-generator(8)
sept. 26 21:16:07 rasp systemd[1]: Starting LSB: pihole-FTL daemon...
sept. 26 21:16:07 rasp pihole-FTL[1881]: Not running
sept. 26 21:16:07 rasp pihole-FTL[1881]: Failed to set capabilities on file `/usr/bin/pihole-FTL' (Operation not supported)
sept. 26 21:16:07 rasp pihole-FTL[1881]: The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
sept. 26 21:16:07 rasp su[1904]: Successful su for pihole by root
sept. 26 21:16:07 rasp su[1904]: + ??? root:pihole
sept. 26 21:16:07 rasp su[1904]: pam_unix(su:session): session opened for user pihole by (uid=0)
sept. 26 21:16:07 rasp pihole-FTL[1881]: dnsmasq: failed to create listening socket for port 53: Permission denied
sept. 26 21:16:07 rasp systemd[1]: Started LSB: pihole-FTL daemon.