You are not logged in.
I successfully upgraded to the latest kernel with no issues at all.
Naturally, VirtualBox has to be rebuilt but now I get these errors:
su -c '/etc/rc.d/vboxdrv setup'
Password:
:: Unloading VirtualBox kernel modules [DONE]
:: Recompiling VirtualBox kernel modules [BUSY] Look at /var/log/vbox-install.log to find out what went wrong
Look at /var/log/vbox-install.log to find out what went wrong
Look at /var/log/vbox-install.log to find out what went wrong
[DONE]
:: Reloading VirtualBox kernel modules Notice that is seems that there was a problem but the system seems to indicate it was able to overcome it ... at least is says Reloading the Kernel modules with no other errors after it.
But the reality is that it actually failed.
The logs show these errors:
Makefile:167: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
cp: cannot stat `/tmp/vboxdrv-Module.symvers': No such file or directory
Makefile:94: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
cp: cannot stat `/tmp/vboxdrv-Module.symvers': No such file or directory
Makefile:90: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.Now; it seems to complaint about the source of my Kernel but that was never a problem in the past nor I have changed anything in the system so the kernel sources are not likely the problem.
Is there anyone else having this problem?
Is there a known solution to it?
Thanks.
R.
p.s Just to be sure I did check /lib/modules/2.6.37-ARCH/kernel/arch/x86/kernel and sources seem to be there. ![]()
Last edited by ralvez (2011-02-03 19:30:22)
Offline
Did you reboot after the kernel upgrade?
Offline
Well ... we do not need to reboot, to be honest. It will suffice to do :
su -c 'modprobe vboxdrv'Nevertheless, eventually I did reboot but to no avail (not that I was truly expecting the reboot would fix the problem)
R.
Offline
paste the content of
pacman -Qs kernel26 && uname -r
Give what you have. To someone, it may be better than you dare to think.
Offline
OK. I found that re-installing the kernel headers
pacman -S kernel26-headersfixes the problem.
Offline