-
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
Version 0.107.49 casues error during initalize #7013
Comments
Probably the same issue, but with already deployed AdGuardHome after update to 0.107.49.
Downgrading to |
Seeing the same issue both from a new install and from an update |
Same here in an existing setup. Downgrading fixed it. |
Same here in existing docker setup, doNgrading fixed the issue indeed |
Just wanted to confirm, I have same issue, Synology NAS, Adguard in a Docker container, redirected to an own IP address. Needed to roll back to the latest stable version which solved the problem. |
Me too, just happened to do an update a few minutes ago and my network went down, downgrading fixed. Using adguard in a docker compose on a proxmox vm. |
Same here, the latest version caused the error and prevented it to start. Downgrading to |
Managed to get it up and running by setting |
LXC from helper-scripts deployed fine, but Docker deployment failed with this error. |
If this helps for the Devs: I never set that flag (from UI) before, now I just toggled it on and back off from the UI (in version 0.107.48) and the latest version correctly boots up now |
More info: |
I wonder if it wouldn't be better to disable the feature by default unless specifically enabled. Reverse DNS is, as far as I am concerned, a more advanced feature. Especially when talking about a system primarily being used for ad, and other malicious crap, blocking. |
I have set use_private_ptr_resolvers to false on both of my containers and the systems will still not load, they continue to fail with this error: adguardhome_2 | 2024/05/22 11:26:28.013219 [fatal] dnsServer.Prepare: preparing internal proxy: validating private RDNS upstreams: no upstream specified My only fix was to downgrade - adguard/adguardhome:v0.107.48 I should add that I am also running unbound along with adguard |
Have you stopped the container, updated the values and then started the containers? I read somewhere that if you do it while AGH is still running it might change it again. |
I have stopped the containers, even went as far as restarting the Pi's they are running on - as mentioned the only solution was to force the systems back to v0.107.48 |
Thank you all for the report. We have reproduced the error and working on a fix. |
Updates #7013. Squashed commit of the following: commit 68a53ec Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed May 22 15:55:31 2024 +0300 all: imp chlog commit a02b8e1 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed May 22 14:21:27 2024 +0300 all: log changes, imp docs commit f9ec0ef Merge: ee7202a 1be34ab Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed May 22 14:16:30 2024 +0300 Merge branch 'master' into 7013-initial-rdns commit ee7202a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed May 22 13:11:58 2024 +0300 dnsforward: fix http rdns check commit 5eaa024 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed May 22 12:40:30 2024 +0300 all: fix initial rdns check
Hello @AnonymousX86 and everyone else. We've just pushed the edge build ( |
Worked for me! Thank you. |
Had this same issue. Gave me this error
Forcing adguard/adguardhome:v0.107.48 seems to have fixed the issue. |
@ItsMelody, could you please try the |
I just tried this and it's working fine for me while it failed before on 0.107.49. |
Works! |
Thank you all for testing. We're closing this issue for now, the release with the fix is coming soon. |
FYI, v0.107.50 is released now. |
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 one machine
AdGuard Home version
0.107.49
Action
Simply start Docker container, go to initialize page and try to fill forms.
Expected result
Proper AdGuard Home initialize.
Actual result
Getting error:
Additional information and/or screenshots
Installing previous version
0.107.48
resolves the issue.The text was updated successfully, but these errors were encountered: