Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created June 30, 2016 16:43
Show Gist options
  • Save ryanneufeld/f05ab2fda11328cdc75f668e5bab285e to your computer and use it in GitHub Desktop.
Save ryanneufeld/f05ab2fda11328cdc75f668e5bab285e to your computer and use it in GitHub Desktop.
mkdir -p '/opt/website'
mount -o nolock,vers=3,udp,noatime,actimeo=2 '172.27.72.1:/Users/rneufeld/dev/website' '/opt/website'
if command -v /sbin/init && /sbin/init --version | grep upstart; then
/sbin/initctl emit --no-wait vagrant-mounted MOUNTPOINT='/opt/website'
fi
(sudo=true)
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: echo; printf $SSH_AUTH_SOCK (sudo=false)
DEBUG ssh: stdout:
DEBUG ssh: stdout: /tmp/ssh-ouhqg65b0X/agent.1251
DEBUG ssh: Exit status: 0
INFO ssh: Setting SSH_AUTH_SOCK remotely: /tmp/ssh-ouhqg65b0X/agent.1251
DEBUG ssh: stderr: stdin: is not a tty
DEBUG ssh: stderr: mount.nfs: requested NFS version or transport protocol is not supported
DEBUG ssh: stdout: /sbin/init
DEBUG ssh: stdout: init (upstart 1.12.1)
DEBUG ssh: stderr: mount.nfs: requested NFS version or transport protocol is not supported
DEBUG ssh: stdout: /sbin/init
DEBUG ssh: stdout: init (upstart 1.12.1)
DEBUG ssh: stderr: mount.nfs: requested NFS version or transport protocol is not supported
DEBUG ssh: stdout: /sbin/init
DEBUG ssh: stdout: init (upstart 1.12.1)
DEBUG ssh: Exit status: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment