Page 2 of 2
Re: Problem (auto)mounting share in openSUSE 11.3 with VB4
Posted: 17. Jan 2011, 20:27
by Perryg
Did you reboot the host so the new kernel matched the headers?
Re: Problem (auto)mounting share in openSUSE 11.3 with VB4
Posted: 17. Jan 2011, 20:42
by thecodejunkie

oh yeah.. rebooting
That seems to have solved the installation issues!
everything passes now! Thank you! Could you give me the non-linux explanation of the problem I was experiencing and what the solution did? Thinking of blogging this for others to use (I'm setting it up
as a dev environment for a .net framework project that I want to make run on mono).
Will let you know how it works out with the user group stuff and automounting

Re: Problem (auto)mounting share in openSUSE 11.3 with VB4
Posted: 17. Jan 2011, 20:54
by Perryg
Simply put there is a process on every Linux system that one needs to follow.
None of them are up-to-date when you get them and that appears to be the part everyone fails with.
(1) update the OS
(2) install needed packages to be able to compile external kernel modules
(3) Reboot (usually due to kernel updates)
(4) Install VirtualBox
That's the simple guide.
Re: Problem (auto)mounting share in openSUSE 11.3 with VB4
Posted: 17. Jan 2011, 21:56
by thecodejunkie
Yay! That so totally solved it after adding my account to the correct group! Thank you
http://twitter.com/#!/TheCodeJunkie/sta ... 6479369217
So would it be correct to say that the GA kernal module required a newer version of the kernal dev tools, than that which was installed with openSUSE?
Also do you think your first suggestion with
Code: Select all
zypper install kernel-devel kernel-syms
would have solved it straight away, if I had rebooted after or was it the
that brought the existing ones up to the latest available version?
Thanks again!
Re: Problem (auto)mounting share in openSUSE 11.3 with VB4
Posted: 17. Jan 2011, 22:10
by Perryg
As I stated in the above it more than likely takes both. If you install the kernel packages and then do an update which installs a new kernel you will be out of sync again.
Also every time your kernel updates you will need to go through this again if you have not installed dkms or openSUSE equivalent to keep the headers in sync with the kernel. This is explained in your VirtualBox users manual.