Comments on: VirtualBox B0rken By Gutsy Kernel Upgrade http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10374 Tue, 14 Oct 2008 13:20:55 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10374

@Axel: Very nice! Thanks for this solution. I didn’t think about that and jumping ship to the non ose version just seemed like a logical next step. Perhaps this will help someone who doesn’t want to make that leap. :)

Reply  |  Quote
]]>
By: Axel http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10373 Tue, 14 Oct 2008 10:05:50 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10373

You can repair your virtualbox install on gutsy with a 2.6.22-15 kernel by :
– removing virtualbox 2.6.22-14 module :

apt-get remove virtualbox-ose-modules-2.6.22-14-generic

– rebuild the module for the new kernel :

m-a auto-install virtualbox-ose-source

– reinstall virtualbox :

apt-get install virtualbox-ose

Reply  |  Quote
]]>
By: John http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9550 Sun, 06 Jul 2008 17:35:53 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9550

You are my hero. I’ve been holding off on the 2.6.22-14 -> 2.6.22-15 update for a long time because I knew my binary nvidia drivers would be an issue.. Anyways, I bit the bullet and upgraded to 2.6.22-15 and (OOPS) I didn’t expect vbox kernel modules to have a problem. Anyways– thanks for the advice.. moving to this non-opensource version was pretty much a breeze — it even converted my old Virtualbox config files from the “old” format to the “new” format. I didn’t loose any data on my virtualized host operating systems. Woo HOO!!!!!!

Reply  |  Quote
]]>
By: Karsten http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9486 Thu, 26 Jun 2008 01:21:53 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9486

It’s pretty easy to build a .deb for the vboxdrv module for gutsy along the lines of:
apt-get source virtualbox-ose-modules-2.6.22-14-generic
apt-get build-dep virtualbox-ose-modules-2.6.22-14-generic

Then edit the debian/control file to change the version to -15 and build the package with dpkg-buildpackage -B

Installation of the resulting .deb requires removing the -14 version first with dpkg –force-depends

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9483 Wed, 25 Jun 2008 13:55:36 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9483

[quote post=”2554″]After a recent kernel upgrade it also complained over the kernel module not being compatible. However, my error message said something like: “run /etc/init.d/virtualbox setup”. This gave a “recompiling kernel module”, and then it worked again. But it may very well be that this only works for the manually installed non-ose version.[/quote]

Yep. The OSE version gives the same message, but /etc/init.d/virtualbox does not recognize the “setup” command. It only knows about start, stop and restart.

The non OSE version can recompile it’s own modules I believe.

Reply  |  Quote
]]>
By: Tino http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9481 Wed, 25 Jun 2008 13:01:23 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9481

Don’t expect a totally smooth upgrade to Hardy. I made a clean install on my home computer on the release day, and have had quite some issues with many components that have been swapped out with “better” alternatives I am less used to. Some examples: Pulseaudio for audio gives endless issues with Skype, Xrandr for multimonitor xorg support that I just failed to configure for my nvidia card, gnome-vfs -> gvfs breaks certain things, the default firefox (Firefox 3 beta 5) had freezing issues, the bluetooth layer seems to have changed subtly, there are new issues with suspend to ram for me, and for the first time in my life on Linux/unix I had an uninteruptable process take 100% cpu :(.

On that computer I actually have the non-ose Virtualbox. After a recent kernel upgrade it also complained over the kernel module not being compatible. However, my error message said something like: “run /etc/init.d/virtualbox setup”. This gave a “recompiling kernel module”, and then it worked again. But it may very well be that this only works for the manually installed non-ose version.

Reply  |  Quote
]]>
By: Maniquí http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9476 Wed, 25 Jun 2008 00:04:32 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9476

Same problem here.
Finally, I’ve done the same you did: installed the PUEL version.

Reply  |  Quote
]]>
By: Jake http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9474 Tue, 24 Jun 2008 18:38:54 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9474

If everything works I see no reason to upgrade. If I’m having problems, I will upgrade. As simple as that.

If a distro is unsupported, I’ll upgrade. I’ll also install Hardy if I ever want to make a new Ubuntu install.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9473 Tue, 24 Jun 2008 16:23:22 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9473

Heh! Good to know I’m not the only “late adopter” out there. :)

Reply  |  Quote
]]>
By: Jake http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9472 Tue, 24 Jun 2008 16:17:53 +0000 http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9472

Clinging to Gusty? I’m still on Fiesty on my primary machine, Edgy on one, and Gusty on my family’s computers. I haven’t even tried Hardy.

Reply  |  Quote
]]>