From owner-freebsd-questions Thu Oct 10 20:13: 5 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 5255F37B401 for ; Thu, 10 Oct 2002 20:13:04 -0700 (PDT) Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D5543E88 for ; Thu, 10 Oct 2002 20:13:03 -0700 (PDT) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g9B3CtW22784; Thu, 10 Oct 2002 23:12:56 -0400 Message-ID: <3DA64395.6050807@potentialtech.com> Date: Thu, 10 Oct 2002 23:20:53 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cool46 cool46 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to kill nfs-blocked process References: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit 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 cool46 cool46 wrote: > 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. You can prevent this from happening with the options that you use to mount the NFS volumes. Options such as -R and -i are particularly useful for this purpose. Read "man mount_nfs" for details. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message