cannot create usergroup [SOLVED]

Discussions related to using VirtualBox on Linux hosts.
Post Reply
52ROSt
Posts: 86
Joined: 28. Dec 2014, 07:12

cannot create usergroup [SOLVED]

Post by 52ROSt »

LM 17.3 KDE updated
virtualbox-5.1_5.1.14-112924~Ubuntu~trusty_amd64.deb direct download from VB homepage

- Installed VB by double clicking the dep-file
- Got a long list of lines in the virtualbox terminal window; last 5 messages:
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Done
- Closed the virtualbox terminal


Opened normal terminal to see if I am registered in the user group

Code: Select all

rost@rost-X240:~ > id
uid=1000(rost) gid=1000(rost) groups=1000(rost),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),111(sambashare)
Followed the advice in the VB manual for Version 5.1.14 and did:

Code: Select all

rost@rost-X240:~ > sudo usermod -a -G vboxusers rost
[sudo] password for rost: 
rost@rost-X240:~ > id
uid=1000(rost) gid=1000(rost) groups=1000(rost),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),111(sambashare)
Still there is no VB usergroup of which I am a member.

What did I make wrong?
How can I create a VB usergroup and make me member of it?

Thanks in advance for your advice!
Last edited by 52ROSt on 12. Mar 2017, 17:28, edited 1 time in total.
Martin
Volunteer
Posts: 2562
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: cannot create usergroup

Post by Martin »

Changes to group membership in Linux only get active at login, so you need to logout and login again (or reboot).
52ROSt
Posts: 86
Joined: 28. Dec 2014, 07:12

Re: cannot create usergroup

Post by 52ROSt »

Thank you very much for this information!!!

I just checked it and the vbox usergroup is there.
Post Reply