From owner-freebsd-stable@FreeBSD.ORG Wed Mar 31 03:33:44 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F075316A4CF for ; Wed, 31 Mar 2004 03:33:44 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6690643D4C for ; Wed, 31 Mar 2004 03:33:44 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.80.124) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA927010C7316; Wed, 31 Mar 2004 21:33:42 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id ED3414193; Wed, 31 Mar 2004 21:34:57 +1000 (EST) Date: Wed, 31 Mar 2004 21:34:57 +1000 From: Tim Robbins To: Eugene Grosbein Message-ID: <20040331113457.GA1519@cat.robbins.dropbear.id.au> References: <406AA38A.A804F014@kuzbass.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <406AA38A.A804F014@kuzbass.ru> User-Agent: Mutt/1.4.1i cc: stable@freebsd.org Subject: Re: nfs_getpages: error 70 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 11:33:45 -0000 On Wed, Mar 31, 2004 at 06:55:06PM +0800, Eugene Grosbein wrote: [...] > Apache error log contains: > [error] [client x.x.x.x] (70)Stale NFS file handle: file > permissions deny server access: /mnt/main/netstat/index.html > > What should I do to avoid this error? Try changing the amount of time that attributes are cached for with the acregmin/acregmax/acdirmin/acdirmax options to mount_nfs. Setting them all to 1 might be a place to start. This won't eliminate the problem entirely, but it may make it occur less often. Tim