<?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>GeekTank &#187; Unsorted</title>
	<atom:link href="http://geektank.net/category/unsorted/feed/" rel="self" type="application/rss+xml" />
	<link>http://geektank.net</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:54:25 +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>How To Resize A Virtual Disk In VMWare ESXi</title>
		<link>http://geektank.net/2009/03/how-to-resize-a-virtual-disk-in-vmware-esxi/</link>
		<comments>http://geektank.net/2009/03/how-to-resize-a-virtual-disk-in-vmware-esxi/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:11:10 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4440</guid>
		<description><![CDATA[It&#8217;s a simple command: vmkfstools -X new_sizevmfs_name:disk_name]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a simple command:</p>
<p>vmkfstools -X new_sizevmfs_name:disk_name</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/03/how-to-resize-a-virtual-disk-in-vmware-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel Addon Domains and SEO Woes (Google Duplicate Content)</title>
		<link>http://geektank.net/2009/03/cpanel-addon-domains-and-seo-woes-google-duplicate-content/</link>
		<comments>http://geektank.net/2009/03/cpanel-addon-domains-and-seo-woes-google-duplicate-content/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:12:31 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4436</guid>
		<description><![CDATA[I was doing some web design work for a friend/customer of mine, and he had a Web Hosting account with a company that used cPanel. I&#8217;ve used cPanel before, I&#8217;ve dabbled in it and fixed problems with it. But never &#8230; <a href="http://geektank.net/2009/03/cpanel-addon-domains-and-seo-woes-google-duplicate-content/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was doing some web design work for a friend/customer of mine, and he had a Web Hosting account with a company that used cPanel. I&#8217;ve used cPanel before, I&#8217;ve dabbled in it and fixed problems with it. But never really used it extensively as a client so to speak. Anyways, included in the customers Web Hosting package was 20 Addon Domains. What are &#8220;Addon Domains&#8221;?</p>
<p><a href="http://cpanelguide.net/addon.php" class="autohyperlink" title="http://cpanelguide.net/addon.php" target="_blank">cpanelguide.net/addon.php</a></p>
<p>Basically it allows you to run mutiple websites off your single account/domain name. Brilliant idea, if it was done properly. When you add an Addon Domain, it creates a folder in your main sites public_html folder, typically its name is that of your domain name. Lets just say that my customer has two domain names, the main one <a href="http://bob.com" class="autohyperlink" title="http://bob.com" target="_blank">bob.com</a> and an additional one <a href="http://jill.com" class="autohyperlink" title="http://jill.com" target="_blank">jill.com</a></p>
<p>The customer creates <a href="http://jill.com" class="autohyperlink" title="http://jill.com" target="_blank">jill.com</a> as an Addon Domain, all is swell. Until they find out they can access the addon domain at &#8220;jill.com&#8221; and &#8220;bob.com/jill.com&#8221;. Why is this bad? Well google will see it as duplicate conent and your site will either never get indexed or have funky SEO results.</p>
<p>How do you fix it? Change the root directory to not be placed inside the public_html folder and viola, no duplicate content. Also make sure to edit the subdomain to forward to the correct URL as well or more duplicate content will exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/03/cpanel-addon-domains-and-seo-woes-google-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Install VMWare Tools on Debian Lenny</title>
		<link>http://geektank.net/2009/03/how-to-install-vmware-tools-on-debian-lenny/</link>
		<comments>http://geektank.net/2009/03/how-to-install-vmware-tools-on-debian-lenny/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 15:17:26 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://geektank.net/2009/03/10/how-to-install-vmware-tools-on-debian-lenny/</guid>
		<description><![CDATA[This article will step you through the required steps to install VMWare Tools on Debian Lenny. Although this article is for Ubuntu, it will still work. I&#8217;ve successfully done it. ubuntuforums.org/showthread.php?t=987631]]></description>
			<content:encoded><![CDATA[<p>This article will step you through the required steps to install VMWare Tools on Debian Lenny. Although this article is for Ubuntu, it will still work. I&#8217;ve successfully done it. <a href="http://ubuntuforums.org/showthread.php?t=987631" class="autohyperlink" title="http://ubuntuforums.org/showthread.php?t=987631" target="_blank">ubuntuforums.org/showthread.php?t=987631</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/03/how-to-install-vmware-tools-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove Public Folder Database When Uninstalling Exchange 2007</title>
		<link>http://geektank.net/2009/03/how-to-remove-public-folder-database-when-uninstalling-exchange-2007/</link>
		<comments>http://geektank.net/2009/03/how-to-remove-public-folder-database-when-uninstalling-exchange-2007/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 19:01:38 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4432</guid>
		<description><![CDATA[social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ff6ddaf5-2c8e-486d-94ea-f2b0cd4ba0e7/]]></description>
			<content:encoded><![CDATA[<p><a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ff6ddaf5-2c8e-486d-94ea-f2b0cd4ba0e7/" class="autohyperlink" title="http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ff6ddaf5-2c8e-486d-94ea-f2b0cd4ba0e7/" target="_blank">social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ff6ddaf5-2c8e-486d-94ea-f2b0cd4ba0e7/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/03/how-to-remove-public-folder-database-when-uninstalling-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove Roles After An Exchange Server Re-install Or Dead Exchange Server</title>
		<link>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/</link>
		<comments>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:28:59 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[activedirectory adsiedit]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[roles]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4428</guid>
		<description><![CDATA[I had run into a little bit of an issue when install Exchange 2007, which lead me to revert my VMWare ESXi Snapshot back to a later date. Once I did this, I had a fresh install of the same &#8230; <a href="http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had run into a little bit of an issue when install Exchange 2007, which lead me to revert my VMWare ESXi Snapshot back to a later date. Once I did this, I had a fresh install of the same PC. When I tried to install Exchange 2007 I got hte following error message.</p>
<blockquote><p>&#8220;[ERROR] The Client Access server role is already installed on this computer.&#8221;</p></blockquote>
<p>For each rolle that I had installed on said server. I didn&#8217;t know why it was doing this. I suspected that ESXi left some reminents of the Exchange Install and that VMWare ESXi Snapshots weren&#8217;t really &#8220;Snapshots&#8221;. So I did a full re-install and still was receiving the above message.</p>
<p>I think starting doing some research and found out that there is Active Directory information that states what roles a server has, and the setup checks this before installing. All I had to do was delete this information. Here is the steps, that I found on the web.</p>
<blockquote><p>1. Click Start, point to Programs, point to Windows 2000 Support<br />
Tools, point to Tools, and then click ADSI Edit.<br />
2. Expand each of the following items:<br />
Configuration Container<br />
CN=3DConfiguration, DC=3DDomain_Name,DC=3Dcom<br />
CN=3DServices<br />
CN=3DMicrosoft Exchange<br />
CN=3DYour_Organization_Name<br />
CN=3DAdministrative Groups<br />
CN=3DYour_Administrative_Group_Name_Or_Exchange5.5_Site_Name<br />
CN=3DServers</p>
<p>Note In this procedure, Domain_Name is a placeholder for the name of<br />
your domain, Your_Organization_Name is a placeholder for the name of<br />
your organization, and<br />
Your_Administrative_Group_Name_Or_Exchange5.5_Site_Name is a<br />
placeholder for the name of your administrative group or Exchange 5.5<br />
site.<br />
3. Right-click the Exchange 2003 server object, and then click<br />
Delete.<br />
4. Click Yes in every adsiedit dialog box that prompts you to confirm<br />
the deletion.</p></blockquote>
<p>Once I completed this, I was able to install Exchange 2007 again. I had to process this on the Domain Controller which is a separate machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/how-to-remove-roles-after-an-exchange-server-re-install-or-dead-exchange-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo Clone a Virtual Machine On VMWare&#8217;s free ESXi</title>
		<link>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/</link>
		<comments>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:38:45 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4425</guid>
		<description><![CDATA[You will require SSH access to your Virtual Machine, read over my article Gaining SSH Access To VMWare ESXi which provides the steps required to gain SSH access. Once you have SSH access, you just need to create a Virtual &#8230; <a href="http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You will require SSH access to your Virtual Machine, read over my article <a href="http://geektank.net/2009/02/17/gaining-ssh-access-to-vmware-esxi/">Gaining SSH Access To VMWare ESXi</a> which provides the steps required to gain SSH access.</p>
<p>Once you have SSH access, you just need to create a Virtual Machine Directory in your DataStore which should be located in &#8220;/vmfs/volumes/datastore1/&#8221;. Type the following.</p>
<blockquote><p>mkdir /vmfs/volumes/datastore1/NewVM</p></blockquote>
<p>You will then need to run the &#8220;vmkfstools&#8221; to clone the Virtual Machine.</p>
<blockquote><p>/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d # /sbin/vmkfstools -i /vmfs/volumes/datastore1/exch01/exch01.vmdk /vmfs/volumes/datastore1/newvmware/newvmware.vmdk<br />
Destination disk format: VMFS thick<br />
Cloning disk &#8216;/vmfs/volumes/datastore1/exch01/exch01.vmdk&#8217;&#8230;<br />
Clone: 100% done.<br />
/vmfs/volumes/4991bc35-5ced5b0c-a99e-00221953f98d #</p></blockquote>
<p>The Virtual Machine should now be cloned.</p>
<p>Some may ask how you now create a new Virtual Machine based on this clone. You simply do the following.</p>
<blockquote>
<ol>
<li>Make a new VM on this server</li>
<li>Choose &#8216;Custom&#8217; and when you get to the &#8216;Select a Disk&#8217; portion of creation you will browse the datastore and select this newly renamed vmdk file.</li>
</ol>
</blockquote>
<p>Viola! Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/howto-clone-a-virtual-machine-on-vmwares-free-esxi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gaining SSH Access To VMWare ESXi</title>
		<link>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/</link>
		<comments>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:05:15 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[exchange2007]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[windowsserver2003]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4422</guid>
		<description><![CDATA[*UPDATE* If you&#8217;re using ESXi 4.1 you no longer are required to manually enable SSH. You can do this via the &#8220;Troubleshooting&#8221; menu. More instructions here kb.vmware.com/selfservice/microsites/search.do?language=en_US&#38;cmd=displayKC&#38;externalId=1017910 I was trying to get access to VMWare ESXi as this is the only &#8230; <a href="http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>*UPDATE* </strong>If you&#8217;re using ESXi 4.1 you no longer are required to manually enable SSH. You can do this via the &#8220;Troubleshooting&#8221; menu. More instructions here <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1017910">kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1017910</a></p>
<p>I was trying to get access to VMWare ESXi as this is the only way to access the images for each Virtual Machine as snapshots seem to have messed up an Exchange install. I will go into more depth below. But first, the following steps are required to open up SSH access to your ESXi Machine.</p>
<blockquote>
<p class="style1">ESXi 3.5 does ship with the ability to run SSH, but this is disabled by default (and is not supported). If you just need to access the console of ESXi, then you only need to perform steps 1 &#8211; 3.</p>
<p class="style1">1) At the console of the ESXi host, press ALT-F1 to access the console window.<br />
2) Enter <strong>unsupported</strong> in the console and then press Enter. You will not see the text you type in.<br />
3) If you typed in unsupported correctly, you will see the Tech Support Mode warning and a password prompt. Enter the password for the root login.<br />
4) You should then see the prompt of ~ #. Edit the file inetd.conf (enter the command <strong>vi /etc/inetd.conf</strong>).<br />
5) Find the line that begins with #ssh and remove the #. Then save the file. If you&#8217;re new to using vi, then move the cursor down to #ssh line and then press the Insert key. Move the cursor over one space and then hit backspace to delete the #. Then press ESC and type in <strong>:wq</strong> to save the file and exit vi. If you make a mistake, you can press the ESC key and then type it :q! to quit vi without saving the file.<br />
6) Once you&#8217;ve closed the vi editor, run the command <strong>/sbin/services.sh restart</strong> to restart the management services. You&#8217;ll now be able to connect to the ESXi host with a SSH client.</p>
<p class="style1"><span class="style2">Update for ESXi 3.5 Update 2</span> &#8211; With Update 2 the service.sh command no longer restarts the inetd process which enables SSH access. You can either restart your host or run <strong>ps | grep inetd </strong>to determine the process ID for the inetd process. The output of the command will be something like 1299 1299 busybox      inetd, and the process ID is 1299. Then run <strong>kill -HUP &lt;process_id&gt; </strong> (kill -HUP 1299 in this example) and you&#8217;ll then be able to access the host via SSH.</p>
</blockquote>
<p class="style1">Credit to the above steps go out to <a href="http://vm-help.com" class="autohyperlink" title="http://vm-help.com" target="_blank">vm-help.com</a> and you can read the above steps and comments<a href="http://www.vm-help.com/esx/esx3i/ESXi_enable_SSH.php"> on thier site.</a></p>
<p class="style1">The main reason why I required this, is the snapshots provided with VMWare work great. But I had to re-install exchange becuase of a configuration change that couldn&#8217;t be reversed. I had created a Active Directory Child Domain on an existing Domain, and then had setup Exchange 2007. But in the long run, this wasn&#8217;t required, instead I wanted to use our existing Domain. Removing the new Child Domain and deleting the Domain Controller/Demoting woudl have caused issues with Exchange.</p>
<p class="style1">So I decided to use ESXi Snapshot Manager to revert back to when I created a Snapshot after install Windows Server 2003, as it was a clean install. Once I did then and then went on to install Exchange again. Exchange Setup had complained that the server&#8217;s role was already installed and setup. Which was not the case, so I don&#8217;t know what really happened, either way. I&#8217;m going to make backups through SSH from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/gaining-ssh-access-to-vmware-esxi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Drupal to WordPress Migration</title>
		<link>http://geektank.net/2009/02/drupal-to-wordpress-migration/</link>
		<comments>http://geektank.net/2009/02/drupal-to-wordpress-migration/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 19:56:48 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false">http://geektank.net/?p=4420</guid>
		<description><![CDATA[So you might have noticed that my last post about this topic was removed. I had some issues with the migration that I&#8217;ve now fixed. Specifically if you&#8217;re migrating Drupal to WordPress and have the URL Aliases module setup with &#8230; <a href="http://geektank.net/2009/02/drupal-to-wordpress-migration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you might have noticed that my last post about this topic was removed. I had some issues with the migration that I&#8217;ve now fixed. Specifically if you&#8217;re migrating Drupal to WordPress and have the URL Aliases module setup with Drupal. You will run into issues with WordPress permalinks, I plan to release some information on how I fixed this. At the moment its really manually. Leave a comment if you need assistance with this. I think I might also update the following information provided by someone else on how to migrate your site.</p>
<p><a href="http://www.darcynorman.net/2007/05/15/how-to-migrate-from-drupal-5-to-wordpress-2/" class="autohyperlink" title="http://www.darcynorman.net/2007/05/15/how-to-migrate-from-drupal-5-to-wordpress-2/" target="_blank">www.darcynorman.net/2007/05/15/how-to-migrate-from-drupal-5-to-wordpress-2/</a></p>
<p>At the moment I have posts and permalinks working. So I didn&#8217;t take a big SEO hit. I am now working on comments. I won&#8217;t be migrating the categories over, I&#8217;m going to create new categories and go through my articles and re-tag and categorize them.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2009/02/drupal-to-wordpress-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fastcgi and the dreaded aborted: select() failed</title>
		<link>http://geektank.net/2008/11/fastcgi-and-dreaded-aborted-select-failed/</link>
		<comments>http://geektank.net/2008/11/fastcgi-and-dreaded-aborted-select-failed/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:11:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unsorted]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I was getting reports of "500 Internal Server Errors" on two of my web servers. And after further investigation it looks like it was related to the following error.</p>
<p>(4)Interrupted system call: FastCGI: comm with server "php-fastcgi.fcgi" aborted: select() failed</p>
<p>After doing some reasearch I stumbled upon the following patch.</p>
<p><a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3de22bc415d3da02?pli=1">http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3de22bc415d3da02?pli=1</a></p> <a href="http://geektank.net/2008/11/fastcgi-and-dreaded-aborted-select-failed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was getting reports of &#8220;500 Internal Server Errors&#8221; on two of my web servers. And after further investigation it looks like it was related to the following error.</p>
<p>(4)Interrupted system call: FastCGI: comm with server &#8220;php-fastcgi.fcgi&#8221; aborted: select() failed</p>
<p>After doing some reasearch I stumbled upon the following patch.</p>
<p><a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3de22bc415d3da02?pli=1">groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/3de22bc415d3da02?pli=1</a></p>
<p>Will test this out and see if it has resolved some of the problems.<br />
*UPDATE* The following Debian Lenny and Etch packages complied by a non Debian Package Maintainer are available.</p>
<p><a href="http://isp-control.net/forum/thread-5462.html" class="autohyperlink" title="http://isp-control.net/forum/thread-5462.html" target="_blank">isp-control.net/forum/thread-5462.html</a></p>
<p>Upgrading libapache2-mod-fastcgi from 2.4.6 to 2.4.7 seems to have rectified the issue.</p>
<p>Cheers!</p>
<p>*UPDATE*  Heres the link to the FastCGI developers site talking about the bug. <a href="http://www.fastcgi.com/archives/fastcgi-developers/2009-January/000156.html" class="autohyperlink" title="http://www.fastcgi.com/archives/fastcgi-developers/2009-January/000156.html" target="_blank">www.fastcgi.com/archives/fastcgi-developers/2009-January/000156.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geektank.net/2008/11/fastcgi-and-dreaded-aborted-select-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

