Announcement
Collapse
No announcement yet.
Sun VirtualBox
Collapse
This topic is closed.
X
X
-
Join the club, SR. I've trashed a few myself. No good deed goes unpunished!
- Top
- Bottom
Leave a comment:
-
Originally posted by ardvark71 View PostFor all I know, there may have been times where I gave advice that was incorrect and it messed up something on their system, too. ;-)
- Top
- Bottom
Leave a comment:
-
Originally posted by SecretCode View PostI corrected your post
For all I know, there may have been times where I gave advice that was incorrect and it messed up something on their system, too. ;-)
Regards...
- Top
- Bottom
Leave a comment:
-
Originally posted by ardvark71 View PostI think we all learned something here tonight, I know I did: SecretCode can be dangerous...proceed with utmost caution! :-)
- Top
- Bottom
Leave a comment:
-
Originally posted by SteveRiley View PostFirst obtain root. Once you do this, then follow SecretCode's suggestion with the two usermod commands.
Thank you very much for the information you provided. I did get into recovery mode and executed the commands that SecretCode gave. Everything seems to be working right again. :-)
I think we all learned something here tonight, I know I did: Usermod can be dangerous...proceed with utmost caution! :-)
Regards...
- Top
- Bottom
Leave a comment:
-
Currently, your supplementary group list shows only "virtualbox" because usermod -G removes a user account from all other supplementary groups. You need to manually re-create your group membership.
First obtain root. Once you do this, then follow SecretCode's suggestion with the two usermod commands.
- Top
- Bottom
Leave a comment:
-
Hi SecretCode....
The commands you gave did the trick, it seems to be fixed now! (whew, breathes a sigh of relief) ;-)
Thank you, guys, for your help! :-)
Regards...
- Top
- Bottom
Leave a comment:
-
Can you get to recovery mode from GRUB? That should enable you to sort out anything.
- Top
- Bottom
Leave a comment:
-
Originally posted by SecretCode View PostWhat does groups output for you? For me it's
Code:joe adm dialout cdrom plugdev lpadmin admin sambashare vboxusers
It's, ok. SecretCode, no worries, mistakes happen. :-)
The output of "groups" is:
Code:aaron@aaron:~$ groups aaron vboxusers
Regards...
- Top
- Bottom
Leave a comment:
-
I was sure I had copied that from an example on a web page ... yes, the -a option was necessary. Sorry :blush:
What does groups output for you? For me it's
Code:joe adm dialout cdrom plugdev lpadmin admin sambashare vboxusers
Code:usermod -g [I]yourusername[/I] [I]yourusername[/I] usermod -a -G adm,dialout,cdrom,plugdev,lpadmin,admin,sambashare,vboxusers [I]yourusername[/I]
- Top
- Bottom
Leave a comment:
-
Originally posted by SecretCode View PostThis command should do the trick:
Code:sudo usermod -G vboxusers yourusername
Originally posted by ardvark71 View PostI just noticed that now I can't log in into anything requiring my password!!
Code:-G, --groups GROUP1[,GROUP2,...[,GROUPN]]] A list of supplementary groups which the user is also a member of. Each group is separated from the next by a comma, with no intervening whitespace. The groups are subject to the same restrictions as the group given with the -g option. [b]If the user is currently a member of a group which is not listed, the user will be removed from the group.[/b] This behaviour can be changed via the -a option, which appends the user to the current supplementary group list.
Code:sudo usermod -aG vboxusers [i]yourusername[/i]
Code:NAME adduser, addgroup - add a user or group to the system SYNOPSIS adduser [options] user group Add an existing user to an existing group If called with two non-option arguments, adduser will add an existing user to an existing group.
Code:steve@x1:~$ [b]groups[/b] steve adm cdrom sudo audio dip video plugdev lpadmin sambashare admin
- Top
- Bottom
Leave a comment:
-
Originally posted by SecretCode View PostThis command should do the trick:
Code:sudo usermod -G vboxusers yourusername
You may need to restart after this. Or open a new shell or something.
I just noticed that now I can't log in into anything requiring my password!! It's not accepted. I get the following message when trying to start Synaptic, for example:
"Failed to run /usr/sbin/synaptic as user root.
The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator."
How do I go about fixing this?!
Regards...
- Top
- Bottom
Leave a comment:
-
"Ever seen LD VMotion and Storage VMotion work?"
Can't say I have. We've always been a small shop but recently we've seen huge growth to the point of reaccesing our systems. VM is an eventual path. I've already virtualized lesser systems as they were easier to move. The others will have to wait until the next time we do an upgrade which won't be for a while so we have time to "plan".
- Top
- Bottom
Leave a comment:
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: