<?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: Install VirtualBox 3 on Fedora 12 [Tutorial]</title>
	<atom:link href="http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/</link>
	<description>Tutorials, Guides, Tips, and Tricks from Everyday Experiences</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:08:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rob</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-502</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sat, 18 Sep 2010 02:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-502</guid>
		<description>fixed my problem. Thank you, saved me a ton of trouble!</description>
		<content:encoded><![CDATA[<p>fixed my problem. Thank you, saved me a ton of trouble!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vadi01</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-501</link>
		<dc:creator>vadi01</dc:creator>
		<pubDate>Thu, 15 Apr 2010 06:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-501</guid>
		<description>Simpler method of installing
1. nano /etc/yum.repos.d/vbox.repo
2. Add the following lines
[virtualbox]
name=Fedora $releasever - $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc

3. yum update
4. yum install VirtualBox dkms gcc
5. /etc/init.d/vboxdrv setup

DONE. 
Ps. To enable usb drive support in your guest os, just add yourself to the vbox users group in host os.</description>
		<content:encoded><![CDATA[<p>Simpler method of installing<br />
1. nano /etc/yum.repos.d/vbox.repo<br />
2. Add the following lines<br />
[virtualbox]<br />
name=Fedora $releasever &#8211; $basearch &#8211; VirtualBox<br />
baseurl=http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc</p>
<p>3. yum update<br />
4. yum install VirtualBox dkms gcc<br />
5. /etc/init.d/vboxdrv setup</p>
<p>DONE.<br />
Ps. To enable usb drive support in your guest os, just add yourself to the vbox users group in host os.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek@TheDailyLinux</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-500</link>
		<dc:creator>Derek@TheDailyLinux</dc:creator>
		<pubDate>Thu, 15 Apr 2010 01:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-500</guid>
		<description>Simply posting an error message isn&#039;t very useful, but I can offer some sort of advice anyways... :)

Unresolved symbols are generally a problem when the module (VirtualBox.so) can&#039;t find symbols in a dependency module.  The &#039;dmesg&#039; output should give some clues as to why this is happening and which module is missing.  Also, the &#039;modinfo&#039; command is helpful in troubleshooting as well.

Another scenario is that the module wasn&#039;t compiled against the kernel in which it&#039;s being inserted into.

Either way, you&#039;ll want to talk with the VirtualBox guys on their official forums.  Good luck!</description>
		<content:encoded><![CDATA[<p>Simply posting an error message isn&#8217;t very useful, but I can offer some sort of advice anyways&#8230; <img src='http://www.thelinuxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unresolved symbols are generally a problem when the module (VirtualBox.so) can&#8217;t find symbols in a dependency module.  The &#8216;dmesg&#8217; output should give some clues as to why this is happening and which module is missing.  Also, the &#8216;modinfo&#8217; command is helpful in troubleshooting as well.</p>
<p>Another scenario is that the module wasn&#8217;t compiled against the kernel in which it&#8217;s being inserted into.</p>
<p>Either way, you&#8217;ll want to talk with the VirtualBox guys on their official forums.  Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ignivs</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-499</link>
		<dc:creator>ignivs</dc:creator>
		<pubDate>Wed, 14 Apr 2010 20:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-499</guid>
		<description>VirtualBox: supR3HardenedMainGetTrustedMain: dlopen(&quot;/usr/lib/virtualbox/VirtualBox.so&quot;,) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii</description>
		<content:encoded><![CDATA[<p>VirtualBox: supR3HardenedMainGetTrustedMain: dlopen(&#8220;/usr/lib/virtualbox/VirtualBox.so&#8221;,) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-498</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 31 Mar 2010 00:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-498</guid>
		<description>I am running Fedora 11 on 2.6.30.9-96.fc11.i686.PAE. When I try to run
$/etc/init.d/vboxdrv setup
====
Stopping VirtualBox kernel module                          [  OK  ]
 Recompiling VirtualBox kernel module                       [FAILED]
  (Look at /var/log/vbox-install.log to find out what went wrong)
====
$cat /var/log/vbox-install.log
===
Error! Your kernel source for kernel 2.6.30.9-96.fc11.i686.PAE cannot be found at
/lib/modules/2.6.30.9-96.fc11.i686.PAE/build or /lib/modules/2.6.30.9-96.fc11.i686.PAE/source.
You can use the --kernelsourcedir option to tell DKMS where it&#039;s located.
=====

$yum install kernel-devel kernel-PAE-devel

Now I try to install kernel source using yum but it is installing wrong source [2.6.30.10-105.2.23.fc11] . I tried to search kernel source for 2.6.30.9-96.fc11.i686.PAE but couldn&#039;t find it anywhere. Now I am stuck as I don&#039;t want to update my kernel version and we don&#039;t have source for this version so I can&#039;t proceed further with VirtualBox. Is there anyway to install VirtualBox with this particular kernel version [2.6.30.9-96.fc11.i686.PAE]. Thanks you.</description>
		<content:encoded><![CDATA[<p>I am running Fedora 11 on 2.6.30.9-96.fc11.i686.PAE. When I try to run<br />
$/etc/init.d/vboxdrv setup<br />
====<br />
Stopping VirtualBox kernel module                          [  OK  ]<br />
 Recompiling VirtualBox kernel module                       [FAILED]<br />
  (Look at /var/log/vbox-install.log to find out what went wrong)<br />
====<br />
$cat /var/log/vbox-install.log<br />
===<br />
Error! Your kernel source for kernel 2.6.30.9-96.fc11.i686.PAE cannot be found at<br />
/lib/modules/2.6.30.9-96.fc11.i686.PAE/build or /lib/modules/2.6.30.9-96.fc11.i686.PAE/source.<br />
You can use the &#8211;kernelsourcedir option to tell DKMS where it&#8217;s located.<br />
=====</p>
<p>$yum install kernel-devel kernel-PAE-devel</p>
<p>Now I try to install kernel source using yum but it is installing wrong source [2.6.30.10-105.2.23.fc11] . I tried to search kernel source for 2.6.30.9-96.fc11.i686.PAE but couldn&#8217;t find it anywhere. Now I am stuck as I don&#8217;t want to update my kernel version and we don&#8217;t have source for this version so I can&#8217;t proceed further with VirtualBox. Is there anyway to install VirtualBox with this particular kernel version [2.6.30.9-96.fc11.i686.PAE]. Thanks you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Денис</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-497</link>
		<dc:creator>Денис</dc:creator>
		<pubDate>Thu, 25 Mar 2010 20:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-497</guid>
		<description>Подкажите пожалуста! Поставил Virtual Box 3.1.4 на Fedora 12 .  На вертуальной машине в свойствах включено ускорение процесора, и оно не отключается. У меня компьютер его не поддержует и из за этого виртуальная машина медленно работает. Почему не отключается ускорение процесора? Как это исправить?</description>
		<content:encoded><![CDATA[<p>Подкажите пожалуста! Поставил Virtual Box 3.1.4 на Fedora 12 .  На вертуальной машине в свойствах включено ускорение процесора, и оно не отключается. У меня компьютер его не поддержует и из за этого виртуальная машина медленно работает. Почему не отключается ускорение процесора? Как это исправить?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-496</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Tue, 02 Mar 2010 00:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-496</guid>
		<description>Dereck I follow your instruction with Myki sugection and virtualbox is running nicely. Thank you both.

Hector</description>
		<content:encoded><![CDATA[<p>Dereck I follow your instruction with Myki sugection and virtualbox is running nicely. Thank you both.</p>
<p>Hector</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azure</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-495</link>
		<dc:creator>azure</dc:creator>
		<pubDate>Mon, 15 Feb 2010 04:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-495</guid>
		<description>To get USB working, you must add the following to /etc/fstab

    #VirtualBox USB - 122 is the gid of vboxusers group
    none /proc/bus/usb usbfs devgid=122,devmode=664 0 0



and make sure your user is in the vboxusers group</description>
		<content:encoded><![CDATA[<p>To get USB working, you must add the following to /etc/fstab</p>
<p>    #VirtualBox USB &#8211; 122 is the gid of vboxusers group<br />
    none /proc/bus/usb usbfs devgid=122,devmode=664 0 0</p>
<p>and make sure your user is in the vboxusers group</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-494</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-494</guid>
		<description>Yeah I was having trouble with this even with your walk through but this worked perfect for me and after I installed gcc VBox works great!!! Thanks!</description>
		<content:encoded><![CDATA[<p>Yeah I was having trouble with this even with your walk through but this worked perfect for me and after I installed gcc VBox works great!!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biscuits</title>
		<link>http://www.thelinuxdaily.com/2009/10/how-to-install-virtualbox-3-on-fedora-12-tutorial/#comment-493</link>
		<dc:creator>biscuits</dc:creator>
		<pubDate>Sun, 03 Jan 2010 10:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=662#comment-493</guid>
		<description>Almost all of my usb devices are greyed out in xp under vbox.  what to do?</description>
		<content:encoded><![CDATA[<p>Almost all of my usb devices are greyed out in xp under vbox.  what to do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

