p, li { white-space: pre-wrap; }
提示
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. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
运行sudo /etc/init.d/vboxdrv setup后
p, li { white-space: pre-wrap; }
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. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
vi /var/log/vbox-install.log 后显示
1 Makefile:169: *** Error: unable to find the sources of your current Linux ke rnel. Specify KERN_DIR=<directory> and run Make again. Stop.
解决方法:
sudo apt-get install linux-headers-`uname -r`
sudo /etc/init.d/vboxdrv setup