<?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>FarmSoft Studios Scratchpad &#187; Servers</title>
	<atom:link href="http://scratchpad.farmsoftstudios.com/tag/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Tue, 03 May 2011 21:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Plesk 8.6 Installation Error on RHEL 5.3</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:52:27 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/</guid>
		<description><![CDATA[I got the following error when trying to install Plesk on a fresh installation of Red Hat Enterprise v5.3: ERROR: Unable to install the "psa-8.6.0-rhel5.build86080722.01.i586" package. The following could cause the installation failure: Packages "bind-libs-30:9.3.4-6.P1.el5.i386" and "bind-libs-30:9.3.4-10.P1.el5.i386" cannot be installed at the same time because of the conflict on the file "/usr/lib/libbind.so.4" So I ran [...]]]></description>
			<content:encoded><![CDATA[<p>I got the following error when trying to install Plesk on a fresh installation of Red Hat Enterprise v5.3:</p>
<pre>ERROR: Unable to install the "psa-8.6.0-rhel5.build86080722.01.i586" package.

The following could cause the installation failure:
Packages "bind-libs-30:9.3.4-6.P1.el5.i386" and "bind-libs-30:9.3.4-10.P1.el5.i386" cannot be installed at the same time
because of the conflict on the file "/usr/lib/libbind.so.4"</pre>
<p>So I ran
<pre>yum erase *libbind*</pre>
<p> and boom, it started installing.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/05/uncategorized/plesk-86-installation-error-on-rhel-53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VMWare Tools in CentOS 5.x</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/07/linux/installing-vmware-tools-in-centos-5/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/07/linux/installing-vmware-tools-in-centos-5/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:55:45 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtual]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=45</guid>
		<description><![CDATA[Notice: This involves some command-line editing, and could potentially cause damage to your system.  Do not follow these commands if you don&#8217;t understand what they do.  I am not liable for any damages to your property. If you&#8217;re like me, you&#8217;ve doubtless struggled with installing ESX 2.5&#8242;s VMWare Tools in the later releases of CentOS [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Notice</strong></span><span style="color: #999999;">: This involves some command-line editing, and could potentially cause damage to your system.  Do not follow these commands if you don&#8217;t understand what they do.  I am not liable for any damages to your property.</span></p>
<p>If you&#8217;re like me, you&#8217;ve doubtless struggled with installing ESX 2.5&#8242;s VMWare Tools in the later releases of CentOS (v5.x).  There is some sort of bug in the vmware-config-tools.pl script that gets installed by the main vmware-tools-installer, and tells you that your kernel-headers do not match your running kernel.</p>
<ol>
<li>From VMware ESX VirtualCenter: go to VM&gt; Install VMware Tools</li>
<li>From the VM: mount the virtual cd drive
<pre>mount /dev/cdrom /mnt/</pre>
</li>
<li>Extract VMware Tools to /tmp/
<pre>tar -C /tmp -zxvf /mnt/VMwareTools-5.6.3-12345.tar.gz</pre>
</li>
<li>Unmount the virtual cd drive
<pre>umount /mnt</pre>
</li>
<li>Now run the installer
<pre>cd /tmp/vmware-tools-distrib
./vmware-install.pl</pre>
</li>
<li>When asked <tt>Do you want to run vmware-config-tools.pl?</tt>, answer &#8220;No&#8221;.</li>
</ol>
<p>After following the above instructions, you can then proceed to the following steps.  Just be sure that your kernel headers *do* actually match before disabling the check below.  You can check that by comparing the results of these two commands:<br />
<code>uname -r             # running kernel<br />
rpm -q kernel-devel  # installed kernel headers</code></p>
<p style="text-align: center;"><a href="http://scratchpad.farmsoftstudios.com/wp-content/uploads/2008/07/code.jpg"><img class="alignnone size-medium wp-image-46 aligncenter" title="code" src="http://scratchpad.farmsoftstudios.com/wp-content/uploads/2008/07/code-300x122.jpg" alt="" width="300" height="121" /></a></p>
<p>If you open the file in nano (or gEdit if you have the GUI installed), search <em>(ctrl-w in nano)</em> for  &#8221;load into the running kernel.&#8221;  Go up six lines from that where you should see this if statement:</p>
<p><code>if (not ($header_version_uts eq $gSystem{'uts_release'})) {</code></p>
<p>Take the &#8220;not&#8221; out, so that the line looks like this:</p>
<p><code>if (($header_version_uts eq $gSystem{'uts_release'})) {</code></p>
<p>Save the file, and re-run it, violá! It&#8217;s installed.</p>
<p>Thanks to <a href="http://www.thoughtpolice.co.uk/vmware/howto/centos-5-vmware-tools-install.html" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/07/linux/installing-vmware-tools-in-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

