From owner-freebsd-stable@FreeBSD.ORG Fri Dec 12 14:22:26 2003 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 5F7BA16A4CE for ; Fri, 12 Dec 2003 14:22:26 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id E738143D3C for ; Fri, 12 Dec 2003 14:22:23 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 12 Dec 2003 20:54:11 +0000 (GMT) Date: Fri, 12 Dec 2003 20:54:09 +0000 From: David Malone To: Johan Bj?rk Message-ID: <20031212205409.GA5552@walton.maths.tcd.ie> References: <3FD9BC09.9020302@qbrick.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FD9BC09.9020302@qbrick.com> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: freebsd-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: Fri, 12 Dec 2003 22:22:26 -0000 On Fri, Dec 12, 2003 at 02:00:57PM +0100, Johan Bj?rk wrote: > In fstab my only options for nfs is ro,noatime,noexec. I search the > nfs/nfsproto.h for 70 (did I found the right code?) > > nfsproto.h:#define NFSERR_STALE 70 Someone deleted the file the client was working on, and now the client can't read pages from that file. If this happens to an executable while it is running, then it is best to just kill the running process. David.