freebsd-vagrant
freebsd-vagrant copied to clipboard
OSX NFS not possible due missing insecure option
The exports line you provided in the readme is only applicable for linux based systems. OSX does not provide those options in their NFS daemon. A valid exports entry looks like this:
/Users/mario -alldirs -network 127.0.0.1 -mapall=mario
Unfortunately there is no insecure option in OSX's nfs config and as a result of that you always get:
[tcp] 10.0.2.2:/Users/mario/Dev/Source: RPCPROG_MNT: RPC: Authentication error; why = Client credential too weak
I've tried to use smb instead of nfs, but this results in mount_smbfs: can't get server address: syserr = Operation timed out
whatever IP I try to use.
Any clues?
I am currently in the middle of rebuilding both boxes from scratch. I can perhaps build in afpfs-ng support to circumvent this issue.
Let me know if I can support you in any way!
Well, eventually I could use an actual job. ;-)
I'll let you know when I upload the new build. I'm making many changes (hopefully all positive) to the boxes/build procedure. It is likely that I'll test/upload the new builds later today or tomorrow.
Depends on what you are looking for. Write me a mail to mario dot mueller at trivago dot com and we'll see ;) — Sent from Mailbox for iPhone
On Sun, May 5, 2013 at 6:57 PM, Steffen L. Norgren [email protected] wrote:
Well, eventually I could use an actual job. ;-)
I'll let you know when I upload the new build. I'm making many changes (hopefully all positive) to the boxes/build procedure.
Reply to this email directly or view it on GitHub: https://github.com/xironix/freebsd-vagrant/issues/13#issuecomment-17454715