PDA

View Full Version : Problema con VirtualBox 1.4...


SalgerKlesk
06-06-2007, 18:30
Ho appena installato virtualbox 1.4 ed è andato tutto a buon fine, l'ho avviato e ho creato regolarmente la mia macchina virtuale, ho scelto la iso da caricare ed ecco quello che mi esce fuori:


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).


Codice&nbspd'uscita:
0x80004005
Componente:
Console
Interfaccia:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

Che faccio? :muro:

maurinO_o
06-06-2007, 18:48
Make sure that the user has write permissions for /dev/vboxdrv



dai i permessi al gruppo user su vboxdrv con:
chmod 0775 /dev/vboxdrv

se non c'è già, crea il gruppo vboxuser e aggiungi il tuo utente in /etc/fstab:
vboxusers:x:101:tuo_nome_utente










http://www.hwupgrade.it/forum/customavatars/avatar163435_18.gif

SalgerKlesk
06-06-2007, 19:24
Hemm... non ho ben capito dove devo mettere vboxusers:x:101:maux, nel fstab? Ma gli hard disk sono virtuali non reali... cioè è un file che fa da hard disk penso...

toruntu
06-06-2007, 19:59
sapete dirmi se su virtual box funziona windows vista?

maurinO_o
06-06-2007, 20:00
sapete dirmi se su virtual box funziona windows vista?





http://www.hwupgrade.it/forum/customavatars/avatar163435_18.gif

SalgerKlesk
06-06-2007, 20:20
ma quindi per la mia domanda?

RRT4
06-06-2007, 20:24
in /etc/group

maurinO_o
06-06-2007, 21:01
in /etc/group

giusto :D
prima ha parlato il cannonau.

atreidesws
07-06-2007, 19:28
piu semplicemente...

vai su SISTEMA - AMMINISTRAZIONE - UTENTI E GRUPPI

seleziona lo user per il quale vuoi utilizzare virtual box e su GESTIONE GRUPPI aggiungi il gruppo "vboxusers"

e il gioco è fatto ;)