From: David Woodhouse Subject: Re: why do i get "Stale NFS file handle" for hours? Date: Mon, 06 Sep 2004 10:57:13 +0100 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <1094464633.3986.36.camel@imladris.demon.co.uk> References: <1094348385.13791.119.camel@lade.trondhjem.org> <413A7119.2090709@upb.de> <1094349744.13791.128.camel@lade.trondhjem.org> <413A789C.9000501@upb.de> <1094353267.13791.156.camel@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain Cc: Sven =?ISO-8859-1?Q?K=F6hler?= , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net Return-path: To: Trond Myklebust In-Reply-To: <1094353267.13791.156.camel@lade.trondhjem.org> List-ID: On Sat, 2004-09-04 at 23:01 -0400, Trond Myklebust wrote: > 2) A bug in your initscripts is causing the table of exports to be > clobbered. Running "exportfs" in legacy 2.4 mode (without having the > nfsd filesystem mounted on /proc/fs/nfsd) appears to be broken for me at > least... > 3) There is some other bug in knfsd that nobody else appears to be > seeing. The fact that we require a persistent table of exports at all, and can't call back to mountd to authenticate 'new' clients instead of just telling them to sod off if the kernel doesn't already know about them, is considered by some to be a bug in knfsd. -- dwmw2