-
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
latest next tag not installing as a service properly. #7561
Comments
gedw99
changed the title
next version not bootstrapping or installing as a service.
latest next version not installing as a service properly.
Jan 12, 2025
Should work... Usage of adguardhome_bin_darwin_arm64:
--check-config
Check configuration, print errors to stdout, and quit.
--config=path/-c path
Path to the config file. (Default value: "internal/next/AdGuardHome.yaml")
--glinet
Run in GL-Inet compatibility mode.
--help/-h
Print this help message and quit.
--local-frontend
Use local frontend directories.
--logfile=path/-l path
Path to log file. Special values include "stdout", "stderr", and "syslog". (Default value: "stdout")
--no-check-update
Disable automatic update checking.
--no-permcheck
Skip checking the permissions of security-sensitive files.
--pidfile=path
Path to the file where to store the PID.
--service=action/-s action
Service control action: "status", "install" (as a service), "uninstall" (as a service), "start", "stop", "restart", "reload" (configuration).
--update
Update the current binary and restart the service in case it's installed.
--verbose/-v
Enable verbose logging.
--version
Print the version to stdout and quit. Print a more detailed version description with -v.
--web-addr=host:port
Address to serve the web UI on, in the host:port format.
--work-dir=path/-w path
Path to the working directory. It is applied before all other configuration is read, so all relative paths are relative to it. |
neither combo works ... what am I doing wrong.. adguardhome_bin_darwin_arm64 --config=./adguardhome_config.yaml --service=action install
time=2025-01-12T17:39:47.211+11:00 level=INFO msg="starting adguard home" version="" pid=7156
time=2025-01-12T17:39:47.212+11:00 level=INFO msg="cache disabled" prefix=dnssvc
time=2025-01-12T17:39:47.212+11:00 level=INFO msg=starting prefix=websvc adguardhome_bin_darwin_arm64 --service=action install --config=./adguardhome_config.yaml
time=2025-01-12T17:40:59.373+11:00 level=INFO msg="starting adguard home" version="" pid=8544
panic: reading config: open internal/next/AdGuardHome.yaml: no such file or directory |
gedw99
changed the title
latest next version not installing as a service properly.
latest next tag not installing as a service properly.
Jan 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ainar-g
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)
Darwin (aka macOS), ARM64
Installation
Setup
On one machine
AdGuard Home version
main off GitHub
Action
Its what I do..
Expected result
install as service.
Actual result
Starts up !!
Additional information and/or screenshots
latest main, compiled using tag next
The text was updated successfully, but these errors were encountered: