<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: VirtualBox B0rken By Gutsy Kernel Upgrade</title>
	<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Thu, 20 Nov 2008 10:05:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10374</link>
		<pubDate>Tue, 14 Oct 2008 13:20:55 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10374</guid>
					<description>@&lt;a href="#comment-10373" rel="nofollow"&gt;Axel&lt;/a&gt;: 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. :)</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-10373" rel="nofollow">Axel</a>: Very nice! Thanks for this solution. I didn&#8217;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&#8217;t want to make that leap. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Axel</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10373</link>
		<pubDate>Tue, 14 Oct 2008 10:05:50 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-10373</guid>
					<description>You can repair your virtualbox install on gutsy with a 2.6.22-15 kernel by :
- removing virtualbox 2.6.22-14 module :  &lt;blockquote&gt;apt-get remove virtualbox-ose-modules-2.6.22-14-generic&lt;/blockquote&gt;
- rebuild the module for the new kernel : &lt;blockquote&gt;m-a auto-install virtualbox-ose-source&lt;/blockquote&gt;
- reinstall virtualbox : &lt;blockquote&gt;apt-get install virtualbox-ose&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>You can repair your virtualbox install on gutsy with a 2.6.22-15 kernel by :<br />
- removing virtualbox 2.6.22-14 module :  </p>
<blockquote><p>apt-get remove virtualbox-ose-modules-2.6.22-14-generic</p>
</blockquote>
<p>- rebuild the module for the new kernel : </p>
<blockquote><p>m-a auto-install virtualbox-ose-source</p>
</blockquote>
<p>- reinstall virtualbox : </p>
<blockquote><p>apt-get install virtualbox-ose</p>
</blockquote>
]]></content:encoded>
				</item>
	<item>
		<title>by: John</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9550</link>
		<pubDate>Sun, 06 Jul 2008 17:35:53 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9550</guid>
					<description>You are my hero.  I've been holding off on the 2.6.22-14 -&#62; 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!!!!!!</description>
		<content:encoded><![CDATA[<p>You are my hero.  I&#8217;ve been holding off on the 2.6.22-14 -&gt; 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&#8217;t expect vbox kernel modules to have a problem.  Anyways&#8211; thanks for the advice.. moving to this non-opensource version was pretty much a breeze &#8212; it even converted my old Virtualbox config files from the &#8220;old&#8221; format to the &#8220;new&#8221; format.  I didn&#8217;t loose any data on my virtualized host operating systems.  Woo HOO!!!!!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Karsten</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9486</link>
		<pubDate>Thu, 26 Jun 2008 01:21:53 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9486</guid>
					<description>It's pretty easy to build a .deb for the vboxdrv module for gutsy along the lines of:
&lt;code&gt;apt-get source virtualbox-ose-modules-2.6.22-14-generic
apt-get build-dep virtualbox-ose-modules-2.6.22-14-generic&lt;/code&gt;

Then edit the debian/control file to change the version to -15 and build the package with &lt;code&gt;dpkg-buildpackage -B&lt;/code&gt;

Installation of the resulting .deb requires removing the -14 version first with dpkg --force-depends</description>
		<content:encoded><![CDATA[<p>It&#8217;s pretty easy to build a .deb for the vboxdrv module for gutsy along the lines of:<br />
<code>apt-get source virtualbox-ose-modules-2.6.22-14-generic<br />
apt-get build-dep virtualbox-ose-modules-2.6.22-14-generic</code></p>
<p>Then edit the debian/control file to change the version to -15 and build the package with <code>dpkg-buildpackage -B</code></p>
<p>Installation of the resulting .deb requires removing the -14 version first with dpkg &#8211;force-depends
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9483</link>
		<pubDate>Wed, 25 Jun 2008 13:55:36 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9483</guid>
					<description>[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.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/"><p>
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.</p>
</blockquote>
<p>Yep. The OSE version gives the same message, but /etc/init.d/virtualbox does not recognize the &#8220;setup&#8221; command. It only knows about start, stop and restart.</p>
<p>The non OSE version can recompile it&#8217;s own modules I believe.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tino</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9481</link>
		<pubDate>Wed, 25 Jun 2008 13:01:23 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9481</guid>
					<description>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 &lt;a href="http://www.pulseaudio.org/wiki/PerfectSetup#Skype" rel="nofollow"&gt;gives endless issues with Skype&lt;/a&gt;, Xrandr for multimonitor xorg support that I just failed to configure for my nvidia card, gnome-vfs -&#62; 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 &lt;a href="https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/213053" rel="nofollow"&gt;an uninteruptable process take 100% cpu&lt;/a&gt; :(.

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.</description>
		<content:encoded><![CDATA[<p>Don&#8217;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 &#8220;better&#8221; alternatives I am less used to. Some examples: Pulseaudio for audio <a href="http://www.pulseaudio.org/wiki/PerfectSetup#Skype" rel="nofollow">gives endless issues with Skype</a>, Xrandr for multimonitor xorg support that I just failed to configure for my nvidia card, gnome-vfs -&gt; 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 <a href="https://bugs.launchpad.net/ubuntu/+source/fuse/+bug/213053" rel="nofollow">an uninteruptable process take 100% cpu</a> <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_sad.gif" alt="(" class="wp-smiley" /> .</p>
<p>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: &#8220;run /etc/init.d/virtualbox setup&#8221;. This gave a &#8220;recompiling kernel module&#8221;, and then it worked again. But it may very well be that this only works for the manually installed non-ose version.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Maniquí</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9476</link>
		<pubDate>Wed, 25 Jun 2008 00:04:32 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9476</guid>
					<description>Same problem here.
Finally, I've done the same you did: installed the PUEL version.</description>
		<content:encoded><![CDATA[<p>Same problem here.<br />
Finally, I&#8217;ve done the same you did: installed the PUEL version.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jake</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9474</link>
		<pubDate>Tue, 24 Jun 2008 18:38:54 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9474</guid>
					<description>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.</description>
		<content:encoded><![CDATA[<p>If everything works I see no reason to upgrade. If I&#8217;m having problems, I will upgrade. As simple as that.</p>
<p>If a distro is unsupported, I&#8217;ll upgrade. I&#8217;ll also install Hardy if I ever want to make a new Ubuntu install.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9473</link>
		<pubDate>Tue, 24 Jun 2008 16:23:22 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9473</guid>
					<description>Heh! Good to know I'm not the only "late adopter" out there. :)</description>
		<content:encoded><![CDATA[<p>Heh! Good to know I&#8217;m not the only &#8220;late adopter&#8221; out there. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=")" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jake</title>
		<link>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9472</link>
		<pubDate>Tue, 24 Jun 2008 16:17:53 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/06/24/virtualbox-b0rken-by-gutsy-kernel-upgrade/#comment-9472</guid>
					<description>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.</description>
		<content:encoded><![CDATA[<p>Clinging to Gusty? I&#8217;m still on Fiesty on my primary machine, Edgy on one, and Gusty on my family&#8217;s computers. I haven&#8217;t even tried Hardy.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.460 seconds -->
