Host: MacOsX 10.11.4, tried both on MacPro1,1 and newest MacBookPro Retina
Vagrant: 1.8.1
VirtualBox: 5.0.16 r105871

Guest: tried multiple versions of ubuntu, both base boxes (ubuntu-trusty64) 
as well as provisioned boxes like Homestead/Laravel

Issue: guest works fine as long as shared volumes are not mounted via nfs. 
When declaring type: 'nfs' the "vagrant up" command hangs for minutes while 
trying to mount the volume and then fails to mount with the following error 
message:

The following SSH command responded with a non-zero exit status.

Vagrant assumes that this means the command failed!


mount -o 'rw,vers=3,tcp,fsc,actimeo=2' 
192.168.10.1:'/Volumes/Files/Users/username' /home/vagrant/username


Stdout from the command:




Stderr from the command:


mount.nfs: Connection timed out


The VM is running, but the shared folders are not there.


I have tried with and without nfs mount_options, the problem persists.


I have turned SIP off and on, the problem persists.


etc/hosts contains localhost 127.0.0.1 (was brought up as a possible cause)


no firewall active (was brought up as a possible cause)


Apple console does not provide an error message, the mount.nfs command just 
idles.


Has anybody figured out how to fix this?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/9fdb235a-9713-41cd-8828-e6a906668023%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to