From owner-freebsd-current@FreeBSD.ORG Tue Sep 19 14:39:28 2006 Return-Path: X-Original-To: current@FreeBSD.org 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 3E5FB16A4A7; Tue, 19 Sep 2006 14:39:28 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id CD9DD43D64; Tue, 19 Sep 2006 14:39:16 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 19 Sep 2006 15:39:15 +0100 (BST) Received: from localhost ([127.0.0.1] helo=maths.tcd.ie) by walton.maths.tcd.ie with SMTP id ; 19 Sep 2006 15:39:14 +0100 (BST) To: Gleb Smirnoff In-reply-to: Your message of "Tue, 19 Sep 2006 18:27:39 +0400." <20060919142739.GM27667@cell.sick.ru> X-Request-Do: Date: Tue, 19 Sep 2006 15:39:14 +0100 From: David Malone Message-ID: <200609191539.aa46619@walton.maths.tcd.ie> Cc: current@FreeBSD.org Subject: Re: VFS(?) weirdness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Sep 2006 14:39:28 -0000 > D> I've tried this on a current machine (as of Sept 16th) and don't > D> see the same thing. > Yep, this box is the only one I observe the bug on. :( I've observed > it last few months, and I update to HEAD weekly. Moreover, the > /home/glebius directory on thix box is NFS exported and mounted on > another box as /home/glebius. On this other box (NFS client) I run th > test successfully from /home/glebius, while on NFS server it fails. Might be worth running /bin/pwd and ktracing it to see what is going on? David.