-
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
AdGuardHome configuration fails with Error: control/install/configure #3987
Comments
+1 |
1 similar comment
+1 |
same issue.. NAME="Ubuntu" instalaltion im following |
OS Version: PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" AGH Version: AdGuard Home How did you install AdGuard Home: Following https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi Nothing to speak of in the service logs: |
@Jeffreyvanesch, thanks for the report! Are there any If that is the case, we must update the installation script to detect that and try to perform some of the setting, as well as informing the user about this. Everyone who has similar issues, please consider adding the relevant information about your OS and installation procedure to your posts and use thumbs-up reactions on the original message instead of “+1” messages. Thanks. |
I found the issue for me at least: It was the default port 80 used in the setup. Changing that made the rest of the setup work correctly. |
Hey @ainar-g As a precaution, I've successfully moved the whole AdGuardHome working directory from '/opt' to '/usr/local/bin', executed the command to change the security context, and disabled the entire Firewall. Unfortunately, this did not resolve it. It should also be mentioned that one needs to adapt the AdGuardHome.service file to the new location of AGH, if it's not changed the service fails to start. |
same issue ... PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" |
Merge in DNS/adguard-home from 3987-fix-nil-deref to master Updates #3987. Updates #2846. Squashed commit of the following: commit d653e09 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 20:08:51 2021 +0300 all: log changes commit c47a4ee Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:22:39 2021 +0300 aghnet: fix windows tests commit 9c91f14 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:09:49 2021 +0300 aghnet: imp code readability, docs commit d3df15d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 18:47:28 2021 +0300 aghnet: fix nil pointer dereference
@Jeffreyvanesch, @Nabhan87, @hristakiev, we suspect there is a bug introduced in #3835. We've just pushed the latest edge build that should fix the server crash and recover the error message. Could you please check if AGH installs properly now? |
yes, now AGH runs normally on Armbian OS 20.10 (tested buster and focal) the case I experienced was on Armbian OS 21.08.1 Focal, because AGH couldn't run properly so I used Armbian OS version 20.10. |
Yes, its working now.
Thank you
…On Thu, 23 Dec 2021 09:50:42 -0800 Nabhan87 ***@***.***> wrote:
> @Jeffreyvanesch , @Nabhan87 , @hristakiev , kami menduga ada bug yang diperkenalkan di #3835 . Kami baru saja mendorong versi edge terbaru yang akan memperbaiki kerusakan server dan kesalahan pesan. Bisakah Anda memeriksa apakah AGH terpasang dengan benar sekarang?
yes, now AGH runs normally on Armbian OS 20.10 (tested buster and focal) the case I experienced was on Armbian OS 21.08.1 Focal, because AGH couldn't run properly so I used Armbian OS version 20.10.
there seems to be a problem with the system os version 21.08.1
--
Reply to this email directly or view it on GitHub:
#3987 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
--
Поздрави, Николай Христакиев
Almus.net Ltd.
Лом 3600
ул. "Пристанищна 2"
mobile: +359 887 392 217
e-mail: ***@***.***
https://www.almus.net
PGP key: https://almus.net/pgp/almus.key.asc
Key fingerprint 8B95 1854 100D 71AB 2792 4AE4 A442 671C 9703 5AEA
|
@EugeneOne1 Unfortunately for RHEL 8 it's not working. |
Same issue while installing on Synology NAS (DSM 7) in Docker. |
@Jeffreyvanesch, that's interesting. Could you please help us a bit more? Please run the AGH binary manually (not as a service) with |
@EugeneOne1 Output of ' sudo /opt/AdGuardHome/AdGuardHome -l /opt/AdGuardHome/AdGuard.log --verbose' attached to this reply. |
@Jeffreyvanesch, well, judging by the first line of the log ( Here you can find the instructions on how to install the edge build via Could you please try it? To ensure the version of the build is the correct one, the first line of the log should be something like:
|
@EugeneOne1 I might have somehow overlooked the update script 😅 I can confirm that the edge build does not have this problem and is successfully running atm.. Let me know if you need anything else. If not consider this issue as resolved. |
@Jeffreyvanesch, that's great! I'll close the issue for now. We're also plan to release a patch version containing the fix in the next week or two. Thanks everyone for testing! |
Merge in DNS/adguard-home from 3987-fix-nil-deref to master Updates #3987. Updates #2846. Squashed commit of the following: commit d653e09 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 20:08:51 2021 +0300 all: log changes commit c47a4ee Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:22:39 2021 +0300 aghnet: fix windows tests commit 9c91f14 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:09:49 2021 +0300 aghnet: imp code readability, docs commit d3df15d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 18:47:28 2021 +0300 aghnet: fix nil pointer dereference
Had that as well after upgrading to Deb 11. Check if You can check which packages are listening on port 53 with: sudo netstat -pna | grep :53 |
You already have a webserver ( You don't have to proxy it, but then you need to add the port to the web address to open the web interface. |
Thank you! This worked for me perfectly. I am able to access the web dashboard interface now. Just a couple of questions:
|
No, just the IP. The DNS server is listening on port 53, which is the default.
That's just a random port I threw in. It should work with pretty much every port you can come up with that is not already taken by any of the services. So a port in the higher range is usually good to use, something above 5000 is my general rule for custom ports. |
Is there fix for this issue? |
@Mastahh, should be fixed since v0.107.1. Doesn't it work? |
@thieryl, please file a new issue and put all of the required information into the opening post. Especially your OS and the version of AdGuard Home. |
Openwrt is still on 0.107.0-1, will wait when they migrate new version, thank you. |
Merge in DNS/adguard-home from 3987-fix-nil-deref to master Updates AdguardTeam#3987. Updates AdguardTeam#2846. Squashed commit of the following: commit d653e09 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 20:08:51 2021 +0300 all: log changes commit c47a4ee Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:22:39 2021 +0300 aghnet: fix windows tests commit 9c91f14 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 19:09:49 2021 +0300 aghnet: imp code readability, docs commit d3df15d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Dec 23 18:47:28 2021 +0300 aghnet: fix nil pointer dereference
Issue Details
When trying to install AdGuard Home on RHEL 8 using the Curl script, configuration of the listen IP addresses is not possible due to the following error:
Error| control/install/check_config | Network Error
This error message occurs while going through the initial configuration (Step 2/5 Setting up the admin interface and DNS server interface listen address).
I can continue to step 3, after step 3 the following error appears again:
Error: control/install/configure | Network Error
and I'm being set back to step 2. This is an infinite loop that I'm stuck in.So far, I've uninstalled and reinstalled AGH (Both Stable and Beta) via the script, but keep getting stuck on these errors.
OS Version:
AGH Version:
Version of AdGuard Home server: v0.107.0-b.17 BETA
How did you install AdGuard Home: Github Curl script release
How did you setup DNS configuration: Low power Pluggable PC
CPU architecture: AMD64
Operating system and version: See OS version above.
Expected Behavior
Able to configure the Web interface and DNS listen interface without receiving the errors mentioned.
Actual Behavior
Able to set Listen interface and Admin interface IP, not able to continue to step 4 or 5.
Screenshots
Screenshot:
Additional Information
At the point of installation, no network or DNS issues were present.
Internal DNS set to 1.1.1.1 and 1.0.0.1 to disclose any network related issues.
The text was updated successfully, but these errors were encountered: