Find the answer to your Linux question:
Results 1 to 4 of 4
The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will ...
  1. #1
    Just Joined!
    Join Date
    Sep 2006
    Posts
    6

    virtualbox error

    The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..
    VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).


    how can i fix it since i cant see the vboxusers group members in management

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Ok go to Console.
    Type:
    Code:
    grep vboxusers /etc/group
    Post output.

    you'll get a GID and then you can add your usr to that group using.
    Code:
    usermod -g <GID you just got> <username>
    Post output here.

    Then it should work..

    Cheers,
    Robin
    New Users, please read this..
    Google first, then ask..

  3. #3
    Just Joined!
    Join Date
    Sep 2006
    Posts
    6
    thanks a lot

  4. #4
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Ah, it did work?
    I am really happy
    I hope you enjoy it. ^^
    New Users, please read this..
    Google first, then ask..

Posting Permissions

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