No source list found, or it is empty

I decided to clear out my blocklists and start again from scratch. I ran pihole -r and selected reconfigure and accepted the 'Steven Black' list.

The installation showed "No source list found, or is empty". Also the web dashboard shows "Domains on Adlists 0". /etc//pihole/adlists.list simply shows "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"

Is the installation OK, please?
Jim

Please post the full output of pihole -g

OK:
pi@Pi-Hole:/etc/.pihole $ pihole -g
[i] Neutrino emissions detected...
[✓] Pulling blocklist source list into range
[i] No source list found, or it is empty

[✓] Preparing new gravity database
[i] Using libz compression

[✓] Creating new gravity databases
[✓] Storing downloaded domains in new gravity database
[✓] Building tree
[✓] Swapping databases
[✓] The old database remains available.
[i] Number of gravity domains: 0 (0 unique domains)
[i] Number of exact blacklisted domains: 25
[i] Number of regex blacklist filters: 13
[i] Number of exact whitelisted domains: 191
[i] Number of regex whitelist filters: 1
[✓] Flushing DNS cache
[✓] Cleaning up stray matter

[✓] FTL is listening on port 53
[✓] UDP (IPv4)
[✓] TCP (IPv4)
[✓] UDP (IPv6)
[✓] TCP (IPv6)

[✓] Pi-hole blocking is enabled

Thanks for the reply.

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:

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

Thanks for the reply 'jfb'. I've uploaded the log to here:

https://tricorder.pi-hole.net/k5Gl61rK/

Jim

You have no adlists loaded:

*** [ DIAGNOSING ]: Adlists

*** [ DIAGNOSING ]: contents of /etc/pihole
...

Restore the default adlist by adding the following URL to your adlists, saving the change, and then rebuilding gravity.

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts

The SteveBlack url was already in /etc/pihole/adlists.list file. It's the only entry.

I re-entered it in Adlist Group Management page, saved it and re-ran update gravity and now all is OK.
Many thank for the help 'jfb'.
Jim

That file is not used in V5 of Pi-hole or later. We store all the adlists (and domains and groups, etc), in an SQL database at /etc/pihole/gravity.db.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.