<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Fragility</title>
	<atom:link href="http://fragility.us/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://fragility.us</link>
	<description></description>
	<lastBuildDate>Fri, 04 Jun 2010 17:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Connect to Your Local Development Sites from VirtualBox Guests by pete</title>
		<link>http://fragility.us/2009/05/18/connect-to-your-local-development-sites-from-virtualbox-guests/comment-page-1#comment-1500</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://test.fragility.us/?p=25#comment-1500</guid>
		<description>James,

You may want to check your web server logs in order to get more information than the &quot;500 Internal Server Error&quot; message.  This doesn&#039;t seem like a problem caused by your use of a VM.</description>
		<content:encoded><![CDATA[<p>James,</p>
<p>You may want to check your web server logs in order to get more information than the &#8220;500 Internal Server Error&#8221; message.  This doesn&#8217;t seem like a problem caused by your use of a VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect to Your Local Development Sites from VirtualBox Guests by James</title>
		<link>http://fragility.us/2009/05/18/connect-to-your-local-development-sites-from-virtualbox-guests/comment-page-1#comment-1496</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://test.fragility.us/?p=25#comment-1496</guid>
		<description>This is great thank you so much for this tutorial I have been searching every where for it. You have saved my life. 

However my VM is producing some weird results. I&#039;m running:

Host Machine: Mac OS X Snow Leopard 10.5.6
VirtualBox 3.2.0
Guest: Windows XP

one of my sites work dev.curo-consulting.com
but dev.cereno.co.uk isn&#039;t working it tells me that there is a 500 Internal Server error.

Even after a server reboot.

My hosts file looks like this:

127.0.0.1       localhost

192.168.56.1 dev.cereno.co.uk dev.curo-consulting.com

Have you ever experienced this?

I did have it like this as well:

127.0.0.1       localhost
192.168.56.1 dev.cereno.co.uk 
192.168.56.1 dev.curo-consulting.com

But that didn&#039;t work either :-(

Any Ideas?</description>
		<content:encoded><![CDATA[<p>This is great thank you so much for this tutorial I have been searching every where for it. You have saved my life. </p>
<p>However my VM is producing some weird results. I&#8217;m running:</p>
<p>Host Machine: Mac OS X Snow Leopard 10.5.6<br />
VirtualBox 3.2.0<br />
Guest: Windows XP</p>
<p>one of my sites work dev.curo-consulting.com<br />
but dev.cereno.co.uk isn&#8217;t working it tells me that there is a 500 Internal Server error.</p>
<p>Even after a server reboot.</p>
<p>My hosts file looks like this:</p>
<p>127.0.0.1       localhost</p>
<p>192.168.56.1 dev.cereno.co.uk dev.curo-consulting.com</p>
<p>Have you ever experienced this?</p>
<p>I did have it like this as well:</p>
<p>127.0.0.1       localhost<br />
192.168.56.1 dev.cereno.co.uk<br />
192.168.56.1 dev.curo-consulting.com</p>
<p>But that didn&#8217;t work either <img src='http://fragility.us/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Mac OS X by pete</title>
		<link>http://fragility.us/2009/03/19/installing-postgresql-on-mac-os-x/comment-page-1#comment-1129</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://test.fragility.us/?p=14#comment-1129</guid>
		<description>I&#039;ve updated my post - the &quot;pg&quot; gem is the most current of the PostgreSQL gems.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated my post &#8211; the &#8220;pg&#8221; gem is the most current of the PostgreSQL gems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL on Mac OS X by rbarriga</title>
		<link>http://fragility.us/2009/03/19/installing-postgresql-on-mac-os-x/comment-page-1#comment-793</link>
		<dc:creator>rbarriga</dc:creator>
		<pubDate>Sat, 26 Dec 2009 16:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://test.fragility.us/?p=14#comment-793</guid>
		<description>a minor fix postgres 8.4 binary distribution  for osx

sudo env ARCHFLAGS=&quot;-arch i386&quot; \
  gem install postgres -- \
  --with-pgsql-include=/Library/PostgreSQL/8.4/include \
  --with-pgsql-lib=/Library/PostgreSQL/8.4/lib</description>
		<content:encoded><![CDATA[<p>a minor fix postgres 8.4 binary distribution  for osx</p>
<p>sudo env ARCHFLAGS=&#8221;-arch i386&#8243; \<br />
  gem install postgres &#8212; \<br />
  &#8211;with-pgsql-include=/Library/PostgreSQL/8.4/include \<br />
  &#8211;with-pgsql-lib=/Library/PostgreSQL/8.4/lib</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connect to Your Local Development Sites from VirtualBox Guests by Robert Pierce</title>
		<link>http://fragility.us/2009/05/18/connect-to-your-local-development-sites-from-virtualbox-guests/comment-page-1#comment-2</link>
		<dc:creator>Robert Pierce</dc:creator>
		<pubDate>Tue, 02 Jun 2009 06:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://test.fragility.us/?p=25#comment-2</guid>
		<description>Pete, thank you for taking the time to figure this out and post it up. This saved me a bunch of time and stress in the midst of an important project push. I appreciate it.</description>
		<content:encoded><![CDATA[<p>Pete, thank you for taking the time to figure this out and post it up. This saved me a bunch of time and stress in the midst of an important project push. I appreciate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
