Помоему я всё сделал правильно, но всё равно ошибка :( почему?
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).
Код ошибки: 0x80004005
Компонент: Console
Интерфейс: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
[root@localhost init.d]# ls -l /dev/vboxdrv
crw-rw-rw- 1 root vboxusers 10, 59 Ноя 15 22:48 /dev/vboxdrv
[root@localhost init.d]# tail /etc/group
...
vboxusers:x:425:grey
...