Last active
March 17, 2017 13:46
-
-
Save dclarke-modus/0b3dbc1fc8a30e2061f632e45957d7a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ERROR RUNNING VAGRANT UP | |
==> default: Mounting NFS shared folders... | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
mount -o vers=3,udp,rw,vers=3,tcp,fsc,actimeo=2 192.168.3.1:/Users/deanclarke/vagrant/C360-Main-WebApp /vagrant | |
result=$? | |
if test $result -eq 0; then | |
if test -x /sbin/initctl && command -v /sbin/init && /sbin/init 2>/dev/null --version | grep upstart; then | |
/sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT=/vagrant | |
fi | |
else | |
exit $result | |
fi | |
Stdout from the command: | |
Stderr from the command: | |
mesg: ttyname failed: Inappropriate ioctl for device | |
mount.nfs: Connection timed out | |
//VAGRANT AND VBOX VERSIONS | |
vagrant -v Vagrant 1.9.1 | |
VBoxManage -v 5.1.16r113841 | |
//OS | |
Mac OS X Sierra 10.12.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment