From owner-freebsd-stable@FreeBSD.ORG Wed Mar 31 03:46:09 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 4DDA316A4CF; Wed, 31 Mar 2004 03:46:09 -0800 (PST) Received: from jimi.ru (unknown [195.14.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5298643D41; Wed, 31 Mar 2004 03:46:08 -0800 (PST) (envelope-from uitm@blackflag.ru) Received: from [195.14.58.203] (account uitm@blackflag.ru) by jimi.ru (CommuniGate Pro WebUser 4.1.8) with HTTP id 891184; Wed, 31 Mar 2004 15:46:07 +0400 From: "Andrey Alekseyev" To: Tim Robbins , Eugene Grosbein X-Mailer: CommuniGate Pro WebUser Interface v.4.1.8 Date: Wed, 31 Mar 2004 15:46:07 +0400 Message-ID: In-Reply-To: <20040331113457.GA1519@cat.robbins.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R"; format="flowed" Content-Transfer-Encoding: 8bit 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:46:09 -0000 Tim, It won't help much. The problem is most probably the same I tried to discuss last summer. >> 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