Hi,

I'm experiencing the same problem trying to run Vagrant in Ubuntu 
12.04/14.04 on DigitalOcean droplet and Google Compute Engine instance:

$ vagrant --version
Vagrant 1.5.3
$ VBoxManage --version
4.3.10r93012
$ vagrant init hashicorp/precise64
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'hashicorp/precise64' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Connection refused. Retrying...
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.

If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
$


Vagrant and VirtualBox were installed as follows:

echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release 
-sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc 
-O- | sudo apt-key add -
sudo apt-get update -y
sudo apt-get install -y virtualbox-4.3

wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.5.3_x86_64.deb
sudo dpkg -i vagrant_1.5.3_x86_64.deb
rm -rf       vagrant_1.5.3_x86_64.deb 


-- 
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.

Reply via email to