<?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"
	>

<channel>
	<title>YAB &#187; error</title>
	<atom:link href="http://blog.alexgirard.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Sat, 15 Nov 2008 01:14:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[Ruby] One line to save God</title>
		<link>http://blog.alexgirard.com/ruby-one-line-to-save-god/</link>
		<comments>http://blog.alexgirard.com/ruby-one-line-to-save-god/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 22:05:55 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[god]]></category>

		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/10/25/ruby-one-line-to-save-god/</guid>
		<description><![CDATA[We&#8217;ve had unexpecting interruptions in our Feevy updaters last weeks, and the error (which is still strange) came from inside God, it was unable to decide if a process was still running.
If you&#8217;ve the same kind of problem, with your god logging showing &#8220;kill: 1: No such process&#8220;, then change the exists? method in /usr/local/lib/ruby/gems/1.8/gems/god-0.5.0/lib/god/system/process.rb [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had unexpecting interruptions in our Feevy updaters last weeks, and the error (which is still strange) came from inside God, it was unable to decide if a process was still running.</p>
<p>If you&#8217;ve the same kind of problem, with your god logging showing &#8220;<em>kill: 1: No such process</em>&#8220;, then change the <strong>exists?</strong> method in <strong>/usr/local/lib/ruby/gems/1.8/gems/god-0.5.0/lib/god/system/process.rb</strong> file, gem path might not be the same on your system.</p>
<pre class="prettyprint">
# Return true if this process is running, false otherwise
def exists?
    # system("kill -0 #{@pid} &#038;> /dev/null")
    ps_int('rss') != 0
end
</pre>
<p>Here is our configuration if some people can find where this line is causing problem: Ubuntu Gutsy, Ruby 1.8.6, God 0.5</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-one-line-to-save-god/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
