From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 14:18:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 568CA61D for ; Thu, 15 Nov 2012 14:18:24 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id F363C8FC08 for ; Thu, 15 Nov 2012 14:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 82FE85E46C; Thu, 15 Nov 2012 15:18:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.555 X-Spam-Level: X-Spam-Status: No, score=-1.555 tagged_above=-999 required=5 tests=[AWL=-0.557, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JUTIrz+xFOZF; Thu, 15 Nov 2012 15:18:13 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from blj01.no-ip.org (c-195-216-043-059.ekt.thalamus.net [195.216.43.59]) by mx1.bjare.net (Postfix) with ESMTP id A26645E4B7; Thu, 15 Nov 2012 15:18:13 +0100 (CET) Message-ID: <50A4F9A5.6090108@eskk.nu> Date: Thu, 15 Nov 2012 15:18:13 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121115 Thunderbird/16.0.2 MIME-Version: 1.0 To: Adam Vande More Subject: Re: Shut-down when access to NFS share is gone References: <50A4F011.4020305@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 14:18:24 -0000 Thank you :-) I'll study it closer. /Leslie 2012-11-15 15:15, Adam Vande More skrev: > On Thu, Nov 15, 2012 at 7:37 AM, Leslie Jensen wrote: > >> >> I managed to shut down a machine with an NFS share before the connected >> client was shut down. >> >> Now this client won't shut down. It stands at : All buffers synced. >> >> I suspect it's waiting for the NFS server in order to disconnect. >> >> Is there any time-out I must wait for? Will it help to bring the NFS >> server back up? >> >> Can I in anyway tell such a client to ignore such an error? >> > > http://www.freebsd.org/cgi/man.cgi?query=mount_nfs&sektion=8 > > If the server becomes unresponsive while an NFS file system is mounted, > any new or outstanding file operations on that file system will hang > uninterruptibly until the server comes back. To modify this default be- > haviour, see the *intr* and *soft* options. > >