<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Setting up GLASS on Slicehost</title>
	<atom:link href="http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/</link>
	<description>James's comments on programming GemStone/S, Seaside, and Smalltalk</description>
	<lastBuildDate>Fri, 03 May 2013 06:00:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: GemStone on SliceHost &#171; Programming Gems (on GemStone)</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-424</link>
		<dc:creator><![CDATA[GemStone on SliceHost &#171; Programming Gems (on GemStone)]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 23:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-424</guid>
		<description><![CDATA[[...] 12, 2010 in Uncategorized    Some time ago I prepared some instructions for setting up GemStone on SliceHost.com. Since then some things have changed and I&#8217;ve had [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 12, 2010 in Uncategorized    Some time ago I prepared some instructions for setting up GemStone on SliceHost.com. Since then some things have changed and I&#8217;ve had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Foster</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-381</link>
		<dc:creator><![CDATA[James Foster]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-381</guid>
		<description><![CDATA[I updated the comment to add a hostname to the telnet command.]]></description>
		<content:encoded><![CDATA[<p>I updated the comment to add a hostname to the telnet command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Beck</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-380</link>
		<dc:creator><![CDATA[Kent Beck]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-380</guid>
		<description><![CDATA[I got it figured out. The rules you suggest adding to iptables need to be at the beginning of the file, not at the end. Thanks for the help.]]></description>
		<content:encoded><![CDATA[<p>I got it figured out. The rules you suggest adding to iptables need to be at the beginning of the file, not at the end. Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Beck</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-379</link>
		<dc:creator><![CDATA[Kent Beck]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-379</guid>
		<description><![CDATA[Sorry to be dense here. I suspect you are right, that I did something wrong in setting up the firewall.

I see what you&#039;re trying to do with debugging. Unfortunately, telnet tries to interpret &quot;8008&quot; as a host name, not a port number.

I&#039;ll eyeball the iptables step again. I suppose another approach is to go back to a completely open firewall, make sure access works, then add rules one at a time until access doesn&#039;t work again.]]></description>
		<content:encoded><![CDATA[<p>Sorry to be dense here. I suspect you are right, that I did something wrong in setting up the firewall.</p>
<p>I see what you&#8217;re trying to do with debugging. Unfortunately, telnet tries to interpret &#8220;8008&#8243; as a host name, not a port number.</p>
<p>I&#8217;ll eyeball the iptables step again. I suppose another approach is to go back to a completely open firewall, make sure access works, then add rules one at a time until access doesn&#8217;t work again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Foster</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-378</link>
		<dc:creator><![CDATA[James Foster]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-378</guid>
		<description><![CDATA[Kent, My suspicion is that the firewall is blocking the request. I&#039;d try using telnet to see if the connection works. From within the slice try &#039;telnet hostname 8008&#039;. That should connect. If you are really adventuresome, you can type &#039;GET /seaside&#039; and press return twice. That should give some nonsense back and disconnect you. Next try the same command from outside. If it works differently, then something is blocking the connection and I&#039;d review the &quot;Secure Your Server&quot; section above.

James]]></description>
		<content:encoded><![CDATA[<p>Kent, My suspicion is that the firewall is blocking the request. I&#8217;d try using telnet to see if the connection works. From within the slice try &#8216;telnet hostname 8008&#8242;. That should connect. If you are really adventuresome, you can type &#8216;GET /seaside&#8217; and press return twice. That should give some nonsense back and disconnect you. Next try the same command from outside. If it works differently, then something is blocking the connection and I&#8217;d review the &#8220;Secure Your Server&#8221; section above.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Beck</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-377</link>
		<dc:creator><![CDATA[Kent Beck]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 01:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-377</guid>
		<description><![CDATA[James,

Thank you for the detailed instructions. Everything seemed to go perfectly until I got to the: 
    http://slice:8008/seaside/
step. My browser just waits a while and then gives me:
  Error 101 (net::ERR_CONNECTION_RESET): Unknown error.

I&#039;m at a bit of loss to even figure out how to debug this. Any suggestions?

Kent]]></description>
		<content:encoded><![CDATA[<p>James,</p>
<p>Thank you for the detailed instructions. Everything seemed to go perfectly until I got to the:<br />
    <a href="http://slice:8008/seaside/" rel="nofollow">http://slice:8008/seaside/</a><br />
step. My browser just waits a while and then gives me:<br />
  Error 101 (net::ERR_CONNECTION_RESET): Unknown error.</p>
<p>I&#8217;m at a bit of loss to even figure out how to debug this. Any suggestions?</p>
<p>Kent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using GemTools to Access and Update GLASS &#171; Programming Gems (on GemStone)</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-233</link>
		<dc:creator><![CDATA[Using GemTools to Access and Update GLASS &#171; Programming Gems (on GemStone)]]></dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-233</guid>
		<description><![CDATA[[...] next step is to start the NetLDI service. This service listens on a port (during our initial setup the script defined 50377 as the port for NetLDI), starts gems in guest mode with the glass account, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] next step is to start the NetLDI service. This service listens on a port (during our initial setup the script defined 50377 as the port for NetLDI), starts gems in guest mode with the glass account, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Gemstone/S 64 on a KVM virtual machine &#124; The command line</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-129</link>
		<dc:creator><![CDATA[Install Gemstone/S 64 on a KVM virtual machine &#124; The command line]]></dc:creator>
		<pubDate>Mon, 15 Dec 2008 18:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-129</guid>
		<description><![CDATA[[...] instructions are very similar to the slicehost setup from James Foster&#8217;s post, but this time on a KVM virtual [...]]]></description>
		<content:encoded><![CDATA[<p>[...] instructions are very similar to the slicehost setup from James Foster&#8217;s post, but this time on a KVM virtual [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Foster</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-102</link>
		<dc:creator><![CDATA[James Foster]]></dc:creator>
		<pubDate>Sun, 16 Nov 2008 11:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-102</guid>
		<description><![CDATA[Yes, 256 is fine. In fact, you can see in step #4 above under &quot;Get a Slicehost Account&quot; that is what I am using.]]></description>
		<content:encoded><![CDATA[<p>Yes, 256 is fine. In fact, you can see in step #4 above under &#8220;Get a Slicehost Account&#8221; that is what I am using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isaiah</title>
		<link>http://programminggems.wordpress.com/2008/09/05/setting-up-glass-on-slicehost/#comment-101</link>
		<dc:creator><![CDATA[isaiah]]></dc:creator>
		<pubDate>Sat, 15 Nov 2008 21:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://programminggems.wordpress.com/?p=27#comment-101</guid>
		<description><![CDATA[In the GemStone/S documentation they recommend atleast 1GB of ram. Say i got 256mb ram on my slice, would glass still run reasonable well ?]]></description>
		<content:encoded><![CDATA[<p>In the GemStone/S documentation they recommend atleast 1GB of ram. Say i got 256mb ram on my slice, would glass still run reasonable well ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
