From owner-freebsd-questions Thu Feb 15 3:28:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id B412537B503 for ; Thu, 15 Feb 2001 03:28:34 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id NAA14579; Thu, 15 Feb 2001 13:29:01 +0100 Message-ID: <3A8BBC86.BE65BA45@i-clue.de> Date: Thu, 15 Feb 2001 12:24:54 +0100 From: Christoph Sold Reply-To: so@server.i-clue.de X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Harlan Stenn Cc: questions@FreeBSD.ORG Subject: Re: NFS append race @0:25 References: <308.982192425@brown.pfcs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Harlan Stenn schrieb: > > Noticed the message "NFS append race @0:25" in a console log message. > > This is a 4-STABLE box. > > What does it mean? It means two processes tried to append data to the same file at the same time. One process was faster, leaving the slower proces with a stale EOF pointer. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message