From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 06:50:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E43716A4CE for ; Fri, 17 Sep 2004 06:50:48 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA4443D31 for ; Fri, 17 Sep 2004 06:50:48 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-64-170-123-106.dsl.snfc21.pacbell.net [64.170.123.106])i8H6ojWC127774; Fri, 17 Sep 2004 02:50:46 -0400 Message-ID: <414A8945.2070308@elischer.org> Date: Thu, 16 Sep 2004 23:50:45 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Chris Laverdure References: <20040914175102.R528@korben.in.tern> <20040917055553.GA8084@les.ath.cx> <1095388200.623.6.camel@elemental.DashEvil> In-Reply-To: <1095388200.623.6.camel@elemental.DashEvil> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: mldonkey won't die, isn't usable, and doesn't appear to be zombied. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 06:50:48 -0000 I am aware of this problem and am looking for the problem. thanks for the report though.. Chris Laverdure wrote: > Today I changed a few things in my kernel config around. > > I replaced SCHED_4BSD with SCHED_ULE, added PREEMPTION. > > I put some of the debugging features back in just incase I had any > problems. I figure a little bit of overhead is a small price to pay. > > # Debugging for use in -current > options KDB > options DDB #Enable the kernel debugger > options INVARIANTS #Enable calls of extra sanity > checking > options INVARIANT_SUPPORT #Extra sanity checks of internal > structures, required by INVARIANTS > #options WITNESS #Enable checks to detect > deadlocks and cycles > #options WITNESS_SKIPSPIN #Don't run witness on spinlocks > for speed > > and I removed some drivers that I had built into the kernel > (sound/network/etc) and use loadable modules now. > > Anyway, I rebooted with this new kernel, loaded mldonkey up, and went > out with a friend to 7/11. ...taquitos... mhmmm. > > I got home about an hour later. mldonkey is not responding to me at all. > > So I tried to kill it... > > This is my problem: > [incubus@elemental:~]$ ps aux | grep mlnet > incubus 703 0.0 8.4 22576 20972 p1 RN+ 12:42AM 0:25.52 > /usr/local/bin/mlnet-real > [incubus@elemental:~]$ kill -9 703 > [incubus@elemental:~]$ kill -9 703 > [incubus@elemental:~]$ kill -9 703 > [incubus@elemental:~]$ ps aux | grep mlnet > incubus 703 0.0 8.4 22576 20972 p1 RN+ 12:42AM 0:25.52 > /usr/local/bin/mlnet-real > [incubus@elemental:~]$ su - > otp-md5 496 el2739 ext > Password: > [root@elemental:~]$ kill -9 703 > [root@elemental:~]$ kill -9 703 > [root@elemental:~]$ kill -9 703 > [root@elemental:~]$ kill -9 703 > [root@elemental:~]$ kill -9 703 > [root@elemental:~]$ exit > logout > [incubus@elemental:~]$ ps aux | grep mlnet > incubus 703 0.0 8.4 22576 20972 p1 RN+ 12:42AM 0:25.52 > /usr/local/bin/mlnet-real > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"