Results 1 to 7 of 7

Thread: Virtualbox, unable to grant vboxusers group permissions

  1. #1
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    89
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Virtualbox, unable to grant vboxusers group permissions

    Ok,

    Ive looked for a resolution to this issue and there are resolutions for local user accounts.

    basically you have to add a user to the vboxusers group in order to give your virtualbox permissions to access the USB drives plugged into your computer.

    However, Im logged into a domain (ldap) account through ubuntu here at the office. It does not list this account in the users list.

    Has anyone ever ran into this issue before? and if so did you ever find a resolution to the problem?
    An expert is a man who has made all the mistakes which can be made in a very narrow field.
    -Niels Bohr

  2. #2
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Virtualbox, unable to grant vboxusers group permissions

    Quote Originally Posted by Insomn1a View Post
    Ok,

    Ive looked for a resolution to this issue and there are resolutions for local user accounts.

    basically you have to add a user to the vboxusers group in order to give your virtualbox permissions to access the USB drives plugged into your computer.

    However, Im logged into a domain (ldap) account through ubuntu here at the office. It does not list this account in the users list.

    Has anyone ever ran into this issue before? and if so did you ever find a resolution to the problem?
    just add your self to the group or create the group.

    Code:
    sudo usermod -a -G vboxusers <username>

    log out and back in after
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  3. #3
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    89
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wink Re: Virtualbox, unable to grant vboxusers group permissions

    Quote Originally Posted by haqking View Post
    just add your self to the group or create the group.

    Code:
    sudo usermod -a -G vboxusers <username>

    log out and back in after
    thank you for the quick reply, I'll try this and let you know. it gave me an error when trying to add the domain account before.


    update: when adding the user account to the group using

    sudo usermod -a -G vboxusers KTP\ghamlin
    it does not return an error. After rebooting it still gives me the Virtualbox Error below.

    Last edited by Insomn1a; March 19th, 2012 at 04:45 PM.
    An expert is a man who has made all the mistakes which can be made in a very narrow field.
    -Niels Bohr

  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Virtualbox, unable to grant vboxusers group permissions

    Quote Originally Posted by Insomn1a View Post
    thank you for the quick reply, I'll try this and let you know. it gave me an error when trying to add the domain account before.
    adding a domain account ?

    you are adding your local login account into the vboxusers group running on your local machine where virtualbox is installed.

    it is nothing to do with a domain or domain login credentials.

    Cheers
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    89
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Virtualbox, unable to grant vboxusers group permissions

    Quote Originally Posted by haqking View Post
    adding a domain account ?

    you are adding your local login account into the vboxusers group running on your local machine where virtualbox is installed.

    it is nothing to do with a domain or domain login credentials.

    Cheers
    the account im logging into is KTP\ghamlin

    it is a domain user account that im currently using. this computer was added to the domain using Likewise-open.

    The only user account on this machine is the user account I plugged into the machine whenever I installed ubuntu on it. I dont currently use this user account as im logged into this machine using a domain account, which is not seen in the users list. What im curious about, is how I would add this domain account to the vbox user group whenever it is not visible as a user account to be added.
    An expert is a man who has made all the mistakes which can be made in a very narrow field.
    -Niels Bohr

  6. #6
    Join Date
    Oct 2005
    Location
    Casa Grande, AZ
    Beans
    88
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Virtualbox, unable to grant vboxusers group permissions

    I want to thank you, I've been having the same problem

    Could not find the User menu like in past verison with admistration choices in the top of the Gnome screen. I am not so sure I like unity.
    Ok, one of these days I will get it right the first time!
    Good thing there's a backup!

  7. #7
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Beans
    89
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Virtualbox, unable to grant vboxusers group permissions

    Quote Originally Posted by DWade View Post
    I want to thank you, I've been having the same problem

    Could not find the User menu like in past verison with admistration choices in the top of the Gnome screen. I am not so sure I like unity.

    Yea I havent switched to any of the newer versions of Ubuntu, still running 10.04 to keep the gnome 2.0 environment. I think you can select a different environment at the login screen for unity, but don't take my word for it.
    An expert is a man who has made all the mistakes which can be made in a very narrow field.
    -Niels Bohr

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •