From owner-freebsd-questions@FreeBSD.ORG Fri Apr 10 13:10:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7384B10656D6 for ; Fri, 10 Apr 2009 13:10:10 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id D9B348FC21 for ; Fri, 10 Apr 2009 13:10:09 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id n3ADA5V3061104; Fri, 10 Apr 2009 15:10:05 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id n3ADA5wo061103; Fri, 10 Apr 2009 15:10:05 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Fri, 10 Apr 2009 15:10:04 +0200 From: Ruben de Groot To: Joshua Gimer Message-ID: <20090410131004.GA59635@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Joshua Gimer , freebsd-questions@freebsd.org References: <20090409114731.GA4871@zptr-nb01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Fri, 10 Apr 2009 15:10:08 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: cannot kill process with kill -9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 13:10:11 -0000 On Thu, Apr 09, 2009 at 01:26:51PM -0600, Joshua Gimer typed: > You might also find a little bit information about what the process is > waiting on by attaching to it with strace (in ports under devel) > (strace -p PID). why would you install strace from ports? truss does the same job. Ruben > On Thu, Apr 9, 2009 at 5:47 AM, Eray Aslan wrote: > > On Thu, Apr 09, 2009 at 09:41:31AM +0200, Pieter Donche wrote: > >> I have a mount_nfs process that refuses to get killed : > >> # ps -jaxw | grep mount > >> root ? 60342 ? ? 1 60289 60289 ? ?0 D ? ? ?? ? ?0:00.00 mount_nfs > > [...] > >> How to I get this process killed? > > > > reboot. ?You can't kill a process with a D flag. ?Google for > > uninterruptible sleep. > > > > -- > > Eray > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > > -- > Thx > Joshua Gimer > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"