From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 22:35:28 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 E0AB716A4CE for ; Tue, 29 Mar 2005 22:35:28 +0000 (GMT) Received: from nwkea-mail-2.sun.com (nwkea-mail-2.sun.com [192.18.42.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B031B43D1F for ; Tue, 29 Mar 2005 22:35:28 +0000 (GMT) (envelope-from tomppa@finland.sun.com) Received: from sunfin.Finland.Sun.COM ([129.159.101.10]) by nwkea-mail-2.sun.com (8.12.10/8.12.9) with ESMTP id j2TMZONV018739; Tue, 29 Mar 2005 14:35:25 -0800 (PST) Received: from ultrahot.finland.sun.com (root@ultrahot [129.159.101.87]) ESMTP id j2TMZN6r026227; Wed, 30 Mar 2005 01:35:23 +0300 (EEST) Received: from ultrahot.finland.sun.com (localhost [127.0.0.1]) j2TMZNVL011812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Mar 2005 01:35:23 +0300 (EEST) Received: (from tomppa@localhost)j2TMZNhR011809; Wed, 30 Mar 2005 01:35:23 +0300 (EEST) From: Tomi Vainio - Sun Finland MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16969.55339.169670.941190@ultrahot.finland.sun.com> Date: Wed, 30 Mar 2005 01:35:23 +0300 To: Dan Nelson In-Reply-To: <20050329214647.GG51674@dan.emsphone.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> X-Mailer: VM 7.19 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid cc: freebsd-current@freebsd.org Subject: Re: NFSv4 failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tomi.Vainio@Sun.COM List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 22:35:29 -0000 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 Tomppa