<?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>Open Sourcery &#187; vmware</title>
	<atom:link href="http://www.opensourcery.co.uk/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcery.co.uk</link>
	<description>Open Source Support and Consultancy</description>
	<lastBuildDate>Wed, 27 Aug 2008 12:45:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing VMware Tools on Debian Etch</title>
		<link>http://www.opensourcery.co.uk/2008/04/vmware-tools-debian-etch/</link>
		<comments>http://www.opensourcery.co.uk/2008/04/vmware-tools-debian-etch/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 11:04:10 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.opensourcery.co.uk/?p=25</guid>
		<description><![CDATA[VMware don&#8217;t provide a packaged version of VMware tools for Debian, but they do provide the source and a script to build and install it. Installation is started in the usual way, but right clicking the virtual machine in Virtual Centre and choosing &#8220;Install/Upgrade VMware Tools&#8221;. This will mount a CD image containing the required [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>VMware don&#8217;t provide a packaged version of VMware tools for Debian, but they do provide the source and a script to build and install it. Installation is started in the usual way, but right clicking the virtual machine in Virtual Centre and choosing &#8220;Install/Upgrade VMware Tools&#8221;. This will mount a CD image containing the required files.</p>
<p>Then, as root, install the kernel headers and tools required to build VMware tools:</p>
<blockquote><p><code>apt-get install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc</code></p></blockquote>
<p>Next, mount the installation media and copy the file to /tmp. Obviously the build number of the archive may differ on your system.</p>
<blockquote><p><code>mount /dev/cdrom /mnt<br />
cp /mnt/VMwareTools-3.0.2-55869.tar.gz /tmp<br />
umount /mnt</code></p></blockquote>
<p>Untar the archive and start the installer. You can accept all the defaults here.</p>
<blockquote><p><code>cd /tmp<br />
tar zxf VMwareTools-3.0.2-55869.tar.gz<br />
cd vmware-tools-distrib<br />
./vmware-install.pl</code></p></blockquote>
<p>Next, start the configuration program.</p>
<blockquote><p><code>vmware-config-tools.pl</code>
</p></blockquote>
<p>Accept all the defaults except for the question: What is the location of the directory of C header files that match your runing kernel? The files will be in <code>/usr/src/linux-headers-<em>version</em>/include</code> &#8211; on our system this was <code>/usr/src/linux-headers-2.6.18-6/include</code>.</p>
<p>Finally, remove the existing NIC driver and replace it with the VMware supplied driver. For obvious reasons, this needs to be done from the console.</p>
<blockquote><p><code>/etc/init.d/networking stop<br />
rmmod pcnet32<br />
rmmod vmxnet<br />
modprobe vmxnet<br />
/etc/init.d/networking start</code>
</p></blockquote>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcery.co.uk/2008/04/vmware-tools-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
