Add the user 'it' to the 'snap_daemon' group:

Asked by Raj K

I try to add the user 'it' to the 'snap_daemon' group. but i unable to add kindly help

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

A simple web search for "ubuntu add a user to a group" tells

To add a user to a group, open the Terminal, then type "sudo usermod -a -G examplegroup exampleusername" into the window. Replace "examplegroup" and "exampleusername" with the group and username you want to modify.

In your case that is:
sudo usermod -a -G snap_daemon it

Revision history for this message
Raj K (raj1195) said :
#2

this one i already use but not working

Revision history for this message
Raj K (raj1195) said :
#3

 sunbeam cluster bootstrap --accept-defaults:
I try this command after showing below error,

Error: Insufficient permissions to run sunbeam commands

Add the user 'it' to the 'snap_daemon' group:

After this, reload the user groups either via a reboot or by running 'newgrp snap_daemon'.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

What exactly are you trying to do?

For the instruction "sudo usermod -a -G snap_daemon it" you answered: "this one i already use but not working"

"Not working" in which sense? Did you receive an error message? Was the user added to the group? What happened?

Maybe the root cause of your problem is something completely different, e.g. something like https://bugs.launchpad.net/snap-openstack/+bug/2027900/comments/4

Revision history for this message
Raj K (raj1195) said :
#5

I installing the open stack.

Revision history for this message
Raj K (raj1195) said :
#6

Can you help with this problem?

Provide an answer of your own, or ask Raj K for more information if necessary.

To post a message you must log in.