From owner-freebsd-current@FreeBSD.ORG Tue Jan 20 06:48:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C7CB16A4CE for ; Tue, 20 Jan 2004 06:48:36 -0800 (PST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4517C43DA3 for ; Tue, 20 Jan 2004 06:47:49 -0800 (PST) (envelope-from freebsd-current@nada.refused.cc) Received: from dialup.user (dsl-213-023-013-214.arcor-ip.net [213.23.13.214]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id BD32B66A980 for ; Tue, 20 Jan 2004 15:47:47 +0100 (CET) Received: by localhost (Postfix, from userid 100) id 5D746D26; Tue, 20 Jan 2004 15:47:47 +0100 (CET) Date: Tue, 20 Jan 2004 15:47:47 +0100 From: Namik Dala To: current@freebsd.org Message-ID: <20040120144747.GB13132@snickers.dahoam> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i Subject: NFS: Processes marked "in disk" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 14:48:36 -0000 I've upgraded to 5.2-RELEASE last days. Now NFS seems to be broken. There is an NFS server and 2 NFS clients. The /home partition is shared. If I start mutt on an NFS client it wants to read the default mailbox (over NFS) and hangs: $ ps -auxww | fgrep mutt namik 71553 0.0 1.0 4221 2312 p7 D+ 1:50AM 0:00.75 mutt Is this a known problem? And is there a workaround? -Namik-