<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WiredRevolution.com &#187; fedora</title>
	<atom:link href="http://www.wiredrevolution.com/category/fedora/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install VirtualBox Guest Additions on Fedora 12</title>
		<link>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-virtualbox-guest-additions-on-fedora-12</link>
		<comments>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12#comments</comments>
		<pubDate>Sat, 22 May 2010 16:03:56 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kernel modules]]></category>
		<category><![CDATA[kernel-devel]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1226</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/fedora-icon.png" width="100" height="99" alt="" title="fedora" /><br/>Installing the VirtualBox Guest Additions is fairly straightforward process but with Fedora 12 you will run into some problems. Here is the error message you will see when attempting to install Guest Additions. # /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run Verifying archive integrity... All good. Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........ VirtualBox Guest Additions installer Removing installed version of [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack' rel='bookmark' title='Permanent Link: VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack'>VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/fedora-icon.png" width="100" height="99" alt="" title="fedora" /><br/><p>Installing the VirtualBox Guest Additions is fairly straightforward process but with Fedora 12 you will run into some problems.</p>
<p>Here is the error message you will see when attempting to install Guest Additions.<br />
<code># /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run</code></p>
<p><code>Verifying archive integrity... All good.<br />
Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........<br />
VirtualBox Guest Additions installer<br />
Removing installed version of VirtualBox Guest Additions...<br />
Building the VirtualBox Guest Additions kernel modules     [FAILED]<br />
(Your system does not seem to be set up to build kernel modules.<br />
Look at /var/log/vboxadd-install.log to find out what went wrong)<br />
Installing the Window System drivers<br />
Installing experimental X.Org Server 1.7 modules           [  OK  ]<br />
Setting up the Window System to use the Guest Additions    [  OK  ]<br />
You may need to restart the hal service and the Window System (or just restart<br />
the guest system) to enable the Guest Additions.</code></p>
<p>To fix this you will need to install the kernel-devel package for your specific kernel. The &#8220;uname -r&#8221; command will show you the current kernel on your system.</p>
<p><code># yum -y install kernel-devel-$(uname -r)</code></p>
<p>Now you should be able to successfully run the Guest Additions installation script.<br />
<code># /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run</code></p>
<p><code>Verifying archive integrity... All good.<br />
Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........<br />
VirtualBox Guest Additions installer<br />
Removing installed version of VirtualBox Guest Additions...<br />
Building the VirtualBox Guest Additions kernel modules<br />
Building the main Guest Additions module                   [  OK  ]<br />
Building the shared folder support module                  [  OK  ]<br />
Building the OpenGL support module                         [  OK  ]<br />
Doing non-kernel setup of the Guest Additions              [  OK  ]<br />
Starting the VirtualBox Guest Additions                    [  OK  ]<br />
Installing the Window System drivers<br />
Installing experimental X.Org Server 1.7 modules           [  OK  ]<br />
Setting up the Window System to use the Guest Additions    [  OK  ]<br />
You may need to restart the hal service and the Window System (or just restart<br />
the guest system) to enable the Guest Additions.</code></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack' rel='bookmark' title='Permanent Link: VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack'>VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

