From owner-freebsd-fs@FreeBSD.ORG Mon Dec 6 23:22:24 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8750106564A for ; Mon, 6 Dec 2010 23:22:24 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 85B078FC1A for ; Mon, 6 Dec 2010 23:22:24 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEACP//EyDaFvO/2dsb2JhbACDT6BarjGQeYEhgzVzBIRfhg8 X-IronPort-AV: E=Sophos;i="4.59,307,1288584000"; d="scan'208";a="101532179" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 06 Dec 2010 18:22:23 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id C1675B3E95; Mon, 6 Dec 2010 18:22:23 -0500 (EST) Date: Mon, 6 Dec 2010 18:22:23 -0500 (EST) From: Rick Macklem To: Joe Auty Message-ID: <827023472.1262049.1291677743726.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4CFD6AEA.1040502@netmusician.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [174.114.46.215] X-Mailer: Zimbra 6.0.7_GA_2476.RHEL4 (ZimbraWebClient - IE8 (Win)/6.0.7_GA_2473.RHEL4_64) Cc: freebsd-fs@freebsd.org Subject: Re: Migrating from NFSv3 to v4 - NFSv4 ACL/permission confusion X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2010 23:22:24 -0000 > > > > Looks like the mailing list ate the attachment. > Nope... The dump file is empty so I didn't bother with it. > > Well, it contains "######", but that's probably not terribly useful :) > It's a binary file. To see what's in it, you can: tcpdump -r dumpfile.txt although wireshark is much better for this, since it knows NFS packets. rick