The issue I am facing:
Client List in Group Management not loading and "Known Clients" shows a list of:
- 0
- success
- Error while querying FTL's database: not an error
- Custom, specified below...
In the pihole -d output the following lines caught my eyes:
[2021-07-26 16:00:01.362 894843/T894849] SQLite3 message: database is locked in "SELECT name FROM network_addresses WHERE name IS NOT NULL AND ip = ?;" (5)
[2021-07-26 16:00:01.362 894843/T894849] getNameFromIP("192.168.2.112") - SQL error prepare: database is locked
which is similar to an error I saw here twice. Unfortunately the first topics solution was running pihole checkout core release/v5.0
which seems a bit out of date now. The second solution was removing pihole-FTL.db while FTL is stopped which didn't resolved the issue for me.
After the first tries I uninstalled pihole using the uninstall argument and reinstalled it using the original install script.
Details about my system:
Ubuntu Server 20.04.2
Also runs Nextcloud
Versions
*** [ DIAGNOSING ]: Core version
[i] Core: v5.3.1 (How do I update Pi-hole?)
[i] Remotes: origin GitHub - pi-hole/pi-hole: A black hole for Internet advertisements (fetch)
origin GitHub - pi-hole/pi-hole: A black hole for Internet advertisements (push)
[i] Branch: master
[i] Commit: v5.3.1-0-g4736e03
*** [ DIAGNOSING ]: Web version
[i] Web: v5.5 (How do I update Pi-hole?)
[i] Remotes: origin GitHub - pi-hole/AdminLTE: Pi-hole Dashboard for stats and more (fetch)
origin GitHub - pi-hole/AdminLTE: Pi-hole Dashboard for stats and more (push)
[i] Branch: master
[i] Commit: v5.5-0-g7e602e0
*** [ DIAGNOSING ]: FTL version
[✓] FTL: v5.8.1
What I have changed since installing Pi-hole:
My install doesn't use lighttpd, Pihole shares an apache server with nextcloud.
A few month ago everything was fine with an old install of pihole (don't know the version which was installed, but it was old).