Date: Fri, 12 Dec 2003 20:54:09 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: Johan Bj?rk <johan@qbrick.com> Cc: freebsd-stable@freebsd.org Subject: Re: nfs_getpages: error 70 Message-ID: <20031212205409.GA5552@walton.maths.tcd.ie> In-Reply-To: <3FD9BC09.9020302@qbrick.com> References: <3FD9BC09.9020302@qbrick.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031212205409.GA5552>