mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Failed to install on Home Assitant Yellow hardware #5125
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#5125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @multinet33 on GitHub (Mar 23, 2024).
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, ARM64
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
latest
Action
Install vi ssh (root user) and command : wget --no-verbose -O - https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
Expected result
AdGuardHome installed and running as a service
Actual result
[core-ssh ~]$ wget --no-verbose -O - https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
Connecting to raw.githubusercontent.com (185.199.109.133:443)
writing to stdout
written to stdout
starting AdGuard Home installation script
channel: release
operating system: linux
cpu type: arm64
AdGuard Home will be installed into /opt/AdGuardHome
checking tar
script is executed with root privileges
no need to uninstall
downloading package from https://static.adtidy.org/adguardhome/release/AdGuardHome_linux_arm64.tar.gz -> AdGuardHome_linux_arm64.tar.gz
successfully downloaded AdGuardHome_linux_arm64.tar.gz
unpacking package from AdGuardHome_linux_arm64.tar.gz into /opt
successfully unpacked, contents:
total 29676
-rwxrwxrwx 1 root root 30212096 Mar 20 15:29 AdGuardHome
-rw-rw-rw- 1 root root 587 Mar 20 15:29 AdGuardHome.sig
-rw-r--r-- 1 root root 109975 Mar 20 15:29 CHANGELOG.md
-rw-r--r-- 1 root root 35149 Mar 20 15:29 LICENSE.txt
-rw-r--r-- 1 root root 22300 Mar 20 15:29 README.md
2024/03/23 09:57:16 [info] AdGuard Home, version v0.107.46
2024/03/23 09:57:16 [info] service: control action: install
2024/03/23 09:57:16 [fatal] service: executing action "install": Failed to install AdGuard Home service: Init already exists: /etc/init.d/AdGuardHome
installation failed, removing /opt/AdGuardHome
cannot install AdGuardHome as a service
Additional information and/or screenshots
[core-ssh ~]$ uname -a
Linux core-ssh 6.1.73-haos-raspi #1 SMP PREEMPT Wed Mar 13 12:11:08 UTC 2024 aarch64 Linux
@ghost commented on GitHub (Mar 23, 2024):
Was AdGuard Home previously installed?
Performing the following would allow it to get past that step.
$ sudo rm /etc/init.d/AdGuardHomeIf the process is still running in the background, you can kill it with:
@Cebeerre commented on GitHub (Mar 25, 2024):
Given that you're using the Yellow appliance and this comes with HAOS, probably makes more sense that you install AGH as an HAOS Add-on. Have you tried ?
@multinet33 commented on GitHub (Mar 25, 2024):
Thank you it is the solution !