[Solved] Can't Remove domains from Blacklist Tab in Admin GUI

Expected Behavior:

In the Blacklist tab, when I press the trashcan to get rid of a blacklisted domain, it removes it from the list.

Actual Behavior:

After I refresh the page after removing said domains, they are still there and I can't seem to remove them through the web interface

Debug Token:

Use netcat

Is this behavior the same with different browsers and after cache clearing?

yes, I've been using Brave and I just cleared cache for Chrome and it still happened

Share the file at /var/log/pihole_debug.log

I think the issue might stem from the fact that I don't have any space left on my Pi, because it also says that there are only 4 domains on my blacklist even though all the Blocklists in settings are enabled.

What are the outputs of the following commands from the Pi terminal:

df -a -h

free

echo ">stats" | nc localhost 4711

cat /etc/pihole/adlists.list

Your SD card does appear to be out of space. This is likely the cause of your other issues.

You may be able to free up space by uninstalling unneeded software packages.

1 Like

If I were to reboot the system, how would I restart pi-hole

Pi-Hole starts automatically on system boot. But, you shouldn't need to reboot to uninstall software packages.

Ended up just using an fresh install of Raspbian and installing Pi-hole onto that. My issues have been resolved.

1 Like

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