Re: [brutus] dead processes

2004-11-28 Thread Leo Simons
killed 3 dozen or so this time. Needed to send SIGKILL to some stuff. - LSD Leo Simons wrote: [EMAIL PROTECTED]:~$ ps aux | grep gump | grep -v tomcat | egrep \ >'May|Jun' > dead-processes.txt [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c '' 81 # 81 process that have been lying around

Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
#x27;d be nice to know from an OS perspective. Thanks in advance, and hope this activity means you are invincible (or invisible :). regards, Adam - Original Message - From: "Leo Simons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004

Re: [brutus] dead processes

2004-06-23 Thread Adam R. B. Jack
> # I'm tempted to put up a crontab that kills these processes. WDYT? We've not found a good way to kill them from Python, so why not. Could we get a mail (or report file somewhere) of what was killed? regards Adam - To unsubs

[brutus] dead processes

2004-06-23 Thread Leo Simons
[EMAIL PROTECTED]:~$ ps aux | grep gump | grep -v tomcat | egrep \ >'May|Jun' > dead-processes.txt [EMAIL PROTECTED]:~$ cat dead-processes.txt | grep -c '' 81 # 81 process that have been lying around since june 13. Not good. [EMAIL PROTECTED]:~$ cat dead-processes.txt | egrep -o 'gump +[0-9]+'