From owner-freebsd-current@FreeBSD.ORG Fri Feb 4 17:29:40 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892A416A4CE for ; Fri, 4 Feb 2005 17:29:40 +0000 (GMT) Received: from web80603.mail.yahoo.com (web80603.mail.yahoo.com [66.218.79.92]) by mx1.FreeBSD.org (Postfix) with SMTP id 44FAD43D45 for ; Fri, 4 Feb 2005 17:29:38 +0000 (GMT) (envelope-from mohan_srinivasan@yahoo.com) Message-ID: <20050204172938.45361.qmail@web80603.mail.yahoo.com> Received: from [64.172.45.63] by web80603.mail.yahoo.com via HTTP; Fri, 04 Feb 2005 09:29:38 PST Date: Fri, 4 Feb 2005 09:29:38 -0800 (PST) From: Mohan Srinivasan To: Daniel Eriksson , 'Kris Kennaway' In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: current@freebsd.org Subject: RE: Processes stuck in nfsreq X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 17:29:40 -0000 The files truncated on an 8K boundary definitely smells like a NFS client problem. Given that the file is truncated on the server, it looks like the write(s) after the 8K boundary were not sent to the server and the client just discarded the dirty buffers ! Do you have any data as to when the breakage occurred ? I'll try to reproduce the issue (on my setup) next week. mohan --- Daniel Eriksson wrote: > I wrote: > > > I only switched off net.isr yesterday, so I still don't > > know for sure if it has cured the problem, but I've moved > > well over 1000 files since then without any corruption > > issues. > > During the night a number of files being moved from the client to the server > have ended up corrupted (shorter than original, with a size evenly dividable > by 8192), so turning net.isr off wasn't the solution. > > /Daniel Eriksson > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >