Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dclarke-modus/41d852c3be112e09ae5d3770121b5424 to your computer and use it in GitHub Desktop.
Save dclarke-modus/41d852c3be112e09ae5d3770121b5424 to your computer and use it in GitHub Desktop.
==> 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