Hi Manoj,

The installation process should have already changed
/dev/vboxdrv to owner root and group vboxusers,
and changed it's permissions to 660.

At any rate, as root, run the command:

/etc/init.d/vboxdrv setup

After that check again :

# ls -l /dev/vboxdrv
crw-rw---- 1 root vboxusers 10, 62 2008-03-07 12:29 /dev/vboxdrv

and

# grep vboxusers /etc/group /etc/gshadow
/etc/group:vboxusers:x:1009:YOUO-LOGIN-NAME
/etc/gshadow:vboxusers:!::YOUR-LOGIN-NAME

If you do not see YOUR-LOGIN-NAME listed with the vboxusers
group name, then issue the command

lgroupmod  -M YOUR-LOGIN-NAME  vboxusers

I dont know if solaris uses the same command name.

Good luck.

-JD



Manoj Joseph wrote:
> Hi,
>
> I am unable to run VMs as a non-root user. Adding myself to vboxusers
> has not helped. I am on opensolaris.
>
> [EMAIL PROTECTED]:~$ uname -a
> SunOS mowgli 5.11 snv_79a i86pc i386 i86pc Solaris
> [EMAIL PROTECTED]:~$ id
> uid=101(manoj) gid=10(staff) groups=10(staff),101(vboxusers)
>
> Starting a virtual machine results in the following error.
>
> VirtualBox kernel driver not accessible, permission problem.
> VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).
>
> Result Code:
> 0x80004005
> Component:
> Console
> Interface:
> IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
>
> I am able to start the vm as root. Can anyone help me out here?
>
> Cheers
> Manoj
>
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>
>   

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to