Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 21:56:28 -0800
From:      Tim Kientzle <tim@kientzle.com>
To:        mdf@freebsd.org
Cc:        freebsd-hackers <freebsd-hackers@freebsd.org>, Garrett Cooper <gcooper@freebsd.org>
Subject:   Re: FreeBSD development on Mac OS
Message-ID:  <01C90F40-35DE-4E7B-9D3E-AA2B8C54E060@kientzle.com>
In-Reply-To: <AANLkTimzeFQnwT%2BmieRYD1XSyf4f420kVOAnuaeKKgoG@mail.gmail.com>
References:  <AANLkTimo%2BuY2wKg_UkZ_DuoeigQHAta93-nwmRV_p7Nk@mail.gmail.com> <733F67DF-6392-4F2E-9249-627F2F355F2A@gsoft.com.au> <AANLkTin%2BNaoBjLn=QTU0=4i67PHE9CgrJrcWO8BWskkW@mail.gmail.com> <AANLkTimzeFQnwT%2BmieRYD1XSyf4f420kVOAnuaeKKgoG@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 21, 2010, at 8:44 PM, mdf@freebsd.org wrote:
> On Sun, Nov 21, 2010 at 8:02 PM, Garrett Cooper <gcooper@freebsd.org> =
wrote:
>> On Sun, Nov 21, 2010 at 7:20 PM, Daniel O'Connor =
<doconnor@gsoft.com.au> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01C90F40-35DE-4E7B-9D3E-AA2B8C54E060>