freebsd-vagrant icon indicating copy to clipboard operation
freebsd-vagrant copied to clipboard

OSX NFS not possible due missing insecure option

Open xenji opened this issue 11 years ago • 4 comments

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?

xenji avatar May 05 '13 11:05 xenji

I am currently in the middle of rebuilding both boxes from scratch. I can perhaps build in afpfs-ng support to circumvent this issue.

xironix avatar May 05 '13 16:05 xironix

Let me know if I can support you in any way!

xenji avatar May 05 '13 16:05 xenji

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.

xironix avatar May 05 '13 16:05 xironix

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

xenji avatar May 05 '13 17:05 xenji