You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
When starting the AGDNSC for a second time, an error is presented in the console stating:
user@MacBookPro AdGuardDNSClient % ./AdGuardDNSClient -s start -v
performing action "start": retrieving status: "launchctl" failed with stderr: Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead.
`launchctl bootstrap` is a recommended alternative.
Load failed: 5: Input/output error
Try running `launchctl bootstrap` as root for richer errors.
AdGuard Home also experiences this, but dnsproxy does not.
Proposed solution
Better handle an already running service by checking whether it is already started and aborting with a more user friendly message such as "AdGuard DNS Client is already running".
Alternatives considered and additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
I have checked the Knowledge Base and the Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
When starting the AGDNSC for a second time, an error is presented in the console stating:
AdGuard Home also experiences this, but dnsproxy does not.
Proposed solution
Better handle an already running service by checking whether it is already started and aborting with a more user friendly message such as "AdGuard DNS Client is already running".
Alternatives considered and additional information
No response
The text was updated successfully, but these errors were encountered: