-
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
Installing for MacOS #2613
Comments
Have you placed it to the "Applications" directory? For some reason it's important to have it there. Also, check if port 53 is free. |
I tried launching from the applications folder and receive the same error. Here is what is shows when I check post 53: MacBook-Air:~ user$ netstat -vanp tcp | grep 53 |
Try |
Nothing happens when I type in that command: kyleunderhill@MacBook-Air ~ % sudo lsof -nP -iUDP:53 |
Weird. Is it the same when you run |
Yes here is the result: kyleunderhill@MacBook-Air ~ % sudo ./AdGuardHome -s install |
You should call it from the directory where AdGuardHome binary is located |
What would the command be from the applications folder? |
Just copy/paste AdGuardHome folder to |
Dragging the AdGuardHome Unix Executable File - 20.4 MB into the applications folder and running the command returned: kyleunderhill@MacBook-Air ~ % sudo /Applications/AdGuardHome/AdGuardHome -s install |
Apparently, you haven't created the Try installing it using the standard installation script, it will install it to the proper location (remove the old binary before doing that): |
I think I messed something up because here is what I get when running your script: kyleunderhill@MacBook-Air ~ % curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh |
Oh, interesting, we may not be ready to M1. What output do you see for this command: |
kyleunderhill@MacBook-Air ~ % uname -m |
Thank you! Added it to the install script, please try again in 10-15 minutes |
Here is the latest: kyleunderhill@MacBook-Air ~ % curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh |
Argh, my bad:( We don't build for Mac ARM CPU, completely forgot about it. Try again in 5 mins, I've switched it to amd64 build for now. |
Working. Thank you for your help! |
After factory reset of one of my Mac M1 machines I tried to fresh install and received the following error when running the auto-install command above that worked 10 days ago: ki@Kis-MacBook-Pro ~ % curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh |
I seems like the decompressing software is saying that there is already a file named |
@ainar-g nope, this is a consequence of repacking darwin build, it tries to unpack to |
@ameshkov is there an action to take on my end to resolve? |
Remove |
ki@Kis-MacBook-Pro ~ % curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh |
Weird, amd64 build worked before on your M1. If it does not want to launch it anymore, I guess you'll need to wait until we support M1 natively. |
I think it may have been because the M1 was set up using the Migration Assistant. I hadn't tried reformatting and re-installing on a fresh system.
Is there a status tracker where I can monitor updates on native support for the M1's?
…________________________________
From: Andrey Meshkov <notifications@github.com>
Sent: Thursday, February 11, 2021 10:45:08 AM
To: AdguardTeam/AdGuardHome <AdGuardHome@noreply.github.com>
Cc: moofawsaw <kylejunderhill@gmail.com>; Author <author@noreply.github.com>
Subject: Re: [AdguardTeam/AdGuardHome] Installing for MacOS (#2613)
Weird, amd64 build worked before on your M1. If it does not want to launch it anymore, I guess you'll need to wait until we support M1 natively.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2613 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEOJGANLA5RPRGACCAC466DS6P3QJANCNFSM4WZOFCWA>.
|
The easiest way would be to subscribe to releases of this repo (click "watch" -> choose releases) |
I'm using Intel i5 core, but I still face the same "cannot install AGH as a service" problem🤔 The log looks like this: [info] Starting AdGuard Home installation script |
@edgexyz, the updated installation script will be available in the nearest future (two days). We'll let you know right away. |
thanks! |
Merge in DNS/adguard-home from 2542-2462-imp-script to master Closes #2462. Updates #2542. Updates #2613. Squashed commit of the following: commit 4a74722 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:11:08 2021 +0300 scripts: imp naming, docs commit acbb586 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:05:57 2021 +0300 scripts: imp fix commit 6477701 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:54:05 2021 +0300 scripts: fix bsd commit 3308921 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:04:04 2021 +0300 scripts: imp requirements checking commit 453cf7a Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:54:38 2021 +0300 scripts: fix docs commit a222905 Merge: 0852c87 120ba96 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:50:45 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 0852c87 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:49:27 2021 +0300 scripts: add os-specific requirements check commit 6313d8f Merge: 1b4092d a031cae Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:57 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 1b4092d Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:09 2021 +0300 scripts: imp install.sh a little commit 0584b30 Merge: 22621c8 9d788a2 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:27:47 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 22621c8 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:25:47 2021 +0300 all: imp code commit a38f4ad Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:40:37 2021 +0300 all: fix url variable commit 238cb85 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:27:13 2021 +0300 imp code quality commit 0e36c12 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 16:34:49 2021 +0300 all: fix typos commit b20f0b7 Author: Eugene Burkov <e.burkov@adguard.com> Date: Thu Apr 29 14:02:40 2021 +0300 all: imp installation script
Merge in DNS/adguard-home from 2542-2462-imp-script to master Closes #2462. Updates #2542. Updates #2613. Squashed commit of the following: commit 4a74722 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:11:08 2021 +0300 scripts: imp naming, docs commit acbb586 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:05:57 2021 +0300 scripts: imp fix commit 6477701 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:54:05 2021 +0300 scripts: fix bsd commit 3308921 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:04:04 2021 +0300 scripts: imp requirements checking commit 453cf7a Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:54:38 2021 +0300 scripts: fix docs commit a222905 Merge: 0852c87 120ba96 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:50:45 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 0852c87 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:49:27 2021 +0300 scripts: add os-specific requirements check commit 6313d8f Merge: 1b4092d a031cae Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:57 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 1b4092d Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:09 2021 +0300 scripts: imp install.sh a little commit 0584b30 Merge: 22621c8 9d788a2 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:27:47 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 22621c8 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:25:47 2021 +0300 all: imp code commit a38f4ad Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:40:37 2021 +0300 all: fix url variable commit 238cb85 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:27:13 2021 +0300 imp code quality commit 0e36c12 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 16:34:49 2021 +0300 all: fix typos commit b20f0b7 Author: Eugene Burkov <e.burkov@adguard.com> Date: Thu Apr 29 14:02:40 2021 +0300 all: imp installation script
Merge in DNS/adguard-home from 2542-2462-imp-script to master Closes AdguardTeam#2462. Updates AdguardTeam#2542. Updates AdguardTeam#2613. Squashed commit of the following: commit 4a74722 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:11:08 2021 +0300 scripts: imp naming, docs commit acbb586 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 15:05:57 2021 +0300 scripts: imp fix commit 6477701 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:54:05 2021 +0300 scripts: fix bsd commit 3308921 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 14:04:04 2021 +0300 scripts: imp requirements checking commit 453cf7a Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:54:38 2021 +0300 scripts: fix docs commit a222905 Merge: 0852c87 120ba96 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:50:45 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 0852c87 Author: Eugene Burkov <e.burkov@adguard.com> Date: Mon May 17 13:49:27 2021 +0300 scripts: add os-specific requirements check commit 6313d8f Merge: 1b4092d a031cae Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:57 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 1b4092d Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:46:09 2021 +0300 scripts: imp install.sh a little commit 0584b30 Merge: 22621c8 9d788a2 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:27:47 2021 +0300 Merge branch 'master' into 2542-2462-imp-script commit 22621c8 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 19:25:47 2021 +0300 all: imp code commit a38f4ad Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:40:37 2021 +0300 all: fix url variable commit 238cb85 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 18:27:13 2021 +0300 imp code quality commit 0e36c12 Author: Eugene Burkov <e.burkov@adguard.com> Date: Fri May 14 16:34:49 2021 +0300 all: fix typos commit b20f0b7 Author: Eugene Burkov <e.burkov@adguard.com> Date: Thu Apr 29 14:02:40 2021 +0300 all: imp installation script
I migrated my Mac that had Adguard Home installed (Catalina) to a 2020 Mac with the M1 Chipset and was experiencing issues with the upstream server so I figured I would do a fresh install by removing Adguard Home using
sudo /opt/AdGuardHome/AdGuardHome -s uninstall
.Then when I downloaded the MacOS 64-bit file and run it (from here: https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started), I received the following error:
I installed Adguard Home and had it configured no problem while on my old Mac running Catalina. It was also working when I migrated between computers. What went wrong after uninstalling and trying to re-install?
The text was updated successfully, but these errors were encountered: