From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 04:31:46 2003 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 0205A16A4CE for ; Fri, 31 Oct 2003 04:31:46 -0800 (PST) Received: from swank.verbotenplanet.net (mail.verbotenplanet.net [207.99.115.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF41143FE3 for ; Fri, 31 Oct 2003 04:31:44 -0800 (PST) (envelope-from schnozzy@verbotenplanet.net) Received: from www by swank.verbotenplanet.net with local (Exim 4.24; FreeBSD 4.8) id 1AFYRH-0005sH-MV for freebsd-current@freebsd.org; Fri, 31 Oct 2003 07:31:39 -0500 From: "Kelley Reynolds" Date: Fri, 31 Oct 2003 07:31:39 -0500 To: List - FreeBSD-Current In-Reply-To: <3FA22395.3000907@xtaz.co.uk> Message-ID: <0.66385300.1067603499@verbotenplanet.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Content-Description: messagebody References: <3FA22395.3000907@xtaz.co.uk> X-Mailer: ISMail (http://www.insidesystems.net/projects/project.php?projectid=4) X-Mailer-Version: v1.7 Subject: Re: Still getting NFS client locking up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: schnozzy@verbotenplanet.net List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 12:31:46 -0000 --- Original Message --- From: Matt Smith Sent: Fri, 31 Oct 2003 08:55:49 +0000 To: Robert Watson Subject: Re: Still gettnig NFS client locking up > Robert Watson wrote: > > On Tue, 28 Oct 2003, Soren Schmidt wrote: > > > > > >>>I'm now running a kernel/world of October 26th on both NFS client and > >>>server machines. I am still seeing NFS lockups as reported by several > >>>people in these threads: > >> > >>Me too!! > > > > > > Hmm. I'm unable to reproduce this so far, and I'm pounding several 5.x > > NFS clients and servers. I've been checking out using CVS over NFS, > > performing dd's of big files, etc. There must be something more I'm > > missing in reproducing this. What network interface cards are you using > > (client, server)? Are you using DHCP on the client or server? What > > commands trigger it -- what part of the NFS namespace, etc? Are you > > running the commands as root, or another user? > > > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > > robert@fledge.watson.org Network Associates Laboratories > > I'm also experiencing lockups with NFS, but it's the server that locks up on mine. Both client and server are -CURRENT. Server was fresh as of two days ago, and the client is a week or two old. They are connected via bfe (server) and vr (client). The server, I've found, will last much longer if the mount options on the client include 'tcp' and 'nfsv3' (supposed to be default, but I'm just calling it like it is). Reading files seems to be okay, and I've managed to get as far as compiling a kernel on an NFS-mounted /usr, but a buildworld will hang in < 30 minutes. The server is running dhcp and pf. All commands are being run as root. Kelley