From owner-freebsd-questions@FreeBSD.ORG Thu Nov 15 13:37:07 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 AE0E8768 for ; Thu, 15 Nov 2012 13:37:07 +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 59CA78FC08 for ; Thu, 15 Nov 2012 13:37:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id DA89A5E4A3 for ; Thu, 15 Nov 2012 14:37:05 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.556 X-Spam-Level: X-Spam-Status: No, score=-1.556 tagged_above=-999 required=5 tests=[AWL=-0.558, 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 wHNY5Bb7jlon for ; Thu, 15 Nov 2012 14:37:04 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from [172.17.0.111] (c-195-216-043-059.ekt.thalamus.net [195.216.43.59]) by mx1.bjare.net (Postfix) with ESMTP id 12C6A5E2FA for ; Thu, 15 Nov 2012 14:37:03 +0100 (CET) Message-ID: <50A4F011.4020305@eskk.nu> Date: Thu, 15 Nov 2012 14:37:21 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Shut-down when access to NFS share is gone Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 13:37:07 -0000 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? Thanks /Leslie