ho scaricato virtualbox 4.2 dal sito oracle… verisone .i686 ma non partiva…allora l’ho installato dai repository con yum install VirtualBox…creo una macchina virtuale e mi dà errore…installo le dipendenze con un
yum install -y kernel-headers kernel-devel dkms gcc
ma non funziona allora provo ad installare i pacchetti di estensione… dal sito oracle
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html#extpack
ma mi dà il solito errore e le machcine virtuali non partono…
l’errore:[code]Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
‘/etc/init.d/vboxdrv setup’
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.[/code]