Ctrl+C should kill that proces... Did you hit Ctrl+z ( T status )?

If yes:
jobs -l

If there is something:

fg <pid>

then Ctrl+C

Pozdrawiam
Jędrzej Nowak



On Sun, Aug 23, 2009 at 11:00 PM, Oleg Oltar<[email protected]> wrote:
> Sorry the ending of the message is
>
> [r...@oplot ~]# killall cherokee-admin
> [r...@oplot ~]# ps aux | grep cherokee
> root       668  0.0  0.3   2676  1312 pts/0    T    Aug04   0:33
> cherokee-admin
> root       818  0.0  0.1   2136   532 pts/0    R+   Aug04   0:00 grep
> cherokee
> [r...@oplot ~]#
> [r...@oplot ~]# killall cherokee-admin
> [r...@oplot ~]# ps aux | grep cherokee
> root       668  0.0  0.3   2676  1312 pts/0    T    Aug04   0:33
> cherokee-admin
> root       821  0.0  0.1   2140   576 pts/0    R+   Aug04   0:00 grep
> cherokee
> [r...@oplot ~]# kill -6 668
> [r...@oplot ~]# ps aux | grep cherokee
> root       668  0.0  0.3   2676  1312 pts/0    T    Aug04   0:33
> cherokee-admin
> root       823  0.0  0.1   2140   572 pts/0    R+   Aug04   0:00 grep
> cherokee
> [r...@oplot ~]# kill  668
> [r...@oplot ~]# ps aux | grep cherokee
> root       668  0.0  0.3   2676  1312 pts/0    T    Aug04   0:33
> cherokee-admin
> root       825  0.0  0.1   2140   576 pts/0    R+   Aug04   0:00 grep
> cherokee
> [r...@oplot ~]#
>
>
> ---------- Forwarded message ----------
> From: Oleg Oltar <[email protected]>
> Date: Sun, Aug 23, 2009 at 11:59 PM
> Subject: Stopping cherokee admin
> To: [email protected]
>
>
> I have a question
>
> I started the cherokee-admin program (not sure if it's correct, but I did it
> under root), and then inaccurately click Ctrl+C so the process gone to the
> background
>
> Now I can't kill the process...
>
> e.g.
>
>
>
>
>
>
> _______________________________________________
> Cherokee mailing list
> [email protected]
> http://lists.octality.com/listinfo/cherokee
>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to