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

error: snap "nebula.daemon" is not installed #6

Open
shrikeh opened this issue Nov 13, 2022 · 3 comments
Open

error: snap "nebula.daemon" is not installed #6

shrikeh opened this issue Nov 13, 2022 · 3 comments

Comments

@shrikeh
Copy link

shrikeh commented Nov 13, 2022

Fresh install of Ubuntu server, nebula is the first app installed:

~$> sudo snap restart nebula.daemon
Restarted.
~$> sudo snap enable nebula.daemon
error: snap "nebula.daemon" is not installed

Documentation out of date or need tweaking?

@joshaspinall
Copy link
Contributor

I had the same issue on a clean install. I think this step is not required as when you run:
sudo snap enable nebula
The resulting output is:
error: cannot enable "nebula": snap "nebula" already enabled
I instead ran the following, and you can check the logs as described to ensure correct operation:
sudo snap start nebula
sudo snap logs nebula
Good luck, and hope this helps!

@jwallden
Copy link
Owner

Thanks for the help @joshaspinall
Seems a bit weird that the snap is enabled upon start doesn't it? I'm not sure i totally understand whats happening here. But if it works without specifically running enable I guess a tweak to the documentation is in order :)

@joshaspinall
Copy link
Contributor

I'm trying to find a definitive answer in the Snap documentation, but no luck so far. I hate to make assumptions, but it may be that an install of a snap is enabled by default? Still learning on the snap front, but happy to help!

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

3 participants