<?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>Guru dell&#039;Eccelso Picco &#187; hardy</title>
	<atom:link href="http://blog.gurudelleccelsopicco.org/tag/hardy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gurudelleccelsopicco.org</link>
	<description>Things should be as simple as possible, but not simpler. 		-- Albert Einstein</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMware Tools and Linux Kernel 2.6.24</title>
		<link>http://blog.gurudelleccelsopicco.org/2008/06/vmware-tools-and-linux-kernel-2624/</link>
		<comments>http://blog.gurudelleccelsopicco.org/2008/06/vmware-tools-and-linux-kernel-2624/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 12:01:43 +0000</pubDate>
		<dc:creator>Luca Maranzano</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[vmware esx]]></category>
		<category><![CDATA[vmware-tools]]></category>

		<guid isPermaLink="false">http://gurudelleccelsopicco.wordpress.com/?p=5</guid>
		<description><![CDATA[<p>It seems that from Linux Kernel version 2.6.24 the standard VMware Tools shipped with VMware ESX 3.5 (at least) do not compile.</p>
<p>It is necessary to download the Open Virtual Machine Tools and to make the following trick:</p>
# tar -xzf open-vm-tools-*/modules/linux
#  cd open-vm-tools-*/modules/linux
#  modsrc="/usr/lib/vmware-tools/modules/source"
#  for x in `ls -d v*`
#  do
&#62;  [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that from Linux Kernel version 2.6.24 the standard VMware Tools shipped with VMware ESX 3.5 (at least) do not compile.</p>
<p>It is necessary to download the <a title="Open Virtual Machine Tool" href="http://open-vm-tools.sourceforge.net/" target="_blank">Open Virtual Machine Tools</a> and to make the following trick:</p>
<pre># tar -xzf open-vm-tools-*/modules/linux
#  cd open-vm-tools-*/modules/linux
#  modsrc="/usr/lib/vmware-tools/modules/source"
#  for x in `ls -d v*`
#  do
&gt;     mv $x ${x}-only
&gt;     tar -cf $x.tar ${x}-only
&gt;     mv ${x}-only $x
&gt;     mv $modsrc/$x.tar $modsrc/$x.tar.orig
&gt;     mv $x.tar $modsrc
&gt;  done

# vmware-config-tools.pl</pre>
<p>Running vmware-config-tools.pl should compile all the modules without any warning.<br />
It works fine at least with ESX 3.5.1 update1 (build 82663).<br />
I&#8217;ve tested it with Ubuntu Server 8.04, kernel 2.6.24-19-server.</p>
<p>Original source is: <a href="http://www.astroarch.com/wiki/index.php/VMware_Tools" target="_blank">http://www.astroarch.com/wiki/index.php/VMware_Tools</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gurudelleccelsopicco.org/2008/06/vmware-tools-and-linux-kernel-2624/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

