AGH stops responding to DNS requests
-
wrote on Jun 29, 2023, 5:28 PM last edited by nichu42 Jun 29, 2023, 5:49 PM
Is anyone else having a problem with AdGuard Home suddenly stopping to respond to DNS requests? I can still log in, but it won't resolve anything until I restart the container.
Could be this: https://github.com/AdguardTeam/AdGuardHome/issues/5896
Don't know how to do that debug profiling with Cloudron, though.
-
Is anyone else having a problem with AdGuard Home suddenly stopping to respond to DNS requests? I can still log in, but it won't resolve anything until I restart the container.
Could be this: https://github.com/AdguardTeam/AdGuardHome/issues/5896
Don't know how to do that debug profiling with Cloudron, though.
@nichu42 I haven't faced this with my instace.
It says you can put
debug_pprof: true
in the config file . You will find this in/app/data/AdGuardHome.yml
. -
https://github.com/AdguardTeam/AdGuardHome/issues/5944 was closed as duplicate.
Also, technically Cloudron package is on
v0.108.0-b.38
. This is worth mentioning if you report it. -
@nichu42 I haven't faced this with my instace.
It says you can put
debug_pprof: true
in the config file . You will find this in/app/data/AdGuardHome.yml
.wrote on Jun 30, 2023, 7:34 AM last edited by nichu42 Jun 30, 2023, 7:35 AM@girish Thanks. I should have mentioned that I was able to set the config, but I don't know to complete the step that says 'open http://127.0.0.1:6060/debug/pprof/goroutine?debug=1'
I've tried both my VPS IP and AdGuard Home's subdomain, but I get a time-out in both cases.
-
@girish Thanks. I should have mentioned that I was able to set the config, but I don't know to complete the step that says 'open http://127.0.0.1:6060/debug/pprof/goroutine?debug=1'
I've tried both my VPS IP and AdGuard Home's subdomain, but I get a time-out in both cases.
@nichu42 Good question, maybe it needs to run from the Web terminal ? Can you curl that url and see?
https://stackoverflow.com/questions/13699297/how-to-use-pprof-in-go-program has some info...
-
@nichu42 Good question, maybe it needs to run from the Web terminal ? Can you curl that url and see?
https://stackoverflow.com/questions/13699297/how-to-use-pprof-in-go-program has some info...
-
wrote on Jun 30, 2023, 2:55 PM last edited by
As far as I understood, no one was able to really reproduce this so far. It just happens. It seems the problem was introduced some releases ago. For me, it started this week. I'm eager to help with troubleshooting. If it cannot be resolved, I suppose it's possible to re-start the app every night via cron or similar for the moment?
-
@nichu42 looks like they found a fix upstream.
-
wrote on Jul 20, 2023, 7:50 AM last edited by nichu42 Jul 20, 2023, 7:51 AM
It looks like the issue was fixed with this release: https://forum.cloudron.io/post/70524
@nebulon You can mark this thread as solved. Thank you! -
-