Seen some similar posts about events being apparently configured to work properly, but GOD ignoring processes being killed. Everything else seems to be fine, could it be a problem with our kernel?
$ sudo god -V Password: Version: 0.7.12 Polls: enabled Events: netlink $ sudo god check using event system: netlink starting event handler forking off new process forked process with pid = 9072 killing process [ok] process exit event received $ uname -a Linux mobiblast.com 2.6.26-xenU #1 SMP Mon Jul 14 17:29:03 EDT 2008 i686 GNU/Linux Was working fine when setup for polling, but it sucked up 250MB RAM at one point... Here's a session showing a process running, being killed, and then ignored: $ sudo god status mobiblast: smsglobal-mo-worker: up $ ps aux | grep sms 1000 7951 0.1 2.2 52648 38792 ? S 19:01 0:03 sms_global_mo.rb $ sudo kill -9 7951 $ ps aux | grep sms 1000 9520 0.0 0.0 3732 704 pts/2 S+ 19:49 0:00 grep sms $ sudo god status mobiblast: smsglobal-mo-worker: up thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "god.rb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/god-rb?hl=en -~----------~----~----~----~------~----~------~--~---
