Hello, I recently upgraded from Vagrant 1.4.x to Vagrant 1.5.0. I removed ~/.vagrant.d as well, if that matters. My host computer is running Mac OS X 10.9.2. Using VirtualBox 4.3.8
I have built guest VMs using chef/centos-6.5 and hashicorp/precise64. First question: When I build a guest VM with private networking enabled, should I be able to ping the host from the guest and vice versa? Seems like the answer should be yes, but I am not currently able to and I can't figure out why. This is my actual issue... I am trying to use NFS for my synced folders but I get the following error when I try: ---- ==> myminion: 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' 192.168.33.1:'/Users/skirkpatrick/Vagrant/vagrant_salt' /vagrant Stdout from the command: Stderr from the command: stdin: is not a tty mount.nfs: mount to NFS server '192.168.33.1:/Users/skirkpatrick/Vagrant/vagrant_salt' failed: timed out, giving up ---- My host (i.e. vboxnet0) is using 192.168.33.1. My guest is using 192.168.33.11. What is the best way to troubleshoot this? Thanks, Steve. -- 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]. For more options, visit https://groups.google.com/d/optout.
