I'm using Ubuntu 11.10 and I installed VirtualBox.
This required me to add myself to the vboxusers group but when I add myself to vboxusers group I am no longer be in other groups and especially admins group!
When I add myself back to admins group I no longer be am in the vboxusers group !
Commands that I used
to add user to "vboxusers":
usermod -G vboxusers myusernameto add user back to admins group in single user mod:
usermod -aG admin myusername