<?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 on Fedora 10 [Tutorial]</title>
	<atom:link href="http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial</link>
	<description>Family, Friends, Computers, and Linux</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:39:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Instalando VirtualBox en Fedora 10 &#171; Japega blog blog&#8230;</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1619</link>
		<dc:creator>Instalando VirtualBox en Fedora 10 &#171; Japega blog blog&#8230;</dc:creator>
		<pubDate>Thu, 24 Dec 2009 03:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1619</guid>
		<description>[...] me ayudara a hacerlo. Fue así que encontré el blog en Derek Hildreth’s Blog el post titulado How To: Install VirtualBox on Fedora 10 [Tutorial], el cual me ayudó muchísimo. Seguí sus instrucciones, pero con una variante. En lugar de [...]</description>
		<content:encoded><![CDATA[<p>[...] me ayudara a hacerlo. Fue así que encontré el blog en Derek Hildreth’s Blog el post titulado How To: Install VirtualBox on Fedora 10 [Tutorial], el cual me ayudó muchísimo. Seguí sus instrucciones, pero con una variante. En lugar de [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auzieman</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1450</link>
		<dc:creator>Auzieman</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1450</guid>
		<description>Thank you for your write up, I was about to loose my marbles trying to figure out why vbox 3 was still not seeing my darn iphone via usb.. /sys.. . .that was the magic missing bit.. 

You would think who ever packages the rpms would add that to the install scripts.. 

Thank you!!!</description>
		<content:encoded><![CDATA[<p>Thank you for your write up, I was about to loose my marbles trying to figure out why vbox 3 was still not seeing my darn iphone via usb.. /sys.. . .that was the magic missing bit.. </p>
<p>You would think who ever packages the rpms would add that to the install scripts.. </p>
<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K1</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1416</link>
		<dc:creator>K1</dc:creator>
		<pubDate>Tue, 22 Sep 2009 02:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1416</guid>
		<description>I&#039;m new in linux, Could you please tell me what do you exactly mean by:
(ie. &quot;export&quot; KERN_DIR=/usr/src/kernels/2.6.23.1-42.fc8-i686)

I have found my kernel address, but I dunno what to do with that!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new in linux, Could you please tell me what do you exactly mean by:<br />
(ie. &#8220;export&#8221; KERN_DIR=/usr/src/kernels/2.6.23.1-42.fc8-i686)</p>
<p>I have found my kernel address, but I dunno what to do with that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tkep1008</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1369</link>
		<dc:creator>tkep1008</dc:creator>
		<pubDate>Mon, 14 Sep 2009 16:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1369</guid>
		<description>* I ran into this site and had usb issues.  I did not create a usb users group as there was a vboxusers group already included.   in GUI go to System &gt; Administration &gt; Users and Groups

*Write down or remember what Group ID vboxusers has, in my case it was 501
Group         = Group ID
vboxusers  = 501

* if your own username is currently not part of vboxusers make sure it is added (i will skip these steps considering that Virtualbox will not run at all if you arent in that group)

* unmount the usbfs
sudo umount /proc/bus/usb/

* if an error comes up when you try to unmount, reboot the system 

* open up the /etc/fstab
sudo vi /etc/fstab 

* Enter the following (if 501 is your vboxusers Group ID)
none /sys/bus/usb/drivers usbfs devgid=501,devmode=664 0 0

* Save and exit the file

* As long as the umount command worked, then mount all that is in the /etc/fstab
sudo mount -a 

* Open up VirtualBox and add USB devices to your guest, and reboot or start a new guest system</description>
		<content:encoded><![CDATA[<p>* I ran into this site and had usb issues.  I did not create a usb users group as there was a vboxusers group already included.   in GUI go to System &gt; Administration &gt; Users and Groups</p>
<p>*Write down or remember what Group ID vboxusers has, in my case it was 501<br />
Group         = Group ID<br />
vboxusers  = 501</p>
<p>* if your own username is currently not part of vboxusers make sure it is added (i will skip these steps considering that Virtualbox will not run at all if you arent in that group)</p>
<p>* unmount the usbfs<br />
sudo umount /proc/bus/usb/</p>
<p>* if an error comes up when you try to unmount, reboot the system </p>
<p>* open up the /etc/fstab<br />
sudo vi /etc/fstab </p>
<p>* Enter the following (if 501 is your vboxusers Group ID)<br />
none /sys/bus/usb/drivers usbfs devgid=501,devmode=664 0 0</p>
<p>* Save and exit the file</p>
<p>* As long as the umount command worked, then mount all that is in the /etc/fstab<br />
sudo mount -a </p>
<p>* Open up VirtualBox and add USB devices to your guest, and reboot or start a new guest system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1365</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Sat, 12 Sep 2009 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1365</guid>
		<description>when I run the command &quot;usermod -G vboxusers -a samuel chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so&quot;, I get the following error:

usermod: user /usr/lib/virtualbox/VirtualBox.so does not exist

what should I do? I am not use to linux</description>
		<content:encoded><![CDATA[<p>when I run the command &#8220;usermod -G vboxusers -a samuel chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so&#8221;, I get the following error:</p>
<p>usermod: user /usr/lib/virtualbox/VirtualBox.so does not exist</p>
<p>what should I do? I am not use to linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erasmo</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1337</link>
		<dc:creator>erasmo</dc:creator>
		<pubDate>Tue, 25 Aug 2009 01:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1337</guid>
		<description>Instala:
yum install VirtualBox-OSE-kmodsrc.i386</description>
		<content:encoded><![CDATA[<p>Instala:<br />
yum install VirtualBox-OSE-kmodsrc.i386</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirtyl3um</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1193</link>
		<dc:creator>Dirtyl3um</dc:creator>
		<pubDate>Fri, 29 May 2009 18:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1193</guid>
		<description>I would like to add that you need to make sure your kernel is up to date before you do this, so do a system update and get the latest devel for the kernel, install all then reboot and run the setup :-D

just took 30 minutes for me to figure out that i had the old evel and was running an newer kernel</description>
		<content:encoded><![CDATA[<p>I would like to add that you need to make sure your kernel is up to date before you do this, so do a system update and get the latest devel for the kernel, install all then reboot and run the setup :-D</p>
<p>just took 30 minutes for me to figure out that i had the old evel and was running an newer kernel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darin</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1179</link>
		<dc:creator>darin</dc:creator>
		<pubDate>Tue, 12 May 2009 16:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1179</guid>
		<description>fs111&#039;s point about the PAE kernel was a HUGE hint.  I didn&#039;t even realize I had the PAE kernel installed.  I had to run the following command before the /etc/init.d/vboxdrv setup step would succeed on my Fedora 10 host:
# ln -s /usr/src/kernels/2.6.27.21-170.2.56.fc10.i686.PAE /lib/modules/2.6.27.21-170.2.56.fc10.i686.PAE/build

Obviously replace the version numbers with those specific to your kernel.  Enjoy.</description>
		<content:encoded><![CDATA[<p>fs111&#8217;s point about the PAE kernel was a HUGE hint.  I didn&#8217;t even realize I had the PAE kernel installed.  I had to run the following command before the /etc/init.d/vboxdrv setup step would succeed on my Fedora 10 host:<br />
# ln -s /usr/src/kernels/2.6.27.21-170.2.56.fc10.i686.PAE /lib/modules/2.6.27.21-170.2.56.fc10.i686.PAE/build</p>
<p>Obviously replace the version numbers with those specific to your kernel.  Enjoy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SendDerek</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1002</link>
		<dc:creator>SendDerek</dc:creator>
		<pubDate>Sun, 12 Apr 2009 05:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1002</guid>
		<description>That was completely unexpected and yet, incredibly awesome to hear!  Thank you!</description>
		<content:encoded><![CDATA[<p>That was completely unexpected and yet, incredibly awesome to hear!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SendDerek</title>
		<link>http://www.derekhildreth.com/blog/how-to-install-virtualbox-on-fedora-10-tutorial/comment-page-1#comment-1000</link>
		<dc:creator>SendDerek</dc:creator>
		<pubDate>Sun, 12 Apr 2009 05:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekhildreth.com/blog/?p=312#comment-1000</guid>
		<description>Honestly, I kinda freak out when it comes to kernel building.  I haven&#039;t started to tread that water yet.  Good luck to you!</description>
		<content:encoded><![CDATA[<p>Honestly, I kinda freak out when it comes to kernel building.  I haven&#8217;t started to tread that water yet.  Good luck to you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
