Hi,
I try to install virtualbox non-ose 3.0.2 on OpenSuse 11.1 64bits.
After install, I try:
sudo /etc/init.d/vboxdrv setup
and I get it:
Stopping VirtualBox kernel module done
Recompiling VirtualBox kernel module failed
(Look at /var/log/vbox-install.log to find out what went wrong)
and at log:
Makefile:174: *** Error: unable to find the include directory for your current Linux kernel. Specify KERN_INCL=<directory> and run Make again. Stop.
Anybody can help, please ?
did you install kernel-syms?
yes, all that in the instructions page:
VirtualBox Installation - openSUSE
Thanks.
i would go here and get virtualbox
VirtualBox 3.0.2 was released - openSUSE Forums
Then read this thread
Virtualbox install in 11.1 won’t start. - openSUSE Forums
it helped me just now to get virtualbox up and running
cicero ribeiro adjusted his/her AFDB on Monday 13 Jul 2009 17:56 to write:
>
> Havoc65;2011758 Wrote:
>> did you install kernel-syms?
> yes, all that in the instructions page:
> ‘VirtualBox Installation - openSUSE’
> (http://en.opensuse.org/VirtualBox_Installation)
>
> Thanks.
>
>
Instead of using sudo use open a console/terminal and:
su
and login as root with the root password.
sudo only executes the first command as root and then drops back to normal
user perms so it does not have the permissions to continue.
su on the other hand changes the console/terminal to a full blown root
terminal and so all subsequent commands have root control and perms.
you need to type
exit
to get back to the user console from there.
If you want more info have a look at man sudo, man su.
HTH
–
Mark
Caveat emptor
Nullus in verba
Nil illegitimi carborundum
Hi,
You are right !
but the problem still the same !
Hi,
kernel updated by Yast (don’t know if really necessary, but…)
works fine after a reboot (not a logout
)
Tanks for all !
You need the reboot because of the new kernel because the 3.0.2 vbox modules are built to go with the latest kernel. If the kernel gets updated and vbox doesn’t, then you will need the kernel-source package to rebuild the modules.
A logout and login is sufficient if the problem is that you have just added yourself to /etc/group.
Not sure what all the fuss is about. Recently installed 3.0.2 on 11.1 and 11.2 Milestone3. In both cases it recompiled and reloaded the kernel module. No need for sudo /etc/init.d/vboxdrv setup. That’s a first. The new VBox started and ran all prior settings and .dvi files without issue. The easiest upgrade ever from VBox with no permission problems etc. No reboots required. Great! 
Probably because they have taught the post-install script to do any required compilation.
Probably. Even usb (memory stick) was acquired and released by the VM on both 11.1 and more surprisingly 11.2 M3. Although 11.1 was originally modified for that to work, 11.2 M3 worked OOTB. I haven’t tried other devices yet. It’s early days as there are plenty of milestone opportunities (and further VBox releases) to screw it up. :sarcastic: