-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New v6 Install Does Not Read Domains from Block Lists #1747
Comments
Could you please run the more verbose output from within the container
|
Yes. And thanks for the quick response!
|
Ok, were are exactly here where it fails Your permission look right.
Can you check the content/permission within the directory?
|
No other files in the directory
|
Did you try to test the container without any volumes? If you didn't, please try it. |
I get a similar error when starting the container via docker run with no attached volume.
|
I had the exact same problem, using the docker version (2025.02.5). It did solve itself after updating to the now latest version 2025.02.6. Now it works again in the ui. |
Thanks. Unfortunately neither of those options worked for me. My next step is to try upgrading Docker to see if that helps. |
Upgrade did not work either. I tried creating a small test shell script to check whether the directory is writable, print an error if its not, and then attempt to add the file anyway. In this case, the directory shows as not writable however I'm still able to write to it. So gravity is failing because it's being told it can't write to listsCache even though it can.
|
Same issue reported and linked PR to fix the issue at #1767 It's really strange that the directory is marked as not writable but you're still able to write to it. |
Try to set the |
This worked. I'm back in business! |
This is a: Run Issue
When running a fresh install of pihole/pihole:2025.02.4, Gravity does not pull in any domains from my blocklist either via the web UI or command line. I have no issues adding individual domains to the blocklist
Same result when running via command line:
Any help is greatly appreciated!
Related Issues
How to reproduce the issue
While the updater implies possible permission issues, I have no other issues when writing to these directories. I've successfully written a test file to the listsCache directory from inside the container. As noted above, there are no issues when adding individual domains to the block list.
Here are the volume permissions (inside and outside) the container
Here is the log that is produced when I run the updater via the web UI:
I have tried other blocklists as well
These common fixes didn't work for my issue
docker run
example(s) in the readme (removing any customizations I added)The text was updated successfully, but these errors were encountered: