Re: kill won't kill

2007-05-21 Thread Björn König
Bill schrieb: > On Linux systems I frequently use ``strace -p pid'' to see what > a process is doing. I don't know the FreeBSD equivalent of strace. strace is not a program that is dedicated to Linux. You can use strace with FreeBSD too. You only need to install it and mount procfs: # pkg_add -

Re: kill won't kill

2007-05-20 Thread Garrett Cooper
Bill Campbell wrote: On Sun, May 20, 2007, Remko Cijffers wrote: Hi, I'm running a python script which has stopped responding. Killing off the process doesn't work: # ps -ax | grep nzb | grep -v grep 48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py # kill -SIGKILL

Re: kill won't kill

2007-05-20 Thread Bill Campbell
On Sun, May 20, 2007, Remko Cijffers wrote: >Hi, > >I'm running a python script which has stopped responding. Killing off >the process doesn't work: > >># ps -ax | grep nzb | grep -v grep >>48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py >># kill -SIGKILL 48426 >># ps -a