Some processes stay active after killing its PID

2007-11-26 Thread Honza Holakovsky
Hi, I'm expecting quite curious problem (currently spotted with usage of audacious (1.3.2 [20070405-4320]) and fusefs-wdfs (1.3.2)) After I finish working with either of these two programs (i.e. closing audacious windown or unmounting wdfs unit), they still run on background, and cosume all remain

Re: Some processes stay active after killing its PID

2007-11-26 Thread Roland Smith
On Mon, Nov 26, 2007 at 04:30:01PM +0100, Honza Holakovsky wrote: > Hi, > > I'm expecting quite curious problem (currently spotted with usage of > audacious (1.3.2 [20070405-4320]) and fusefs-wdfs (1.3.2)) > After I finish working with either of these two programs (i.e. closing > audacious windown

Re: Some processes stay active after killing its PID

2007-11-27 Thread Honza Holakovsky
Thanks for reply, I tried to kill the process via all possibilities described in man kill :) But I didn't know there are some processes which can't be killed, so I tried again running wdfs, but after "ps -xacu | grep wdfs" I see USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMM

Re: Some processes stay active after killing its PID

2007-11-27 Thread Jeremy Chadwick
On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrote: > Thanks for reply, > > I tried to kill the process via all possibilities described in man kill :) > But I didn't know there are some processes which can't be killed, so I tried > again running wdfs, but after "ps -xacu | grep wdfs"

Re: Some processes stay active after killing its PID

2007-11-27 Thread Roland Smith
On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrote: > Thanks for reply, > > I tried to kill the process via all possibilities described in man kill :) > But I didn't know there are some processes which can't be killed, so I tried > again running wdfs, but after "ps -xacu | grep wdfs"

Re: Some processes stay active after killing its PID

2007-11-27 Thread Honza Holakovsky
Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great Thanks a lot, after your advice I read an article about csh built-in commands, never heard of it from any fbsd handbook... 2007/11/27, Roland Smith <[EMAIL PROTECTED]>: > > On Tue, Nov 27, 2007 at 01:05:21PM +0100, Honza Holakovsky wrot

Re: Some processes stay active after killing its PID

2007-11-27 Thread Stephen Montgomery-Smith
On Tue, 27 Nov 2007, Honza Holakovsky wrote: Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great Thanks a lot, after your advice I read an article about csh built-in commands, never heard of it from any fbsd handbook... I am completely baffled why this worked. Why would /bin/kill

Re: Some processes stay active after killing its PID

2007-11-27 Thread Torfinn Ingolfsen
On Tue, 27 Nov 2007 20:14:50 +0100 Honza Holakovsky <[EMAIL PROTECTED]> wrote: > Thanks a lot, after your advice I read an article about csh built-in > commands, never heard of it from any fbsd handbook... FWIW, the builtin(1) man page has a table which shows the builtin commands for both csh and

Re: Some processes stay active after killing its PID

2007-11-27 Thread Roland Smith
On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great >> >> Thanks a lot, after your advice I read an article about csh built-in >> commands, never heard of i

Re: Some processes stay active after killing its PID

2007-11-27 Thread Jeremy Chadwick
On Tue, Nov 27, 2007 at 08:59:06PM +0100, Roland Smith wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after your advice I r

Re: Some processes stay active after killing its PID

2007-11-27 Thread Gary Palmer
On Tue, Nov 27, 2007 at 08:59:06PM +0100, Roland Smith wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after

Re: Some processes stay active after killing its PID

2007-11-27 Thread Alfred Perlstein
* Roland Smith <[EMAIL PROTECTED]> [071127 11:59] wrote: > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > >> Well, didn't know that, "/bin/kill -9 wdfs_PID" works, great > >> > >> Thanks a lot, after your

Re: Some processes stay active after killing its PID

2007-11-27 Thread Ian Smith
On Tue, 27 Nov 2007, Alfred Perlstein wrote: > * Roland Smith <[EMAIL PROTECTED]> [071127 11:59] wrote: > > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > > > > > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > > > > >> Well, didn't know that, "/bin/k

Re: Some processes stay active after killing its PID

2007-11-28 Thread Jung-uk Kim
On Tuesday 27 November 2007 03:14 pm, Jeremy Chadwick wrote: > On Tue, Nov 27, 2007 at 08:59:06PM +0100, Roland Smith wrote: > > On Tue, Nov 27, 2007 at 01:24:56PM -0600, Stephen Montgomery-Smith wrote: > > > On Tue, 27 Nov 2007, Honza Holakovsky wrote: > > >> Well, didn't know that, "/bin/kill -9