[root@localhost r2d2]# yum reinstall dkms
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Reinstall Process
Dropbox | 951 B 00:00
google-talkplugin | 951 B 00:00
rpmfusion-free-updates | 3.3 kB 00:00
rpmfusion-nonfree-updates | 3.3 kB 00:00
updates/metalink | 16 kB 00:00
updates | 4.5 kB 00:00
updates/primary_db | 7.0 MB 00:27
updates/group_gz | 435 kB 00:01
Resolving Dependencies
--> Running transaction check
---> Package dkms.noarch 0:2.2.0.3-1.fc15 will be reinstalled
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ==============================
Package Arch Version Repository Size
================================================== ==============================
Reinstalling:
dkms noarch 2.2.0.3-1.fc15 updates 105 k
Transaction Summary
================================================== ==============================
Reinstall 1 Package(s)
Total download size: 105 k
Installed size: 210 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
updates/prestodelta | 1.2 MB 00:04
Processing delta metadata
Package(s) data still to download: 105 k
dkms-2.2.0.3-1.fc15.noarch.rpm | 105 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : dkms-2.2.0.3-1.fc15.noarch 1/1
Installed:
dkms.noarch 0:2.2.0.3-1.fc15
Complete!
[root@localhost r2d2]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Removing old VirtualBox netadp kernel module [ OK ]
Removing old VirtualBox netflt kernel module [ OK ]
Removing old VirtualBox kernel module [ OK ]
Trying to register the VirtualBox kernel modules using DKMSError! Bad return status for module build on kernel: 2.6.42.12-1.fc15.x86_64 (x86_64)
Consult /var/lib/dkms/vboxhost/4.1.6/build/make.log for more information.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@localhost r2d2]#
---------- Post added at 09:39 PM ---------- Previous post was at 09:02 PM ----------
Reran '/etc/init.d/vboxdrv setup' after moving iommu.h to latest kernal, see below.
[root@localhost r2d2]# sudo cp /usr/src/kernels/2.6.42.9-2.fc15.x86_64/include/linux/iommu.h /usr/src/kernels/2.6.42.12-1.fc15.x86_64/arch/x86/include/asm/
[root@localhost r2d2]# /etc/init.d/vboxdrv setupStopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Removing old VirtualBox netadp kernel module [ OK ]
Removing old VirtualBox netflt kernel module [ OK ]
Removing old VirtualBox kernel module [ OK ]
Trying to register the VirtualBox kernel modules using DKMSError! Bad return status for module build on kernel: 2.6.42.12-1.fc15.x86_64 (x86_64)
Consult /var/lib/dkms/vboxhost/4.1.6/build/make.log for more information.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@localhost r2d2]#