2.0.2 Fedora error compiling kernel module, "Spawning S
Posted: 19. Sep 2008, 21:57
I searched this forum, found some similar posts but none had answers that solved my problem. Installation of VirtualBox-2.0.2_36488_fedora9-1.i386.rpm succeeds:
But after installation when I run VirtualBox and open a VM that was created with VirtualBox1.6, it gets stuck at "Spawning Session", much like http://forums.virtualbox.org/viewtopic.php?t=9693. When I looked at /var/log/vbox-install.log, the compilation had in fact failed though reported as Success!. Last few lines of this file are:
As suggested in the above thread, I looked in help, section 2.3.2, ran
but again the same error. Output is like
Kernel version is : 2.6.25.3-18.fc9.i686
I can neither run a newly created VM, nor run an old one. Both kinds get stuck at "Spawning session"
thanks
Code: Select all
# rpm -Uvh VirtualBox-2.0.2_36488_fedora9-1.i386.rpm
Preparing... ########################################### [100%]
1:VirtualBox ########################################### [100%]
Creating group 'vboxusers'. VM users must be member of that group!
No precompiled module for this kernel found -- trying to build one. Messages
emitted during module compilation will be logged to /var/log/vbox-install.log.
Success!
Code: Select all
(cat /dev/null; echo kernel//tmp/vbox.0/vboxdrv.ko;) > /tmp/vbox.0/modules.order
Building modules, stage 2.
make -f /usr/src/kernels/2.6.25.3-18.fc9.i686/scripts/Makefile.modpost
scripts/mod/modpost -a -i /usr/src/kernels/2.6.25.3-18.fc9.i686/Module.symvers -I /tmp/vbox.0/Module.symvers -o /tmp/vbox.0/Module.symvers -S -K /usr/src/kernels/2.6.25.3-18.fc9.i686/Module.markers -M /tmp/vbox.0/Module.markers -w -s
make[1]: Leaving directory `/usr/src/kernels/2.6.25.3-18.fc9.i686'
install: cannot stat `vboxdrv.ko': No such file or directory
Code: Select all
/etc/init.d/vboxdrv setupCode: Select all
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [ OK ]
Starting VirtualBox kernel module [FAILED]
(No suitable module for running kernel found)
I can neither run a newly created VM, nor run an old one. Both kinds get stuck at "Spawning session"
thanks