Created
March 15, 2014 16:00
-
-
Save hitjim/9569527 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hitjim@jimbot-laptop:~/github/startupwichita.com$ vagrant up | |
Bringing machine 'web' up with 'virtualbox' provider... | |
==> web: Importing base box 'precise64'... | |
==> web: Matching MAC address for NAT networking... | |
==> web: Setting the name of the VM: startupwichita-web | |
==> web: Clearing any previously set network interfaces... | |
==> web: Preparing network interfaces based on configuration... | |
web: Adapter 1: nat | |
web: Adapter 2: hostonly | |
==> web: Forwarding ports... | |
web: 22 => 2222 (adapter 1) | |
web: 3000 => 3000 (adapter 1) | |
==> web: Running 'pre-boot' VM customizations... | |
==> web: Booting VM... | |
==> web: Waiting for machine to boot. This may take a few minutes... | |
web: SSH address: 127.0.0.1:2222 | |
web: SSH username: vagrant | |
web: SSH auth method: private key | |
web: Error: Connection refused. Retrying... | |
web: Error: Connection refused. Retrying... | |
web: Error: 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. | |
hitjim@jimbot-laptop:~/github/startupwichita.com$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment