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