From owner-freebsd-current@FreeBSD.ORG Wed Mar 30 09:59:16 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 47B9F16A4CE for ; Wed, 30 Mar 2005 09:59:16 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53DD043D5A for ; Wed, 30 Mar 2005 09:59:15 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.165]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j2U9xCZJ001784; Wed, 30 Mar 2005 10:59:12 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.3/8.13.1) with ESMTP id j2U9xCJ9037830; Wed, 30 Mar 2005 10:59:12 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.3/8.13.1/Submit) id j2U9xCFr037829; Wed, 30 Mar 2005 10:59:12 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Tomi.Vainio@Sun.COM In-Reply-To: <16969.55339.169670.941190@ultrahot.finland.sun.com> References: <16969.43954.994530.751030@ultrahot.finland.sun.com> <20050329210714.GF51674@dan.emsphone.com> <16969.50345.585074.976772@ultrahot.finland.sun.com> <20050329214647.GG51674@dan.emsphone.com> <16969.55339.169670.941190@ultrahot.finland.sun.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 30 Mar 2005 10:59:11 +0100 Message-Id: <1112176751.37667.5.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: freebsd-current@freebsd.org Subject: Re: NFSv4 failure 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: Wed, 30 Mar 2005 09:59:16 -0000 On Wed, 2005-03-30 at 01:35 +0300, Tomi Vainio - Sun Finland wrote: > Dan Nelson writes: > > > > Actually, it looks like the nfsclient module includes the nfs4 sources. > > I have "options NFSCLIENT" in my kernel config file, and I can mount a > > local Solaris 10 box using mount_nfs4. Ethereal confirms that I'm > > talking NFSV4 over the wire. > > > > I'm not sure what the nfs4client module is supposed to do. Maybe it > > was standalone at some point but they got merged? > > > You are right. NFSv4 is already integrated so it didn't need any > extra stuff anymore. Still I have problem with domain id mapping > because all file permissions are for -1 nobody. > > # ls -ld local > drwxr-sr-x 23 4294967294 4294967294 512 Mar 6 11:25 local Yes - I also see this with NFSv4 against a NetApp filestore. Gavin