<?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>Solutions Log &#187; VMware</title>
	<atom:link href="http://solutions.unixsherpa.com/category/virtualization/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install VMware Tools on a Gentoo Guest</title>
		<link>http://solutions.unixsherpa.com/2009/07/08/install-vmware-tools-on-a-gentoo-guest/</link>
		<comments>http://solutions.unixsherpa.com/2009/07/08/install-vmware-tools-on-a-gentoo-guest/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:21:01 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=130</guid>
		<description><![CDATA[emerge pciutils mkinitrd mkdir /etc/rc.d cd /etc/rc.d for i in `seq 0 6`; do mkdir rc$i.d; done File -> Install VMware Tools mount /mnt/cdrom cd /tmp tar xvfz /mnt/cdrom/VMwareTools-3.5.0-158874.tar.gz cd vmware-tools-distrib/ ./vmware-install.pl All defaults with the exception of: /etc/rc.d -> location of the rc.d directories /etc/init.d -> location of the init scripts When prompted to [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>emerge pciutils mkinitrd</li>
<li>mkdir /etc/rc.d</li>
<li>cd /etc/rc.d</li>
<li>for i in `seq 0 6`; do mkdir rc$i.d; done</li>
<li>File -> Install VMware Tools</li>
<li>mount /mnt/cdrom</li>
<li>cd /tmp</li>
<li>tar xvfz /mnt/cdrom/VMwareTools-3.5.0-158874.tar.gz</li>
<li>cd vmware-tools-distrib/</li>
<li>./vmware-install.pl</li>
<li>All defaults with the exception of:<br />
/etc/rc.d -> location of the rc.d directories<br />
/etc/init.d -> location of the init scripts</li>
<li>When prompted to run vmware-tools-config, decline</li>
<li>rc-update add vmware-tools default</li>
<li>/usr/bin/vmware-config-tools.pl</li>
<li>Verify that everything compiles without error</li>
<li>Reboot</li>
<li>Verify that VMware tools are reported as running in the VI console</li>
</ol>
<p>Note: This was tested and found working under VMware VI 3.5.x with Gentoo x86_64, kernel 2.6.27-gentoo-r8. </p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2009/07/08/install-vmware-tools-on-a-gentoo-guest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
