Skip to content

Instantly share code, notes, and snippets.

@albertsj1
Created August 12, 2014 22:11
Show Gist options
  • Save albertsj1/a36e0beb2c0f0fc015df to your computer and use it in GitHub Desktop.
Save albertsj1/a36e0beb2c0f0fc015df to your computer and use it in GitHub Desktop.
Panamax install failure
panamax init proxy_enabled
███████╗ ██████╗ █████████╗ ██████╗ ██████████╗ ██████╗ ██╗ ██╗
██╔══██║ ╚═══██╗ ███╗ ███║ ╚═══██╗ ██║ ██╔ ██║ ╚═══██╗ ╚██╗██╔╝
██ ██║ ███████║ ███║ ███║ ███████║ ██║╚██║ ██║ ███████║ ╚███╔╝
███████╝ ███████║ ███║ ███║ ███████║ ██║╚██║ ██║ ███████║ ██╔██╗
██║ ███████║ ███║ ███║ ███████║ ██║╚██║ ██║ ███████║ ██╔╝ ██╗
╚═╝ ╚══════╝ ╚══╝ ╚══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝
CenturyLink Labs - http://www.centurylinklabs.com/
Checking if required software is installed.
Vagrant 1.6 or newer installed.
Virtualbox 4.2 or newer installed.
Creating a new CoreOS VM...
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...
panamax-vm: SSH address: 127.0.0.1:2222
panamax-vm: SSH username: core
panamax-vm: SSH auth method: private key
panamax-vm: Warning: Connection timeout. Retrying...
==> panamax-vm: Machine booted and ready!
==> panamax-vm: Setting hostname...
==> panamax-vm: Rsyncing folder: /Users/j.alberts/.panamax/ => /var/panamax
==> panamax-vm: - Exclude: [".vagrant/", "images*"]
==> panamax-vm: Running provisioner: shell...
panamax-vm: Running: inline script
==> panamax-vm: Check tree block failed, want=158334976, have=0
==> panamax-vm: Check tree block failed, want=158334976, have=0
==> panamax-vm: Check tree block failed, want=158334976, have=0
==> panamax-vm: Check tree block failed, want=158334976, have=0
==> panamax-vm: Check tree block failed, want=158334976, have=0
==> panamax-vm: read block failed check_tree_block
==> panamax-vm: Couldn't read tree root
==> panamax-vm: ln -s '/etc/systemd/system/var-lib-docker.mount' '/etc/systemd/system/multi-user.target.wants/var-lib-docker.mount'
==> panamax-vm: Job for var-lib-docker.mount failed. See 'systemctl status var-lib-docker.mount' and 'journalctl -xn' for details.
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell
Stdout from the command:
Stderr from the command:
Check tree block failed, want=158334976, have=0
Check tree block failed, want=158334976, have=0
Check tree block failed, want=158334976, have=0
Check tree block failed, want=158334976, have=0
Check tree block failed, want=158334976, have=0
read block failed check_tree_block
Couldn't read tree root
ln -s '/etc/systemd/system/var-lib-docker.mount' '/etc/systemd/system/multi-user.target.wants/var-lib-docker.mount'
Job for var-lib-docker.mount failed. See 'systemctl status var-lib-docker.mount' and 'journalctl -xn' for details.
VM Creation failed. Exiting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment