H0wMuch
December 24, 2021, 12:00pm
1
Hello,
just upgraded to the new image pihole/pihole:latest
here the version status:
Pi-hole version is v5.7 (Latest: v5.7)
AdminLTE version is v5.9 (Latest: v5.9)
FTL version is v5.12 (Latest: v5.12)
the localhost/admin
page return a 404
I noticed this inside the docker instance:
unlink /var/run/lighttpd/php.socket-0 after connect failed: Connection refused
root@2d77a06f3f0c:/var/log/lighttpd# tail -f error.log
2021-12-24 12:34:51: (server.c.1464) server started (lighttpd/1.4.53)
2021-12-24 12:40:58: (server.c.1464) server started (lighttpd/1.4.53)
2021-12-24 12:40:58: (gw_backend.c.476) unlink /var/run/lighttpd/php.socket-0 after connect failed: Connection refused
pihole is working but not the admin page.
Thanks for your help
DL6ER
December 24, 2021, 12:21pm
3
Did you do anything to make it work?
H0wMuch
December 24, 2021, 12:42pm
4
quick response.
no, it's not working, even after restarting docker desktop / host
H0wMuch
December 24, 2021, 4:48pm
7
do you have any clue about this issue ?
thanks
H0wMuch
December 24, 2021, 10:59pm
8
as a workaround , I change the host/container port for web:
ports:
- "8080:80/tcp"
now I can access from hosts with http://localhost:8080/admin
I really don't know why. port 80
my host is not used.
thanks
DL6ER
December 25, 2021, 9:37am
9
Maybe your docker
does not have low-number port binding privileges for some reason and, hence, fails in creating the web port at all if it is 80?
H0wMuch
December 26, 2021, 8:36am
10
I found the issue.
my Nginx ingress on my docker desktop Kubernetes. (my bad)
One more question
Since the last update, I can see a warning triangle information about full disk usage
Disk shortage (/etc/pihole/pihole-FTL.db) ahead: 73582116% used
but my pihole-FTL.db
is only 352K Dec 26 09:35 pihole-FTL.db
Any clue about this ?
Best regards
DL6ER
December 26, 2021, 8:57am
11
The warnings have always existed in /var/log/pihole.log . A change to Pi-hole made them more visible by also printing them into /var/log/pihole-FTL.log and showing them on the dashboard.
development
← tweak/warning_messages
opened 09:50AM - 13 Nov 21 UTC
**By submitting this pull request, I confirm the following:**
- [X] I have re… ad and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md).
- [X] I have checked that [another pull request](https://github.com/pi-hole/FTL/pulls) for this purpose does not exist.
- [X] I have considered, and confirmed that this submission will be valuable to others.
- [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
- [X] I give this submission freely, and claim no ownership to its content.
**How familiar are you with the codebase?:**
## 10
---
Add DNSMASQ_WARN message type whenever dnsmasq logs a warning. Also do not flush the message table on reload (but only on restart) so that config-related (i.e. one-time) warnings are not accidentally deleted.
Brief documentation for these warning can be found here:
Your issue may be related to:
https://github.com/pi-hole/docker-pi-hole/issues/951