Hi, i am running pihole on a raspi 4 and did sudo pihole -up.
[✓] Enabling pihole-FTL service to start on reboot...
[✓] Restarting pihole-FTL service...
[✓] Migrating the list's cache directory to new location
[✓] Deleting existing list cache
[✗] DNS resolution is currently unavailable
[✓] DNS resolution is available
[i] Neutrino emissions detected...
[✓] Preparing new gravity database
[✓] Creating new gravity databases
[✓] Pulling blocklist source list into range
[i] Using libz compression
[✓] Building tree
[i] Number of gravity domains: 125376 (125376 unique domains)
[i] Number of exact denied domains: 0
[i] Number of regex denied filters: 0
[i] Number of exact allowed domains: 0
[i] Number of regex allowed filters: 0
[✓] Optimizing database
[✓] Swapping databases
[✓] The old database remains available
[✓] Cleaning up stray matter
[✓] Done.
[i] The install log is located at: /etc/pihole/install.log
[✓] Update complete!
Core version is v6.0.1 (Latest: v6.0.1)
Web version is v6.0 (Latest: v6.0)
FTL version is v6.0 (Latest: v6.0)
Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:
During the upgrade operation, you will be presented with a dialog box asking if you wish to disable lighttpd . Doing so is probably appropriate for most users – unless you are using it to host web pages other than Pi-hole’s, in which case you may choose to keep it enabled. With lighttpd disabled, pihole-FTL will attempt to bind to ports 80 for HTTP and 443 for HTTPS. If there is any conflict on these ports, then it will revert to port 8080 for HTTP.
Presumably you had such a conflict. Please post a debug log URL.
The debug log is no longer available in the web interface for security purposes. It's considered an administrative function and requires command line access to the system and sudo privileges. It can be invoked with sudo pihole -d
EDIT UPDATE:
ran: pihole-FTL --config webserver.port 8080
fixed it
Hello,
i am having the same issue, disabled lighthttpd on upgrade, am using apache on port 80. you mention it should revert to 8080, but it is not. in the debug output, i don't see the URL you are mentioning, any guidance? Thanks!
M
I just got that as well with the v6 update, I had previously disabled lightttpd and used apache instead, which is still serving the http pages but is not picking up the start page, it works with either port 8080 or with https which is apparently handled by the server provided by the pi-hole installation
Pi-hole does not need lighthttp or apache to serve its webpages. It now serves them via an "internal" http server, leveraging lua instead of PHP to show "dynamic" content.
So if something (lighthttp or apache) was running on port 80 while doing the update, pi-hole will start listening on port 8080 and you should visit http://pi.hole:8080/admin to find the admin pages.