Re: I can't kill processes

2002-06-25 Thread cana rich
you may have a process which launch the fetchmail. Try to kill the others process. Richard --- [EMAIL PROTECTED] a écrit : > Hi folks, > > When I do a ps -ef|grep fetchmail I get 2 fetchmail > processes. Now, I do a > kill -9 PID's (of the fetchmail processes ofcourse) > and I get an error wh

Re: I can't kill processes

2002-06-25 Thread K.Deepak
Dear Patrick, Please use the fuser option to kill this process. BTW is this a HUP driven process ?? --deepak-- [EMAIL PROTECTED] wrote: > Hi folks, > > When I do a ps -ef|grep fetchmail I get 2 fetchmail processes. Now, I do a > kill -9 PID's (of the fetchmail process

I can't kill processes

2002-06-25 Thread patrick1
Hi folks, When I do a ps -ef|grep fetchmail I get 2 fetchmail processes. Now, I do a kill -9 PID's (of the fetchmail processes ofcourse) and I get an error which say that those PID's do not exist. Again I do a ps -ef|grep fetchmail and I see again 2 fetchmailprocesses with two new PID's. Anyon