Web interface working but FTL offline

Setup

Using Apache on port 8080 to access pihole. Also NGINX is installed on port 80.

Expected Behaviour:

FTL Online and stats retrieved and shown

Actual Behaviour:

Web interface working but FTL shown as offline. Arrows keep spinning without being able to retrieve any content

pihole -c returns:
/opt/pihole/chronometer.sh: line 19: /dev/tcp/127.0.0.1/4711: Connection refused

/var/log/pihole* doesn't seem to have been updated since intial install and not showing any problem

Tried to empty my browser cache as seen in one of the posts on the subject but didn't help.

As expected, stopping NGINX and Apache to only use Lighttpd didn't help. The problem seems to be on a lower level but i cannot explain it.

Debug Token:

https://tricorder.pi-hole.net/rxphmhd7zn

Thank you for your help
Christophe

Port 53 is already in use (requiriered by pihole-FTL)

[53] is in use by named (https://docs.pi-hole.net/main/prerequisites/#ports)
[53] is in use by named (https://docs.pi-hole.net/main/prerequisites/#ports)

Thank you for the pointer. I uninstalled bind. pihole -d complained about dnsmasq using port 53. Since i also removed dnsmasq, pihole name resolution test fails.
My DHCP sets the DNS to my pihole while pihole itself resolves through 8.8.8.8.

New token generated: https://tricorder.pi-hole.net/rxphmhd7zn

It seems, FTL is still not running. Please post the output of

sudo systemctl status --full --no-pager pihole-FTL.service

I've been able to make it work actually. I have a problem with maybe a corrupted sdcard that behaves like it was in readonly and reverts back to a previous state (not related to pihole).

Thanks again for your time!

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