<?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 for exceptionz</title>
	<atom:link href="http://exceptionz.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://exceptionz.wordpress.com</link>
	<description>Thoughts on Technology, Methodology and Programming.</description>
	<lastBuildDate>Mon, 23 Nov 2009 20:57:33 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Run gem install behind a firewall in Windows by Marcus Wyatt</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9092</link>
		<dc:creator>Marcus Wyatt</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9092</guid>
		<description>As far as I know you shouldn’t have any issues at all with just a std router. It sounds like you have a specific port or range of ports blocked, which the gem command will use when connecting to the gem hosts. Also(going far back into the memory banks), check your windows firewall settings, you might have blocked some previous request that is now causing your  headaches. 

If all else fails, you could always just get a Mac. I’ve stopped using Windows 2 years ago and now just run os x and ubuntu.</description>
		<content:encoded><![CDATA[<p>As far as I know you shouldn’t have any issues at all with just a std router. It sounds like you have a specific port or range of ports blocked, which the gem command will use when connecting to the gem hosts. Also(going far back into the memory banks), check your windows firewall settings, you might have blocked some previous request that is now causing your  headaches. </p>
<p>If all else fails, you could always just get a Mac. I’ve stopped using Windows 2 years ago and now just run os x and ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Marcus Wyatt</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9091</link>
		<dc:creator>Marcus Wyatt</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9091</guid>
		<description>Firstly, you have extracted the .gem file from the archive? If you have, you will have the rubysspi-1.2.3.gem file somewhere on the file system. Now change your working directory to where the .gem file is located and then executing the gem install command. 

In the above code the .gem file was located at &#039;C:\gems\rubysspi-1.2.3.gem&#039; so I would cd into the &#039;C:\gems\&#039; directory and then execute the command &#039;gem install rubysspi-1.2.3.gem’.

You can probably also try the latest version of the gem (version 1.3.1).</description>
		<content:encoded><![CDATA[<p>Firstly, you have extracted the .gem file from the archive? If you have, you will have the rubysspi-1.2.3.gem file somewhere on the file system. Now change your working directory to where the .gem file is located and then executing the gem install command. </p>
<p>In the above code the .gem file was located at &#8216;C:\gems\rubysspi-1.2.3.gem&#8217; so I would cd into the &#8216;C:\gems\&#8217; directory and then execute the command &#8216;gem install rubysspi-1.2.3.gem’.</p>
<p>You can probably also try the latest version of the gem (version 1.3.1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Marcos</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9090</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9090</guid>
		<description>Tried all this with no success.

I&#039;m not behind a proxy, only behind a router. After all the teaks suggested here I still get:

ERROR:  While executing gem ... (Gem::RemoteSourceException)
    HTTP Response 403

What should I use as http_proxy? Tried router IP, my current IP provided by ISP. Any lights?</description>
		<content:encoded><![CDATA[<p>Tried all this with no success.</p>
<p>I&#8217;m not behind a proxy, only behind a router. After all the teaks suggested here I still get:</p>
<p>ERROR:  While executing gem &#8230; (Gem::RemoteSourceException)<br />
    HTTP Response 403</p>
<p>What should I use as http_proxy? Tried router IP, my current IP provided by ISP. Any lights?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by srinivasan m</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9089</link>
		<dc:creator>srinivasan m</dc:creator>
		<pubDate>Sun, 22 Nov 2009 21:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9089</guid>
		<description>Hi,

I cannot follow the second step which is &quot;Install the gem locally using the following command: gem install [local_path_to_gem]\rubysspi-1.2.3.gem i.e. C:\gems\rubysspi-1.2.3.gem&quot;

I have downloaded the rubysspi-1.2.3.gem.tar from the website. But while trying the above step in installing, I could not install it properly.. Can somebody explain more on this.

The error which I am getting is, ERROR: http://gems.rubyforge.org/ does not appear to be a repository. ERROR: could not find gem C:\gems\rubysspi-1.3.1.gem locally  or  in a repository.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I cannot follow the second step which is &#8220;Install the gem locally using the following command: gem install [local_path_to_gem]\rubysspi-1.2.3.gem i.e. C:\gems\rubysspi-1.2.3.gem&#8221;</p>
<p>I have downloaded the rubysspi-1.2.3.gem.tar from the website. But while trying the above step in installing, I could not install it properly.. Can somebody explain more on this.</p>
<p>The error which I am getting is, ERROR: <a href="http://gems.rubyforge.org/" rel="nofollow">http://gems.rubyforge.org/</a> does not appear to be a repository. ERROR: could not find gem C:\gems\rubysspi-1.3.1.gem locally  or  in a repository.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Darryl</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9087</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9087</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Romain</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9085</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9085</guid>
		<description>Thanks for the article!

I only had to change the following:

set http_proxy=http://domain\username:password@server:port

When setting the HTTP_PROXY environment variable, I had to escape all non alphanumeric characters. For example, the \ between the domain and username becomes %5C. I also had a # in my password which had to become %23.</description>
		<content:encoded><![CDATA[<p>Thanks for the article!</p>
<p>I only had to change the following:</p>
<p>set http_proxy=http://domain\username:password@server:port</p>
<p>When setting the HTTP_PROXY environment variable, I had to escape all non alphanumeric characters. For example, the \ between the domain and username becomes %5C. I also had a # in my password which had to become %23.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Aaron</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9083</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9083</guid>
		<description>Great article! Your instructions, in combination with Roy Pardee&#039;s comment, works perfect for a windows authenticated proxy.

Thanks to both of you.</description>
		<content:encoded><![CDATA[<p>Great article! Your instructions, in combination with Roy Pardee&#8217;s comment, works perfect for a windows authenticated proxy.</p>
<p>Thanks to both of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Don</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9082</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Wed, 16 Sep 2009 18:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9082</guid>
		<description>Ron,
Worked like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>Ron,<br />
Worked like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer &#8211; SocketError (getaddrinfo: Name or service not known) blues by Priyanka</title>
		<link>http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9081</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9081</guid>
		<description>Thanks! I was struggling with this error for so long :)</description>
		<content:encoded><![CDATA[<p>Thanks! I was struggling with this error for so long <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer &#8211; SocketError (getaddrinfo: Name or service not known) blues by Scott</title>
		<link>http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9077</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9077</guid>
		<description>Thanks, this helped me get by an error I had when trying to set up redmine. Changing the host to localhost did the trick!</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me get by an error I had when trying to set up redmine. Changing the host to localhost did the trick!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
