I've seen this from two separate Windows users, neither can "vagrant up" a box which I am having no problems with in OS X:
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "f6a144a9-5a65-4ef8-a10d-fcadcae93e79", "--machinereadable"]
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "f6a144a9-5a65-4ef8-a10d-fcadcae93e79", "--machinereadable"]
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "showvminfo", "f6a144a9-5a65-4ef8-a10d-fcadcae93e79", "--machinereadable"]
INFO ssh: Attempting SSH connnection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Key Path: ["C:/Users/User/.vagrant.d/insecure_private_key"]
INFO ssh: SSH not up: #<Vagrant::Errors::SSHConnectionTimeout: Vagrant timed out while attempting to connect via SSH. This usually
means that the VM booted, but there are issues with the SSH configuration
or network connectivity issues. Please try to `vagrant reload` or
`vagrant up` again.>
INFO interface: error: Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period. This can
mean a number of things.
If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.
They can run the Vagrant "Getting Started" base box no problems, but they can't vagrant up our VM for the project.
We are using the custom opscode_ubuntu-12.04_chef-11.4.0.box because of a need for chef support. Is this likely to be a network configuration issue (seems unlikely as it's working fine on other host OSes) or a private key problem? Anyway to fix or troubleshoot this, or are there any known working ubuntu/chef base boxes we could switch to, if that would solve it?