Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 19:02:47 -0800
From:      mdf@FreeBSD.org
To:        freebsd-hackers <freebsd-hackers@freebsd.org>
Subject:   FreeBSD development on Mac OS
Message-ID:  <AANLkTimo%2BuY2wKg_UkZ_DuoeigQHAta93-nwmRV_p7Nk@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
(Taking to -hackers by request)

My old (Ubuntu) laptop died and I have replaced it with a Macbook Air.
 I know from visual inspection at BSDCan that 50% of the attending
developers own a Mac laptop of some kind.

However, I've been a bit stumped on how to share the source code from
my Mac with the FreeBSD virtual machine.  When I was using Linux it
was relatively easy; I exported a directory and mounted it with NFS.
Using my Mac as a NFS server hasn't yet worked.  The google is mostly
coming up empty for me in terms of help.

My /etc/exports file on the Mac looks like:

/data   -maproot=mdf:admin      -network 10.211.55.0    -mask 255.255.255.0

as that's the IP range that parallels is using for its virtual machines.

But when I try to mount from FreeBSD (as root) I get this error:

RPCPROG_MNT: RPC: Authentication error; why = Client credential too weak

Again, the google hits for this error message haven't given me
anything helpful.  I tried taking out the maproot option but I get the
same error.  Immediately after a "nfsd restart" I get a RPCPROG_NFS:
RPC: Program not registered error, but that clears up and then I'm
back to Client credential too weak.

I don't know if this is a client or server issue, but I don't recall
that I'm doing anything differently on the FreeBSD VM side except that
I'm trying it through Parallels instead of VMware or VirtualBox at the
moment.  So... any thoughts as to what else I need to do on the server
side?

Thanks,
matthew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimo%2BuY2wKg_UkZ_DuoeigQHAta93-nwmRV_p7Nk>