<?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>SolitaryGeek &#187; opensuse</title>
	<atom:link href="http://solitarygeek.com/tag/opensuse/feed" rel="self" type="application/rss+xml" />
	<link>http://solitarygeek.com</link>
	<description>James Selvakumar&#039;s Blog</description>
	<lastBuildDate>Tue, 21 Dec 2010 04:35:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing VirtualBox guest additions in OpenSuse</title>
		<link>http://solitarygeek.com/linux/installing-virtualbox-guest-additions-in-opensuse</link>
		<comments>http://solitarygeek.com/linux/installing-virtualbox-guest-additions-in-opensuse#comments</comments>
		<pubDate>Fri, 22 Feb 2008 22:45:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://jamesselvakumar.wordpress.com/2008/02/23/installing-virtualbox-guest-additions-in-opensuse/</guid>
		<description><![CDATA[<p>I managed to install the VirtualBox guest additions for ubuntu without any problem. And as a result, I get some excellent features like &#8220;seamless mouse integration&#8221;, shared folder access etc, between my host (windows xp) and guest (ubuntu).</p> <p>But when I tried to do the same for OpenSuse, I got into problem. I couldn&#8217;t run the VBoxLinuxAdditions.run from the terminal. I received an error messaage saying that &#8220;Please install GNU make, Please install GNU compiler&#8221;.</p> <p>Then when I searched the web, I found this link quite useful.</p> <p>As such, I executed this command in the OpenSuse terminal: sudo zypper install <span style="color:#777"> . . . &#8594; Read More: <a href="http://solitarygeek.com/linux/installing-virtualbox-guest-additions-in-opensuse">Installing VirtualBox guest additions in OpenSuse</a></span>]]></description>
			<content:encoded><![CDATA[<p>I managed to install the VirtualBox guest additions for ubuntu without any problem. And as a result, I get some excellent features like &#8220;seamless mouse integration&#8221;, shared folder access etc, between my host (windows xp) and guest (ubuntu).</p>
<p>But when I tried to do the same for OpenSuse, I got into problem. I couldn&#8217;t run the VBoxLinuxAdditions.run from the terminal. I received an error messaage saying that &#8220;Please install GNU make, Please install GNU compiler&#8221;.</p>
<p>Then when I searched the web, I found this <a href="http://forums.virtualbox.org/viewtopic.php?t=2335">link</a> quite useful.</p>
<p>As such, I executed this command in the OpenSuse terminal:<br />
<code><br />
sudo zypper install gcc make automake autoconf kernel-source<br />
</code></p>
<p>It asked for my &#8220;root&#8221; password, and when i entered, it downloaded the necessary packages. (Though, i received an information that autoconf cannot be installed)</p>
<p>It took nearly 1 hour to download and install the necessary packages on my machine.</p>
<p>Then I ran the command:<br />
<code><br />
sudo sh VBoxLinuxAdditions.run<br />
</code><br />
after navigating to the appropriate &#8220;media&#8221; directory.</p>
<p>Then I was notified to restart the OS. And after that, I was able to use all the features I use with &#8220;ubuntu&#8221; as guest.</p>
<p>I also noticed that my OpenSuse resolution automatically increased to 1024&#215;768 after installing the VirtualBox guest additions. (It was previously 800&#215;600 only)</p>
]]></content:encoded>
			<wfw:commentRss>http://solitarygeek.com/linux/installing-virtualbox-guest-additions-in-opensuse/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

