Что я делал:
su -
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
yum update
yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
yum install VirtualBox-4.3
/etc/init.d/vboxdrv setup
И вот странность: при выполнении /etc/init.d/vboxdrv setup, такое вот:
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMSError! echo
Your kernel headers for kernel 3.11.10-301.fc20.x86_64 cannot be found at
/lib/modules/3.11.10-301.fc20.x86_64/build or /lib/modules/3.11.10-301.fc20.x86_64/source. [FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
смотрим лог:
Uninstalling modules from DKMS
removing old DKMS module vboxhost version 4.3.14
------------------------------
Deleting module version: 4.3.14
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS
Creating symlink /var/lib/dkms/vboxhost/4.3.14/source ->
/usr/src/vboxhost-4.3.14
DKMS: add completed.
Failed to install using DKMS, attempting to install without
Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
При запуске VirtualBox все нормально, но при запуске виртуальной машины - любой созданной, будь то linux или windows, появляется ошибка
Your kernel headers for kernel 3.11.10-301.fc20.x86_64 cannot be found at /lib/modules/3.11.10-301.fc20.x86_64/build or /lib/modules/3.11.10-301.fc20.x86_64/source.
И просит еще раз запустить /etc/init.d/vboxdrv setup
как думаете, с чем это может быть связано?