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

NFS not working on Arch Linux with encrypted home directory [FreeBSD]

Open gfrey opened this issue 8 years ago • 2 comments

My home directory is encrypted. I guess this is the reason why exportfs says exportfs: $GOPATH/github.com/nathany/vagrant-gopher does not support NFS export

gfrey avatar Feb 16 '17 19:02 gfrey

That could be it. It prompts for the host (Arch) password and after that gives this error?

I'm probably not going to be able to reproduce this anytime soon, but good to have it logged here. Thanks.

nathany avatar Feb 17 '17 22:02 nathany

Yes, the $GOPATH is added to /etc/exports but the exportfs call fails with the error mentioned.

This is a known issue: https://github.com/mitchellh/vagrant/issues/4987

gfrey avatar Feb 18 '17 10:02 gfrey