-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Pihole v6 takes more than 4 minutes to start on raspberry pi 3b #1622
Comments
Do you see the same 4 minutes even without the volumes? |
I have removed the volumes and i am now waiting for the database to populate. i will report back in 1 day |
Does not make any difference if i remove the Volumes. but i lose all customisations :(
I would also like to emphasise that pihole is running on a raspberry pi and it has only one SD card for all data, its not like docker volumes are on a different storage, so i don't think it should make any difference. |
Nothing to do with the slow loading, but these are not valid env vars:
Two thoughts come to mind:
|
The env vars are for nginx proxy that I use for the web UI. The SD card is class 10 and I am using official power supply for the pi.
Speed test on SD card shows following Write test
Read test
|
Sorry, I mean to say they're not valid for v6. There is nothing inside the v6 container looking for those variables. I think there are equivalent proxy settings in FTL, though I do not have the documentation to hand right now. I'll see if I can dig a 3b and a class 10 SD card out of my box of things and try to reproduce at some point - I have so far not experienced any such slow startup time, but then I am testing v6 on an x86 machine |
Sorry I don't think I was clear in my previous reply. Those environment variables are used by another container running nginx-proxy which helps me in assigning local DNS domains to my containers so I don't have to use multiple ports |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
@github-actions |
This is a: Bug
Details
On restart of docker container, pihole loads queries from the long term database and it takes too long to finish this process. DNS resolution is unavailable during this time.
Related Issues
How to reproduce the issue
I just hope i am not missing any configuration parameters which is causing this.
These common fixes didn't work for my issue
docker run
example(s) in the readme (removing any customizations I added)If the above debugging / fixes revealed any new information note it here.
Add any other debugging steps you've taken or theories on root cause that may help.
The text was updated successfully, but these errors were encountered: