Created
March 17, 2017 07:59
-
-
Save dclarke-modus/41d852c3be112e09ae5d3770121b5424 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
==> 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment