Since running a pihole -up
followed by an apt dist-update
, I am no longer able to access the admin web page. PiHole itself is running correctly, however I am not able to get to the admin page and receive a browser 404. It appears to only be an issue with the webserver part, and started after the unix update.
Current:
- Pihole: 5.11.3
- AdminLTE: 5.13
- FTL: 5.16.1
apt dist-upgrade
reported:
Upgrade: libqmi-proxy:amd64 (1.28.6-1~20.04.1, 1.30.4-1~ubuntu20.04.1), cloud-init:amd64 (22.2-0ubuntu1~20.04.2, 22.2-0ubuntu1~20.04.3), snapd:amd64 (2.54.3+20.04.1ubuntu0.3, 2.55.5+20.04), ubuntu-advantage-tools:amd64 (27.8~20.04.1, 27.9~20.04.1), libqmi-glib5:amd64 (1.28.6-1~20.04.1, 1.30.4-1~ubuntu20.04.1), libmm-glib0:amd64 (1.16.6-2~20.04.1, 1.18.6-1~ubuntu20.04.1), libmbim-proxy:amd64 (1.24.8-1~20.04, 1.26.2-1~ubuntu20.04.1), modemmanager:amd64 (1.16.6-2~20.04.1, 1.18.6-1~ubuntu20.04.1), libmbim-glib4:amd64 (1.24.8-1~20.04, 1.26.2-1~ubuntu20.04.1)
Steps Taken to Resolve / Notes:
- Run
pihole -r
. - Restarted lighttpd -
service lighttpd restart
- Restarted pihole-FTL -
service pihole-ftl restart
- Restarted piholedns -
pihole restartdns
- Running
lighttpd -v
returns:lighttpd/1.4.55 (ssl) - a light and fast webserver
- Running
lighttpd -t
returns:2022-07-10 12:47:37: (server.c.1097) No configuration available. Try using -f option.
In the pihole -d
, I do see 2 errors, which is concerning, but I am not sure what they mean [✗] Web interface X-Header: X-Header does not match or could not be retrieved.
Running service lighttpd status -l
returns the following:
lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2022-07-10 12:47:04 CEST; 9min ago
Process: 1174772 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
Process: 1174779 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf (code=exited, status=255/EXCEPTION)
Main PID: 1174779 (code=exited, status=255/EXCEPTION)
Jul 10 12:47:04 docker-host systemd[1]: lighttpd.service: Main process exited, code=exited, status=255/EXCEPTION
Jul 10 12:47:04 docker-host systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Jul 10 12:47:04 docker-host systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Jul 10 12:47:04 docker-host systemd[1]: Stopped Lighttpd Daemon.
Jul 10 12:47:04 docker-host systemd[1]: lighttpd.service: Start request repeated too quickly.
Jul 10 12:47:04 docker-host systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Jul 10 12:47:04 docker-host systemd[1]: Failed to start Lighttpd Daemon.
Expected Behaviour:
Web admin page should load.
Actual Behaviour:
Browser 404