You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on Mac, using homebrew to install panamax.
Ran panamax init and got the following output.
CenturyLink Labs - https://labs.ctl.io
Checking if required software is installed.
Vagrant 1.6 or newer installed.
Virtualbox 4.3 or newer installed.
Creating a new CoreOS VM...
UUID changed to: e08190ed-b02b-4eb6-8b77-3dfc3eef645f
Bringing machine 'panamax-vm' up with 'virtualbox' provider...
==> panamax-vm: Importing base box 'panamax-coreos-box-681.2.0'...
==> 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: Adapter 2: hostonly
==> panamax-vm: Forwarding ports...
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!
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
echo "[ -f \"/tmp/.vagrant-host-path\" ] && export VAGRANT_HOST_PATH=\`cat \"/tmp/.vagrant-host-path\"\`" > "/etc/profile.d/vagrant-host-path.sh"
Stdout from the command:
Stderr from the command:
bash: line 2: /etc/profile.d/vagrant-host-path.sh: No such file or directory
VM Creation failed. Exiting.
Not sure what cause this issues, would appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered:
Running on Mac, using homebrew to install panamax.
Ran
panamax init
and got the following output.Not sure what cause this issues, would appreciate any help. Thanks.
The text was updated successfully, but these errors were encountered: