Pihole says it is running but cannot get in to admin or block site in terminal

The issue I am facing is that I am unsure if pi hoile is working. I can't login to the admin web interface, when I type in https://192.168.y.x/admin or https://192.168.1.x:80/admin or http://pi.hole/admin i get "page not found" page. When I try and do a pihole -b sitex it says added to block list but I can still visit the site.

Details about my system:
This is a fresh new install of Ubuntu Server 20.04 LTS with the kde-plasma gui on top nothing else was installed. This is my 3rd time reinstalling Ubuntu Server 20.04 LTS the first time I installed nextcloud and it was hosted at my root ip.

The PC is a lenovo m73 thinkcentre i3 4gen with 8gb of ram.

What I have changed since installing Pi-hole:
on my second install I made my ip for this system a fix ip on my route.

Please generate a Debug log with pihole -d.

[?] Would you like to upload the log? [y/N] y
* Using curl for transmission.
[✗] There was an error uploading your debug log.

  • Please try again or contact the Pi-hole team for assistance.
  • A local copy of the debug log can be found at: /var/log/pihole_debug.log

ok i tried googleing /var/log/pihole_debug.log and it downloaded it from the browser.

Ubuntu 20.04 is not an officially supported OS
https://docs.pi-hole.net/main/prerequisites/

Ok, you got serveral different issues:

  1. Lighttpd (webserver is not running) -> no web Gui
    What's the output of:
 sudo service lighttpd status

cat /var/log/lighttpd/error.log

  1. FTL is not running because it can't access the databases. -> no DNS resolution
ls -lha /etc/pihole/

Im not sure what this means

and i'm guess reinstalling wont fix this i even installed a pihole on a docker and still nothing.

lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-07-12 05:18:41 UTC; 3h 20min ago

Jul 12 05:18:40 rick lighttpd[1445]: /usr/sbin/lighttpd: Symbol `FamErrlist' has different size in shared object, consider re-linking
Jul 12 05:18:40 rick lighttpd[1445]: /usr/sbin/lighttpd: symbol lookup error: /usr/sbin/lighttpd: undefined symbol: FAMNoExists
Jul 12 05:18:40 rick systemd[1]: lighttpd.service: Control process exited, code=exited, status=127/n/a
Jul 12 05:18:40 rick systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Jul 12 05:18:40 rick systemd[1]: Failed to start Lighttpd Daemon.
Jul 12 05:18:41 rick systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Jul 12 05:18:41 rick systemd[1]: Stopped Lighttpd Daemon.
Jul 12 05:18:41 rick systemd[1]: lighttpd.service: Start request repeated too quickly.
Jul 12 05:18:41 rick systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Jul 12 05:18:41 rick systemd[1]: Failed to start Lighttpd Daemon.

cat: /var/log/lighttpd/error.log: Permission denied

ls -lha /etc/pihole/
total 9.1M
drwxrwxr-x 3 pihole pihole 4.0K Jul 12 06:31 .
drwxr-xr-x 139 root root 12K Jul 12 05:11 ..
-rw-r--r-- 1 pihole pihole 0 Jul 11 09:07 dhcp.leases
-rw-r--r-- 1 root root 596 Jul 11 08:50 dns-servers.conf
-rw-r--r-- 1 root root 14 Jul 12 05:19 GitHubVersions
-rw-rw-r-- 1 pihole pihole 5.0M Jul 12 06:31 gravity.db
-rw-r--r-- 1 root root 1.1K Jul 11 08:50 install.log
-rw-r--r-- 1 root root 1.1M Jul 12 06:31 list.0.raw.githubusercontent.com.domains
-rw-r--r-- 1 root root 581K Jul 11 09:13 list.1.mirror1.malwaredomains.com.domains
-rw-r--r-- 1 root root 521 Jul 11 09:13 list.2.s3.amazonaws.com.domains
-rw-r--r-- 1 root root 43K Jul 11 09:13 list.3.s3.amazonaws.com.domains
-rw-r--r-- 1 root root 20 Jul 12 08:40 localbranches
-rw-r--r-- 1 root root 130 Jul 12 06:31 local.list
-rw-r--r-- 1 root root 36 Jul 12 08:40 localversions
-rw-r--r-- 1 root root 238 Jul 11 08:50 logrotate
-rw-r--r-- 1 pihole pihole 2.4M Jul 11 08:50 macvendor.db
drwxr-xr-x 2 root root 4.0K Jul 11 09:13 migration_backup
-rw-rw-r-- 1 pihole root 15 Jul 11 08:50 pihole-FTL.conf
-rw-r--r-- 1 pihole pihole 0 Jul 11 09:07 pihole-FTL.db
-rw-r--r-- 1 root root 350 Jul 11 09:08 setupVars.conf

"Ubuntu 20.04 is not an officially supported OS"
I see,
what can one do I guess while waiting for a patch or updates to include Ubuntu 20.04.

Ok, lighttpd seems to miss a dependency

sudo apt install gamin

and then

sudo service lighttpd restart

Add

This needs sudo powers
sudo cat /var/log/lighttpd/error.log

this is what I get when i follow the instructions.

:/$ sudo apt install gamin
Reading package lists... Done
Building dependency tree
Reading state information... Done
gamin is already the newest version (0.1.10-6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
:/$ sudo service lighttpd restart
:/$ sudo cat /var/log/lighttpd/error.log
cat: /var/log/lighttpd/error.log: No such file or directory
:/$

then i run systemctil status lighttpd command again

sudo systemctl status lighttpd
● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2020-07-12 18:11:51 UTC; 7min ago
Process: 10656 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
Process: 10663 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf (code=exited, status=255/EXCEPTION)
Main PID: 10663 (code=exited, status=255/EXCEPTION)

Jul 12 18:11:51 rick systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Jul 12 18:11:51 rick systemd[1]: Stopped Lighttpd Daemon.
Jul 12 18:11:51 rick systemd[1]: lighttpd.service: Start request repeated too quickly.
Jul 12 18:11:51 rick systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Jul 12 18:11:51 rick systemd[1]: Failed to start Lighttpd Daemon.

Strange that it was already installed.
What's the output of

ls -la /var/log/lighttpd

/$ sudo ls -la /var/log/lighttpd
total 8
drwxr-x--- 2 www-data www-data 4096 Feb 26 13:44 .
drwxrwxr-x 12 root syslog 4096 Jul 12 17:46 ..

I tried doing it in docker and still dosn't work. are there any members you know that successfully got it working using ubnutu server.

I don't know if anyone was successful, but you can search the forum for docker and ubuntu 20.04

So there isn't anything i can do at this time. and do you know if they work on updating pihole to work on updated os or is this a ubuntu issue.

I'm not a pihole developer - I can't tell you what they work on. I've seen this:

But no feature request was ever created to support 20.04. so far. Maybe you want to open one?

I see that pralor commented link to this chat/ thread.

Pralor is a bot, linking discourse with github.

lol ok im dumb, thank you for taking the time to help me i guess its a waiting game.

so it said to go to the discourse to make a request, but I'm unable to. My guess is that I'm new and need more rep to open up a new request for Ubuntu 20.04 support.