From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 19:31:27 2008 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 9F414106566C for ; Mon, 8 Sep 2008 19:31:27 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 622128FC0A for ; Mon, 8 Sep 2008 19:31:27 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so920975yxb.13 for ; Mon, 08 Sep 2008 12:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=H0d+sMojA86HYawK7FMyX1HXYBYz+foh0SYy+I4BXE8=; b=POuLu88DubQjuOzVGm9bJOv66j/uoMP+9ALEyiCwUfs/3nPXf1q13ysHk17ivywjF7 lyZzxdG6kWfANp1QmCB3AbxyrQhHoGiK8kkR6WBRk955nfPWfgCqIpnwQpEGQIWgs4O4 NcyxfcRK3vpjrDKSa7hOZRjwBOG9caMIGXhMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=SjQd1x0QskoffZEFvizKl/qxdHA9u3ZV7zuwUo7MtVKwgc2hOCZ5/isgRWKONeR8iI daIu2W7fH9O7AeFwI90PrMq3kG3CArN8a2w6AK14rVxR+yFvE9tOerLxki2UPDFx+cOl Fl8y8NoE5jA2e/vRZ80FoUPFxvPmzuR4V3lrs= Received: by 10.187.234.11 with SMTP id l11mr2931204far.81.1220900468065; Mon, 08 Sep 2008 12:01:08 -0700 (PDT) Received: by 10.187.186.14 with HTTP; Mon, 8 Sep 2008 12:01:08 -0700 (PDT) Message-ID: Date: Mon, 8 Sep 2008 12:01:08 -0700 From: patrick To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Kill NFS connection 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: Mon, 08 Sep 2008 19:31:27 -0000 Is there a way to kill an NFS connection to a server that's stopped responding? When I try to simply unmount it, I get a never-ending stream of "server not responding" messages. (Using FreeBSD 6.2, BTW.) Thanks, Patrick