vagrant-gopher
vagrant-gopher copied to clipboard
NFS not working on Arch Linux with encrypted home directory [FreeBSD]
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
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.
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