From owner-freebsd-questions Fri Oct 11 6:19: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DE337B401 for ; Fri, 11 Oct 2002 06:19:08 -0700 (PDT) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46D943E6A for ; Fri, 11 Oct 2002 06:19:07 -0700 (PDT) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id AEE214FC9F; Fri, 11 Oct 2002 09:16:33 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id A99CF4A0D; Fri, 11 Oct 2002 09:16:33 -0400 (EDT) Date: Fri, 11 Oct 2002 09:16:33 -0400 (EDT) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: cool46 cool46 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to kill nfs-blocked process In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 11 Oct 2002, cool46 cool46 wrote: > Date: Fri, 11 Oct 2002 02:54:28 +0000 > From: cool46 cool46 > To: freebsd-questions@FreeBSD.ORG > Subject: how to kill nfs-blocked process > > i have a nfs server and a client,server is running linux,client is running > freebsd.I find when server is busy or not available,some process on client > will block because of nfs.these process be marked with 'D' or 'DL' when i > run command 'ps ax'.i try to kill them using command 'kill -9',but not > work,even though reboot system,the system can not reboot automaticly > because some process cann't teminate.i also try to mount client with > options intr,soft and so on,but problem is as before.how can i resolve this > problem? thanks. > I believe the NFS-related processes are kernel-bound and not interruptible, thats my kill -x doesn't work. I believe you can set an inactivity timeout for the mount. The mount man page probably has the details. # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message