From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 05:56:30 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 354B4106566B for ; Mon, 22 Nov 2010 05:56:30 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 107B98FC1C for ; Mon, 22 Nov 2010 05:56:29 +0000 (UTC) Received: from [10.123.2.178] (DIR-655 [192.168.1.65]) by monday.kientzle.com (8.14.3/8.14.3) with ESMTP id oAM5uTAU064383; Mon, 22 Nov 2010 05:56:29 GMT (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Sun, 21 Nov 2010 21:56:28 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <01C90F40-35DE-4E7B-9D3E-AA2B8C54E060@kientzle.com> References: <733F67DF-6392-4F2E-9249-627F2F355F2A@gsoft.com.au> To: mdf@freebsd.org X-Mailer: Apple Mail (2.1082) Cc: freebsd-hackers , Garrett Cooper Subject: Re: FreeBSD development on Mac OS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 05:56:30 -0000 On Nov 21, 2010, at 8:44 PM, mdf@freebsd.org wrote: > On Sun, Nov 21, 2010 at 8:02 PM, Garrett Cooper = wrote: >> On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor = wrote: >>>=20 >>> On 22/11/2010, at 13:32, mdf@freebsd.org wrote: >>>> My /etc/exports file on the Mac looks like: >>>>=20 >>>> /data -maproot=3Dmdf:admin -network 10.211.55.0 -mask = 255.255.255.0 >>>>=20 >>>> as that's the IP range that parallels is using for its virtual = machines. >>>>=20 >>>> But when I try to mount from FreeBSD (as root) I get this error: >>>>=20 >>>> RPCPROG_MNT: RPC: Authentication error; why =3D Client credential = too weak >>>=20 >>> I just tried this on my MBP with parallels and it worked fine - I = had maproot=3D0:0 though. I ran into this same problem a while back but I did eventually get it to work. I can't remember now what the "client credential" in question was; it's a pretty cryptic error message. Here's my /etc/exports on Mac OS: /Users/tim -alldirs -mapall=3Dtim -network 10.123.9.0 -mask = 255.255.255.0 (Yes, I've changed the network addressing used by Parallels.) Here's the mount command that works for me on FreeBSD: mount 10.123.9.101:/Users/tim /mnt The FreeBSD VM has nothing at all NFS-related in rc.conf---I recall playing with some options but backing them all out. I've since switched over to using another FreeBSD VM as NFS server, which works well but eats battery. As soon as I can find the time to backup and reformat my Mac disk so I can set aside a case-sensitive partition, I'll probably switch back to having the Mac play NFS server. Tim