Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error #2

Closed
ianmilligan1 opened this issue Mar 20, 2016 · 5 comments
Closed

Build error #2

ianmilligan1 opened this issue Mar 20, 2016 · 5 comments

Comments

@ianmilligan1
Copy link
Member

On OS X 10.11.3:

ianmilligan1@Ians-MBP:~/dropbox/git/warcbase_workshop_vagrant$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'ubuntu/trusty64'
    default: URL: https://atlas.hashicorp.com/ubuntu/trusty64
==> default: Adding box 'ubuntu/trusty64' (v20160314.0.2) for provider: virtualbox
    default: Downloading: https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20160314.0.2/providers/virtualbox.box
==> default: Successfully added box 'ubuntu/trusty64' (v20160314.0.2) for 'virtualbox'!
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: Setting the name of the VM: Warcbase workshop VM
==> 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: 8080 (guest) => 9000 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
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.

The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.

Will look into this.

@ruebot
Copy link
Member

ruebot commented Mar 20, 2016

@ianmilligan1 what version of vagrant are you running?

$ vagrant -v
Vagrant 1.7.4

@ianmilligan1
Copy link
Member Author

I'm on Vagrant 1.8.1.

Might be a VirtualBox issue, just going to reinstall it and see if it works out of the box.

@ruebot
Copy link
Member

ruebot commented Mar 20, 2016

Oh, yeah. We've run into similar problems in Islandora-land: Islandora/documentation#43

@ianmilligan1
Copy link
Member Author

Reinstalling VirtualBox 5.0 seemed to do the trick, at least on OS X. Thanks @ruebot!

@ruebot
Copy link
Member

ruebot commented Mar 20, 2016

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants