<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Fix Virtualbox After Upgrading Ubuntu</title>
	<atom:link href="http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/</link>
	<description>A Third Eye on Technology</description>
	<lastBuildDate>Fri, 11 May 2012 19:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Macufendo</title>
		<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/comment-page-1/#comment-2869</link>
		<dc:creator>Macufendo</dc:creator>
		<pubDate>Fri, 28 Nov 2008 05:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=405#comment-2869</guid>
		<description>Thank you so much!

The solution for me was also:

sudo /etc/init.d/vboxdrv setup

Regards,

Macufendo.</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
<p>The solution for me was also:</p>
<p>sudo /etc/init.d/vboxdrv setup</p>
<p>Regards,</p>
<p>Macufendo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titus</title>
		<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/comment-page-1/#comment-2578</link>
		<dc:creator>Titus</dc:creator>
		<pubDate>Sat, 15 Nov 2008 12:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=405#comment-2578</guid>
		<description>Hey Dave, just to tell you you are the best!
It worked &quot;out of the box&quot; for me, after I had spent hours trying to understand what could have caused the issue.

100 points +!

Thanks, Titus.</description>
		<content:encoded><![CDATA[<p>Hey Dave, just to tell you you are the best!<br />
It worked &#8220;out of the box&#8221; for me, after I had spent hours trying to understand what could have caused the issue.</p>
<p>100 points +!</p>
<p>Thanks, Titus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/comment-page-1/#comment-2546</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=405#comment-2546</guid>
		<description>sudo /etc/init.d/vboxdrv setup worked great for me after kubuntu 8.10 update.
Thanks for the help</description>
		<content:encoded><![CDATA[<p>sudo /etc/init.d/vboxdrv setup worked great for me after kubuntu 8.10 update.<br />
Thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Berean</title>
		<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/comment-page-1/#comment-2253</link>
		<dc:creator>Ian Berean</dc:creator>
		<pubDate>Sat, 01 Nov 2008 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=405#comment-2253</guid>
		<description>Follow-up to my previous post: I&#039;ve removed VB and then reinstalled from the site and everything seems to be working.  Once again, many thanks.</description>
		<content:encoded><![CDATA[<p>Follow-up to my previous post: I&#8217;ve removed VB and then reinstalled from the site and everything seems to be working.  Once again, many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Berean</title>
		<link>http://davestechsupport.com/blog/2008/10/29/how-to-fix-virtualbox-after-upgrading-ubuntu/comment-page-1/#comment-2249</link>
		<dc:creator>Ian Berean</dc:creator>
		<pubDate>Sat, 01 Nov 2008 09:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://davestechsupport.com/blog/?p=405#comment-2249</guid>
		<description>Thanks for putting this together.  Unfortunately, I&#039;m left with the same error that I received previously: 

VERR_VM_DRIVER_NOT_INSTALLED (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing

&#039;/etc/init.d/vboxdrv setup&#039;

as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

I&#039;ve performed your suggestions twice, and rebooted in-between, but no luck alas.  Any ideas, Dave?  Any suggestions gratefully received.  Thank you. Ian</description>
		<content:encoded><![CDATA[<p>Thanks for putting this together.  Unfortunately, I&#8217;m left with the same error that I received previously: </p>
<p>VERR_VM_DRIVER_NOT_INSTALLED (rc=-1908)</p>
<p>The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing</p>
<p>&#8216;/etc/init.d/vboxdrv setup&#8217;</p>
<p>as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.</p>
<p>I&#8217;ve performed your suggestions twice, and rebooted in-between, but no luck alas.  Any ideas, Dave?  Any suggestions gratefully received.  Thank you. Ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

