Tak jsem úspěšně založil virtuální disk, připojil mechaniku, ale pak se vůbec nerozběh Správce virtuálních disků a začal házet chybový hlášky:
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
na příkaz reagoval:
* Stopping VirtualBox kernel module * done.
* Recompiling VirtualBox kernel module /etc/init.d/vboxdrv: 337: cannot create /var/log/vbox-install.log: Permission denied
* Look at /var/log/vbox-install.log to find out what went wrong
a v tom vbox-install.log je tohle:
** Compiling vboxdrv
Attempting to install using DKMS
removing old DKMS module vboxdrv version
Error! Invalid number of parameters passed.
Usage: remove -m <module> -v <module-version> --all
or: remove -m <module> -v <module-version> -k <kernel-version>
Creating symlink /var/lib/dkms/vboxdrv/2.1.0/source ->
/usr/src/vboxdrv-2.1.0
DKMS: add Completed.
Error! Your kernel source for kernel 2.6.24-16-generic cannot be found at
/lib/modules/2.6.24-16-generic/build or /lib/modules/2.6.24-16-generic/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:143: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Tak teda nevim, jestli nemám špatně nastavený zdroje softwaru nebo mám někde ten zdroj pro jádro jinde nebo co
