-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
AdGuardHome freezes at least once a day #2225
Comments
The screenshot show when AdGuard is running normally. AdGuard is the only installed additional package on this raspberry. |
Maybe safebrowsing is causing the problems: And 2020/10/27 07:20:00 [info] SafeBrowsing: failed: couldn't initialize HTTP client or transport, cause: timeout exceeded: 6527 ms goroutine 7691 [running]: |
See now different erro messages: And there are a lot of these lines. |
Looks like I have the same trouble. |
I'm also having this issue. |
Adding https://dns-family.adguard.com:443/dns-query to the upstream server list also causes the 'Test Upstreams' to fail on that DNS server. Using quic://dns-unfiltered.adguard.com:784 or plain TCP or UDP does seem to work fine. |
+1 I am also experiencing this problem right now. |
Could you please test it again one more time now? |
Working as expected now. What happened? |
Very quick and incomplete analysis is here: https://status.adguard.com/incidents/l6d37hdv5g81 |
Aha I see. Much appreciated |
@rmandjes, could you please check if your issue still appears in recent releases? It would also be really helpful if you could attach the full log file. |
Merge in DNS/dnsproxy from leak-fix to master Updates AdguardTeam/AdGuardHome#2225. Squashed commit of the following: commit 744370d Author: Eugene Burkov <[email protected]> Date: Thu Dec 17 12:34:39 2020 +0300 upstream: remove sync.Once commit 251fb36 Author: Eugene Burkov <[email protected]> Date: Wed Dec 16 21:21:18 2020 +0300 upstream: make initialization perform once for single instance guaranteed commit 547cc17 Author: Eugene Burkov <[email protected]> Date: Wed Dec 16 14:40:22 2020 +0300 upstream: use the preferred http2 transport configuring commit 3025aa5 Author: Eugene Burkov <[email protected]> Date: Wed Dec 16 14:21:06 2020 +0300 upstream: remove redundant client reinitialization
Merge in DNS/adguard-home from 2225-fix-freezes to master Updates #2225. Squashed commit of the following: commit 02a4721 Author: Eugene Burkov <[email protected]> Date: Thu Dec 17 14:10:20 2020 +0300 all: go mod tidy commit 6cfc23b Author: Eugene Burkov <[email protected]> Date: Thu Dec 17 14:06:28 2020 +0300 all: upd dnsproxy dependency
This should be fixed as of snapshot fd7b061. Could you please check if our solution fixes the issue for you? |
I'm currently not using this product, because of the problem and I needed a stable solution. Must I do something to use the snapshot? |
@rmandjes, we didn't find any information about installation method in the original message. Please run the following command (you should also make sure that directory |
Hi,
I've instlalled this version and used it for a few days. It looks like the
problem is gone.😀
There are no new entry's in the out and err log file.
Kind regards,
Ron
… |
We're glad our solution have fixed your issue :) |
@EugeneOne1 am I correct, that this fix will included to the next release? |
@EugeneOne1 thanx, will wait. ) |
I encountered a similar problem: the dnsproxy-based client mosdns worked before, and then yesterday began to pop up madly related errors related to the above (I found this through google) Everything is fine on Windows, but it keeps playing wrong on openwrt, and the error is on the DNS upstream of IPv6, and then the clash written in go indicates to me that you can't use the DoH upstream of IPv6 but can use the DoT upstream of IPv6. So is there something wrong with go's dns at a lower level? |
Hi @PussAzuki, I also find that mosdns acts weird on openwrt and found this through google. Would you mind opening a new issue at mosdns repo? |
I solved the problem I encountered earlier and found that it was the VLAN problem on the edma driver. The SOC of the machine I use is the ipq40xx series. |
@PussAzuki, we are glad your issue is solved! Happy New Year :) |
Happy New Year, too |
Merge in DNS/adguard-home from 2225-fix-freezes to master Updates AdguardTeam#2225. Squashed commit of the following: commit 02a4721 Author: Eugene Burkov <[email protected]> Date: Thu Dec 17 14:10:20 2020 +0300 all: go mod tidy commit 6cfc23b Author: Eugene Burkov <[email protected]> Date: Thu Dec 17 14:06:28 2020 +0300 all: upd dnsproxy dependency
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Expected Behavior
I expect that Adguard keeps running smootly.
Actual Behavior
Several time my raspberry CPU is at 100%. AdhomeGuard is then consuming all my CPU power. I've to restart the AdGuardHome service and the problem is solved. It started always in the morning if clients are connecting to the server
Screenshots
Additional Information
The text was updated successfully, but these errors were encountered: