From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 01:30:30 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 6F48916A4D0 for ; Thu, 9 Dec 2004 01:30:30 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBB843D54 for ; Thu, 9 Dec 2004 01:30:30 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB91TFwu031465; Wed, 8 Dec 2004 17:29:15 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB91TFlo031464; Wed, 8 Dec 2004 17:29:15 -0800 (PST) (envelope-from sgk) Date: Wed, 8 Dec 2004 17:29:15 -0800 From: Steve Kargl To: John Birrell Message-ID: <20041209012915.GA16228@troutmask.apl.washington.edu> References: <20041209004335.GA624@troutmask.apl.washington.edu> <20041209011643.GB95055@freebsd3.cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041209011643.GB95055@freebsd3.cimlogic.com.au> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: nfs appears broken 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: Thu, 09 Dec 2004 01:30:30 -0000 On Thu, Dec 09, 2004 at 12:16:43PM +1100, John Birrell wrote: > On Wed, Dec 08, 2004 at 04:43:35PM -0800, Steve Kargl wrote: > > troutmask:root[201] mount /jumbo > > [udp] jumbo:/data: RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out > > [udp] jumbo:/data: RPCPROG_NFS: RPC: Port mapper failure - RPC: Timed out > > > > troutmask:root[203] grep jumbo /etc/fstab > > jumbo:/data /jumbo nfs rw,noauto 0 0 > > > > > > This is with world+kernel from about 30 minutes on amd64. I was > > able to mount /jumbo with a kernel from monday. > > I updated a current machine yesterday and mountd complains about in invalid > line in /etc/exports, saying that / isn't a mount point. The client reports > "permission denied". > > I cvsup'd again today and the kernel panics before I can even get to try NFS. > Do you have INET6 in your kernel? I had to remove it or the kernel would panic. Fortunately, I don't need INET6. -- Steve