Skip to content
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

Open
stephenh opened this issue May 25, 2014 · 3 comments
Open

Failed to get primary name message is confusing #6

stephenh opened this issue May 25, 2014 · 3 comments

Comments

@stephenh
Copy link

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.

@nunezfrnc
Copy link

When I finished compiling the indicator and runned it as so this error appeared, what can I do?:

$volnoti
ERROR: Failed to get the primary well-known name. (RequestName result != 1)

@CaptainAsbestos
Copy link

same issue here, just installed for the first time.

@victoriastuart
Copy link

victoriastuart commented Jun 11, 2023

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants