nathany / vagrant-gopher

A Vagrantfile for running Go VMs
https://nathany.com/go-testing-toolbox/
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

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

Open gfrey opened 7 years ago

gfrey commented 7 years ago

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

nathany commented 7 years ago

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.

gfrey commented 7 years ago

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