<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: conky</title>
	<link>http://briancarper.net</link>
	<description></description>
	<pubDate>Fri, 05 Dec 2008 16:20:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: ethan vizitei</title>
		<link>http://briancarper.net/scripts/conky/#comment-25024</link>
		<dc:creator>ethan vizitei</dc:creator>
		<pubDate>Sat, 28 Jun 2008 00:51:47 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-25024</guid>
		<description>@crache

that error indicates that gmail does not support an IMAP command that you're trying to use.  I can see from your stack trace that you are using the "authenticate" method in this script, and it uses commands that the gmail server doesn't support.  Try using the "login" method of net/imap rather than "authenticate", that should take care of it.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>@crache</p>
<p>that error indicates that gmail does not support an IMAP command that you're trying to use.  I can see from your stack trace that you are using the &#8220;authenticate&#8221; method in this script, and it uses commands that the gmail server doesn't support.  Try using the &#8220;login&#8221; method of net/imap rather than &#8220;authenticate&#8221;, that should take care of it.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crache</title>
		<link>http://briancarper.net/scripts/conky/#comment-23741</link>
		<dc:creator>crache</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:58:43 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-23741</guid>
		<description>tried changing the server line to:
imap = Net::IMAP.new('imap.gmail.com', 993, true)

that gave me:


/usr/lib/ruby/1.8/net/imap.rb:983:in `pick_up_tagged_response': TODO (not supported yet) 20if1910406wfi.0 (Net::IMAP::BadResponseError)
        from /usr/lib/ruby/1.8/net/imap.rb:974:in `get_tagged_response'
        from /usr/lib/ruby/1.8/net/imap.rb:1032:in `send_command'
        from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
        from /usr/lib/ruby/1.8/net/imap.rb:1017:in `send_command'
        from /usr/lib/ruby/1.8/net/imap.rb:361:in `authenticate'
        from check_mail.rb:21


This is my first time looking at ruby.. i'm not a programmer :-/</description>
		<content:encoded><![CDATA[<p>tried changing the server line to:<br />
imap = Net::IMAP.new('imap.gmail.com', 993, true)</p>
<p>that gave me:</p>
<p>/usr/lib/ruby/1.8/net/imap.rb:983:in `pick_up_tagged_response': TODO (not supported yet) 20if1910406wfi.0 (Net::IMAP::BadResponseError)<br />
        from /usr/lib/ruby/1.8/net/imap.rb:974:in `get_tagged_response'<br />
        from /usr/lib/ruby/1.8/net/imap.rb:1032:in `send_command'<br />
        from /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'<br />
        from /usr/lib/ruby/1.8/net/imap.rb:1017:in `send_command'<br />
        from /usr/lib/ruby/1.8/net/imap.rb:361:in `authenticate'<br />
        from check_mail.rb:21</p>
<p>This is my first time looking at ruby.. i'm not a programmer :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crache</title>
		<link>http://briancarper.net/scripts/conky/#comment-23740</link>
		<dc:creator>crache</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:48:32 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-23740</guid>
		<description>Maybe he is trying to use gmail. Is there a way to specify the port number? Thank you for these scripts and config, Simple, yes but very useful.</description>
		<content:encoded><![CDATA[<p>Maybe he is trying to use gmail. Is there a way to specify the port number? Thank you for these scripts and config, Simple, yes but very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancarper.net/scripts/conky/#comment-12504</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 24 Jan 2008 00:41:05 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-12504</guid>
		<description>I think it means it can't resolve your mail server's domain.  You may have a typo in the server name?</description>
		<content:encoded><![CDATA[<p>I think it means it can't resolve your mail server's domain.  You may have a typo in the server name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bananas</title>
		<link>http://briancarper.net/scripts/conky/#comment-12503</link>
		<dc:creator>Bananas</dc:creator>
		<pubDate>Thu, 24 Jan 2008 00:27:03 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-12503</guid>
		<description>Hey, trying to get the mail script working

heres the error i get

/usr/lib/ruby/1.8/net/imap.rb:886:in `initialize': getaddrinfo: Name or service not known (SocketError)
        from /usr/lib/ruby/1.8/net/imap.rb:886:in `open'
        from /usr/lib/ruby/1.8/net/imap.rb:886:in `initialize'
        from /usr/local/bin/check_mail.rb:21:in `new'
        from /usr/local/bin/check_mail.rb:21

Whats the problem?
Thanks</description>
		<content:encoded><![CDATA[<p>Hey, trying to get the mail script working</p>
<p>heres the error i get</p>
<p>/usr/lib/ruby/1.8/net/imap.rb:886:in `initialize': getaddrinfo: Name or service not known (SocketError)<br />
        from /usr/lib/ruby/1.8/net/imap.rb:886:in `open'<br />
        from /usr/lib/ruby/1.8/net/imap.rb:886:in `initialize'<br />
        from /usr/local/bin/check_mail.rb:21:in `new'<br />
        from /usr/local/bin/check_mail.rb:21</p>
<p>Whats the problem?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancarper.net/scripts/conky/#comment-1985</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 24 Apr 2007 16:37:54 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-1985</guid>
		<description>You may have to tell Ruby how to find the gem.  Export the environment variable RUBYOPT="rubygems" would do it.  That's my first thought.</description>
		<content:encoded><![CDATA[<p>You may have to tell Ruby how to find the gem.  Export the environment variable RUBYOPT=&#8221;rubygems&#8221; would do it.  That's my first thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://briancarper.net/scripts/conky/#comment-1813</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 20 Apr 2007 02:39:55 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-1813</guid>
		<description>I like your conky file.  I'm trying to get your weather.rb working but every time I start conky, I get the error /home/eric/weather.rb:3:in `require': no such file to load -- xmlsimple (LoadError)
        from /home/eric/weather.rb:3

I've got xmlsimple install via ruby gem.  Do you have any suggestions?</description>
		<content:encoded><![CDATA[<p>I like your conky file.  I'm trying to get your weather.rb working but every time I start conky, I get the error /home/eric/weather.rb:3:in `require': no such file to load &#8212; xmlsimple (LoadError)<br />
        from /home/eric/weather.rb:3</p>
<p>I've got xmlsimple install via ruby gem.  Do you have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briancarper.net/scripts/conky/#comment-669</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 05 Feb 2007 17:22:34 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-669</guid>
		<description>You need Ruby for all of these.  And you need the xmlsimple Ruby gem for the weather script.  I don't think xmlsimple is in any repos, it would have to be installed via rubygems.</description>
		<content:encoded><![CDATA[<p>You need Ruby for all of these.  And you need the xmlsimple Ruby gem for the weather script.  I don't think xmlsimple is in any repos, it would have to be installed via rubygems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athanasius</title>
		<link>http://briancarper.net/scripts/conky/#comment-657</link>
		<dc:creator>Athanasius</dc:creator>
		<pubDate>Sat, 03 Feb 2007 17:51:08 +0000</pubDate>
		<guid>http://briancarper.net/scripts/conky/#comment-657</guid>
		<description>I am using Ubuntu Edgy.  How do I make this work in my .conkyrc file?  Is there something that I am supposed to download to make the script work?</description>
		<content:encoded><![CDATA[<p>I am using Ubuntu Edgy.  How do I make this work in my .conkyrc file?  Is there something that I am supposed to download to make the script work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
