Saturday, January 28, 2012

Vagrant couldn't determine the SSh port for you VM!

Saw the following message on vagrant up and vagrant ssh:

"[mongrel@localhost massiveapp]$ vagrant ssh
Vagrant couldn't determine the SSH port for your VM! This is a rare,
exceptional event, and a bug should be filed. Please try recreating your
VM (vagrant destroy, then vagrant up). Sorry!"

Resolved by changing the vm.name.

Ref: https://github.com/mitchellh/vagrant/issues/671

No comments:

Post a Comment