Skip to content

Instantly share code, notes, and snippets.

@bfleming-ciena
Last active August 29, 2015 14:05
Show Gist options
  • Save bfleming-ciena/cc730af5370679534f52 to your computer and use it in GitHub Desktop.
Save bfleming-ciena/cc730af5370679534f52 to your computer and use it in GitHub Desktop.
panamax install error
Checking if required software is installed.
Vagrant 1.6 or newer installed.
Virtualbox 4.2 or newer installed.
/home/brian/.panamax/desktop: line 208: .version: No such file or directory
Creating a new CoreOS VM...
Downloading images
######################################################################## 100.0%
Bringing machine 'panamax-vm' up with 'virtualbox' provider...
==> panamax-vm: Box 'panamax-coreos-box-367' could not be found. Attempting to find and install...
panamax-vm: Box Provider: virtualbox
panamax-vm: Box Version: >= 0
==> panamax-vm: Adding box 'panamax-coreos-box-367' (v0) for provider: virtualbox
panamax-vm: Downloading: http://storage.core-os.net/coreos/amd64-usr/367.1.0/coreos_production_vagrant.box
==> panamax-vm: Successfully added box 'panamax-coreos-box-367' (v0) for 'virtualbox'!
==> panamax-vm: Importing base box 'panamax-coreos-box-367'...
==> panamax-vm: Matching MAC address for NAT networking...
==> panamax-vm: Setting the name of the VM: panamax-vm
==> panamax-vm: Clearing any previously set network interfaces...
==> panamax-vm: Preparing network interfaces based on configuration...
panamax-vm: Adapter 1: nat
==> panamax-vm: Forwarding ports...
panamax-vm: 3000 => 8888 (adapter 1)
panamax-vm: 3001 => 8889 (adapter 1)
panamax-vm: 22 => 2222 (adapter 1)
==> panamax-vm: Running 'pre-boot' VM customizations...
==> panamax-vm: Booting VM...
==> panamax-vm: 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.
VM Creation failed. Exiti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment