After updating to pi-hole 6 it seems to be conflicting with my homer install. Anyone know why?
you need to give more information on what is not working and what you believe is conflicting
I’m thinking it’s a port conflict. I think they are both trying to use :80 I’m having trouble trying to change the port homer is using to resolve this conflict with pi-hole.
What is “conflicting”? You can’t reach Homer anymore? What is happening?
On a original PiHole configuration, PiHole will switch to port 8080 if port 80 is already used. On a DietPi Pihole installation, PiHole will use port 8089. There should be no conflict. You would need to check ports in use
ss -tulpn | grep LISTEN
And PiHole port configuration
pihole-FTL --config webserver.port
Just wanted to report that the v5 to v6 went smooth.
Upgraded pihole first keeping the webserver cause of Nextcloud.
Then upgraded to 9.11.
Everything works, pihole no ssl anymore but that was expected.
Thank you again for the amazing support team!
Hello, I have the problem that the quer’ logs in the web UI are not changed or not up to date. The blocking view works. As soon as I start it or make changes in the settings, I am logged out on the one hand and on the other hand the logs in the UI work for a few minutes.
I first installed Phiole and then did the update -1.
Did you already tried this? Pihole 6.0 is out with built in web server - #45 by Joulinar
Yes, I have. Unfortunately, this has only updated the query log but unfortunately the log still does not work continuously
Which log you are talking about
192.168.178.30:8089/admin/queries
Recent Queries In webui
The following call solved the problem for me
sudo service pihole-FTL stop
sudo mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL-old.db
sudo service pihole-FTL start