-
-
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
resolver fails to resolve github.com before resolver started #1790
Comments
You did not provide enough information to debug your issue. |
there is no resolver, pihole is the network wide resolver and DHCP server. The resolving before resolver is ready perhaps should be delayed until resolver is fully started instead of delaying the start of the resolver itself. |
There is. It's the one configured as for the host, but I guess in your case it defaults to itself/Pi-hole https://docs.docker.com/engine/network/#dns-services Try setting |
Interesting. We specifically wait until FTL is up and running (as told by the log file, at least) before attempting to run Lines 74 to 79 in 78aee9e
Have you configured Pi-hole to have upstream resolvers, and are they reachable? |
I think the check fails because some FTL is already running |
results into stalled slow start, while rendering network unuseable
resolver fails to resolve github.com before resolver started, of course. A Classical chicken and egg problem.
This is a: BUG
Details
INFO: FTL branch: master
INFO: FTL version: v6.0.4
INFO: FTL commit: b7eb53bf
INFO: FTL date: 2025-03-04 17:22:10 +0000
INFO: FTL user: pihole
INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
Related Issues
How to reproduce the issue
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: