-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random FTL crashes when using the Admin panel on Pi 4 #2078
Comments
Adding pihole-FTL.log crash report for more details. [2024-10-08 21:30:18.775 913/F763] !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
From your description, the web interface is just showing symptoms (spinning dashboards, PHP socket error, etc) of a crashed FTL. Can you please include a few lines before the
? |
Unrelated to your issue, I found a typo in your
The last value should be |
Update has been made and pi has been rebooted, fingers crossed. |
Also have a look at #2079 (comment) Both FTL system crashing at exactly the same location
is really puzzling because this code has last been changed April 6th, 2020 (!) in c9eb4a1 |
Saw that an update was made in the mention above, take it I should attempt to update or wait for more updates? |
@rdwebdesign Sorry for the delay, as requested here are the log entries you requested.
|
We merged a fix for the upcoming Pi-hole v6, there won't be any further v5 release, sorry, I'm still unable to reproduce this issue here so it's unclear if the fix is sufficient. Can you reproduce it reliably (see my comment in the other issue ticket)? You said "sometimes" above. |
Versions
Pi-hole version is v5.18.3 (Latest: N/A)
web version is v5.21 (Latest: N/A)
FTL version is v5.25.2 (Latest: N/A)
Platform
Debian Bookworm 12
Raspberry Pi 4
Expected behavior
I was attempting to mange my pi-hole using the Admin panel and kept getting spinning dashboards (no data was loading), as well as a locked up web page as in no interaction with the web form was possible. Sometimes when the page does load, I get a socket warning from within the Settings page.
PHP error (2): fsockopen(): Unable to connect to 127.0.0.1:4711 (Connection refused) in /var/www/html/admin/scripts/pi-hole/php/FTL.php:47
Actual behavior / bug
Best guess based on troubleshooting the dns-FTL service crashes after some limited operation/run time and breaks the whole stack.
Steps to reproduce
Sometime the Admin panel will just lock up and become unresponsive just by loading the main page. Additionally loading the Setting page will cause the socket warning to appear.
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I can confirm that this was happening on this particular pi before and after a full OS reload. Note I have a second pi on my network that I is running a decently older version of pihole and does not appear to be having an issue at this time.
The text was updated successfully, but these errors were encountered: