-
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
v0.91 refuses to upgrade if /etc/resolv.conf points to itself #467
Comments
What binary did you download? arm? arm64? amd64? i386? |
I replicated the same behaviour/steps from the Wiki like 0.9-hotfix1, so I got the arm one (AdGuardHome_v0.91_linux_arm.tar.gz) |
Can you try to run it from the terminal instead of systemd? Just run it from terminal:
And show us what it says. That would be greatly appreciated to figure out what's going on. |
It then ends there. Again, I removed 0.91 and reinstalled 0.9-hotfix1 and everything is back up and running (so I can post this) |
What are the contents of |
Breaking commit is 32d4e80 -- it tries to use DNS before the dns server is up. |
As a workaround, please change /etc/resolv.conf to point to another server, for example 8.8.8.8 |
The contents of /etc/resolv.conf are currently:
Awesome. Changing the nameservers to Cloudflare (1.1.1.1 and 1.0.0.1) allowed v0.91 to launch successfully. I then rebooted the Pi, and /etc/resolv.conf reverted back to the above, and AdGuard Home v0.91 continued to work successfully. It also continues to work after rebooting Pi a few times. Seems to only happen on first run/install? |
Yep, that's right. |
Resolved in the master branch |
I was unable to use 0.91 on my Raspberry Pi, for some reason the DNS doesn't work and http://192.168.x.x:3000/ refuses to connect.
I can reinstall and continue to use the older 0.9 hotfix 1 without an issue.
Steps to reproduce
Expected behavior
AdGuard Home works as before.
Actual behavior
DNS doesn't work, and the Dashboard refuses to load.
Your environment
The text was updated successfully, but these errors were encountered: