-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
DNS queries are fine, but a failure log appears. #6714
Comments
Thanks for the thorough report. Temporary or intermittent timeouts can happen, and the way all of them time out at the same time might suggest that there were network issues around that time. If you want to investigate further, enabling the verbose logging should help. |
I enabled "Disable resolving of IPv6 addresses" and the UDP timeout error was significantly reduced. When I restart the container, the same thing happens 3 times in 5-10 minutes, then not for about 30 minutes. |
same problem, after v0.107.44 I'm getting DNS timeouts from time to time |
Same here.. this got really bad and ended up filling my drive due to the log file getting out of control. I had this issue in v0.107.41 and it is still happening in v0.107.44 Disabling ipv6 resolution did not help, nor did changing the upstream. Example logs
|
Just reviewed the logs and my Adguard Home is trying to perform the requests over IPv6 but it fails due to no IPv6 connectivity inside the container.
I double checked that prefer IPv6 is disabled as well on the config file but still no luck.
|
I already disabled it Before I disabled that setting, I was seeing that error log about every 2-3 seconds adguardhome-75bb55f667-h98nm_adguardhome.log I'll post the log again with verbose. |
here is the verbose log. |
Same here one two instances - one installed on raspi directly and one installed as docker container. Both running with latest version, tested also with edge version. |
For me this solved the problem https://www.reddit.com/r/Adguard/comments/1ajijuh/adguard_failed_to_exchange_with_upstream_router/ After that no more error messages in log files and CPU usage went from 25% to 1% |
Unfortunately, I don't have a reverse DNS server registered with AdAds or DNS servers. My AdAds only point to public DNS servers |
Same error Versão: v0.107.48
|
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, AMD64 (aka x86_64)
Installation
Docker
Setup
On a router, DHCP is handled by the router
AdGuard Home version
v0.107.44
Action
docker logs -f adg
Expected result
Actual result
Additional information and/or screenshots
dns query from docker exec
of course, adg container can query dns from 8.8.4.4 172.26.0.2 1.0.0.1, etc.
adg is the adguard home docker container
A log of successful queries is left.
of course, adg query dns from 168.126.63.2 successfully.
![image](https://private-user-images.githubusercontent.com/15865211/302958683-4cd5add2-9b10-4c97-a1d7-0dc4c5a9051b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODA4MDgsIm5iZiI6MTczOTM4MDUwOCwicGF0aCI6Ii8xNTg2NTIxMS8zMDI5NTg2ODMtNGNkNWFkZDItOWIxMC00Yzk3LWExZDctMGRjNGM1YTkwNTFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE3MTUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0ZWU0Yzk2NzhjOTMwZTVjYzZhOTAyYmZmMGFmOGMyZDU0ZTMxOGQ5NjcwYTRlZWRkMTI4MThmZDRiN2E0ZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zmihi9uAAmkqnzjuDImaS5aP8wy2kuEZo1OSz_8t6uM)
failed on test upstream
However, the docker logs are showing i/o time out errors.
It appears that you are checking the connection status in a different way than the actual DNS query.
What method are you using?
The text was updated successfully, but these errors were encountered: