-
Notifications
You must be signed in to change notification settings - Fork 35
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
Failed to get primary name message is confusing #6
Comments
When I finished compiling the indicator and runned it as so this error appeared, what can I do?: $volnoti |
same issue here, just installed for the first time. |
For anyone encountering that error message, it likely arises due to a volnoti instance already present. [victoria@victoria ~]$ date
Sun Jun 11 12:41:01 PM PDT 2023
[victoria@victoria ~]$ volnoti &
[3] 7099
[victoria@victoria ~]$ volnoti & ## attempt to start another instance
[4] 7110
[3] Done volnoti
[victoria@victoria ~]$ ERROR: Failed to get the primary well-known name. (RequestName result != 1) |
eterniter06
added a commit
to eterniter06/volnoti
that referenced
this issue
Jun 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I already had volnoti running, but had forgotten about it, so when trying to start another one, kept getting the "Failed to get primary name" error:
https://github.com/davidbrazdil/volnoti/blob/master/src/daemon.c#L276
I found this very confusing and spent awhile trying to find out why that would happen...turns out I just already had volnoti running (duh).
Appending a "volnoti may already be running" to the end of the error message on line 276 would be helpful for new/forgetful users like myself.
The text was updated successfully, but these errors were encountered: