<?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>Zein&#039;s place on the net &#187; vmware</title>
	<atom:link href="http://ahmed.elze.in/blog/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahmed.elze.in/blog</link>
	<description>my views on Australia, Egypt, Linux and other stuff</description>
	<lastBuildDate>Tue, 19 Apr 2011 04:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>vmware and Ubuntu 7.04 (Feisty Fawn)</title>
		<link>http://ahmed.elze.in/blog/2006/12/29/vmware-and-ubuntu-704-feisty-fawn/</link>
		<comments>http://ahmed.elze.in/blog/2006/12/29/vmware-and-ubuntu-704-feisty-fawn/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 00:43:38 +0000</pubDate>
		<dc:creator>Ahmed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.azein.com/blog/2006/12/29/vmware-and-ubuntu-704-feisty-fawn/</guid>
		<description><![CDATA[In the process of installing vmware server on feisty I had to apply the following patches: if running a 2.6.19 kernel you will need to follow this link (it&#8217;s in French) if running a 2.6.20 kernel you will need this patch in addition to the above patch After I applying the 2 patches I was [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of installing vmware server on feisty I had to apply the following patches:</p>
<li>if running a 2.6.19 kernel you will need to follow <a href="http://www.cure.nom.fr/blog/archives/128-VmWare-Server-1.0.1-et-linux-2.6.19.html">this link</a> (it&#8217;s in French)</li>
<li>if running a 2.6.20 kernel you will need <a href="http://www.vmware.com/community/thread.jspa?threadID=65982&#038;tstart=30">this patch</a> in addition to the above patch</li>
<p>After I applying the 2 patches I was able to compile with no problems!</p>
]]></content:encoded>
			<wfw:commentRss>http://ahmed.elze.in/blog/2006/12/29/vmware-and-ubuntu-704-feisty-fawn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux 2.6.18 and VMWare</title>
		<link>http://ahmed.elze.in/blog/2006/11/29/linux-2618-and-vmware/</link>
		<comments>http://ahmed.elze.in/blog/2006/11/29/linux-2618-and-vmware/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 17:48:33 +0000</pubDate>
		<dc:creator>Ahmed</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.azein.com/blog/?p=39</guid>
		<description><![CDATA[I upgrade the kernel in one of my linux guests to 2.6.18.3 and when i tried to run vmware-config-tool.pl to recompile the vmxnet module I got an error that looks like: The directory of kernel headers &#40;version @@VMWARE@@ UTS_RELEASE&#41; does not match your running kernel &#40;version 2.6.18.3&#41; It seems that 2.6.18 defines the UTS_RELEASE somewhere [...]]]></description>
			<content:encoded><![CDATA[<p>I upgrade the kernel in one of my linux guests to 2.6.18.3 and when i tried to run vmware-config-tool.pl to recompile the vmxnet module I got an error that looks like:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">The directory of kernel headers <span style="color: #7a0874; font-weight: bold;">&#40;</span>version <span style="color: #000000; font-weight: bold;">@@</span>VMWARE<span style="color: #000000; font-weight: bold;">@@</span> UTS_RELEASE<span style="color: #7a0874; font-weight: bold;">&#41;</span> does not match your running kernel <span style="color: #7a0874; font-weight: bold;">&#40;</span>version 2.6.18.3<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>It seems that 2.6.18 defines the <code>UTS_RELEASE</code> somewhere else so I had to add it manualy to the version.h file in my linux headers directory</p>
<p>This will work too <img src='http://ahmed.elze.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;#define UTS_RELEASE <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #780078;">`uname -r`</span><span style="color: #000099; font-weight: bold;">\&quot;</span>&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>version.h</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://ahmed.elze.in/blog/2006/11/29/linux-2618-and-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

