No queries shown admin GUI

I have the same problem. debug token: tmyn6ai0r5

I have rebuilt multiple times, recreated the FTL db, rebooted
the server, etc.

In addition, from debug output:
[✗] dnsmasq daemon is inactive

pihole is working, the gui is not.

root@tompetty:/etc/pihole# echo ">stats" | nc localhost 4711
domains_being_blocked 126732
dns_queries_today 24785
ads_blocked_today 8156
ads_percentage_today 32.907001
unique_domains 1922
queries_forwarded 14951
queries_cached 1678
clients_ever_seen 7
unique_clients 7
dns_queries_all_types 24984
reply_NODATA 2875
reply_NXDOMAIN 246
reply_CNAME 5788
reply_IP 28591
status enabled
---EOM---

This is normal with Pi-Hole V4 - dnsmasq is embedded in pihole-FTL and pihole-FTL runs on port 53 in place of dnsmasq. All the functionality and configuration remains the same. A debug log will report dnsmasq as "failed" or "inactive". Your log reports it as inactive.

*** [ DIAGNOSING ]: Ports in use
...
*:53 pihole-FTL (IPv4)
*:53 pihole-FTL (IPv6)

*** [ DIAGNOSING ]: Pi-hole processes
[✗] dnsmasq daemon is inactive

https://docs.pi-hole.net/ftldns/dns-resolver/

Can you post some screenshots showing what you are seeing?

Thanks for confirming that part!

is the FTL service runnin on port 4711?

root@tompetty:/etc/pihole# netstat -ano | grep 4711
-bash: netstat: command not found
root@tompetty:/etc/pihole# echo ">stats" | nc localhost 4711 
domains_being_blocked 126732
dns_queries_today 25481
ads_blocked_today 8449
ads_percentage_today 33.158039
unique_domains 1954
queries_forwarded 15345
queries_cached 1687
clients_ever_seen 7
unique_clients 7
dns_queries_all_types 25686
reply_NODATA 2932
reply_NXDOMAIN 254
reply_CNAME 5916
reply_IP 29456
status enabled
---EOM---

Yes?

Your lighttpd log has a lot of errors we have pinged the web expert and hopefully he will respond when he is able(currently in school)

Thanks for your patience

You can ignore the errors on 11/11/2018 regarding php-cgi not loading, that has been resolved. Currently I am not seeing any errors (or any output) in the /var/log/lighttpd/error.log. No worries, I understand time. Thanks!

Additional information: If I attempt a "git checkout master", my machine locks hard at the step where it verifies the MD5 of FTL. Unresponsive on console, CPU maxed at 100%. I left it running that way for approx 12 hours before hard booting. This is with Xeon 5550 2.67Ghz CPU. Comes back up with the same symptoms, pihole is working, I can see pihole.log adding entries, but nothing in GUI. Thanks!

Sorry for the delayed response.

From the lighttpd error log:

  2018-11-11 15:33:31: (mod_fastcgi.c.1478) invalid "bin-path" => "/usr/bin/php-cgi" (check that file exists, >is regular file, and is executable by lighttpd) 
  2018-11-11 15:33:31: (mod_fastcgi.c.1159) the fastcgi-backend /usr/bin/php-cgi failed to start: 
  2018-11-11 15:33:31: (mod_fastcgi.c.1163) child exited with status 2 /usr/bin/php-cgi 
  2018-11-11 15:33:31: (mod_fastcgi.c.1166) If you're trying to run your app as a FastCGI backend, make >sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags. 
  2018-11-11 15:33:31: (mod_fastcgi.c.1518) [ERROR]: spawning fcgi failed. 
  2018-11-11 15:33:31: (server.c.1269) Configuration of plugins failed. Going down.

Your PHP install is either broken or the lighttpd PHP config is misconfigured. Check that you have a FastCGI compatible version of PHP installed, and that the path shown above is valid.

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