http://github.com/kevinclark/god/commit/b6f9cad5479c102da63fe0c614751851d6540027
Doesn't look like Tom has pulled it in yet. If this is hitting people,
we should probably push a point release. I'll update the history in
prep.
--
Kevin Clark
http://glu.ttono.us
[2008-06-18 13:44:21] FATAL: Unhandled exception in driver loop -
(Errno::ENOENT): No such file or directory - /proc/20082/stat
/usr/local/lib/ruby/gems/1.8/gems/god-0.7.7/bin/../lib/god/system/
slash_proc_poller.rb:71:in `read'
Is this possibly a configuration issue on my side?
thanks
On Jun 17, 2008, at 6:30 PM, Kevin Clark wrote:
When this occurs, is the process running? Seems like it could be a
race condition where the process has died, but god hasn't noticed, so
it goes to check stats in /proc, but the info for the now missing pid
isn't there.
Ok, I'll try to take a look today. In the meantime, if you want to
modify your install so SlashProcPoller.usable? always returns false,
it'll go back to using ps. This should probably be configurable
anyway.
http://github.com/kevinclark/god/commit/a74780fca54642e7687a79e7f165b58587c9710a
I'm poking Tom about pushing an 0.7.9 release today to fix the issue.