cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

vagrant reload atlantis fails #36

Closed grappler closed 7 years ago

grappler commented 7 years ago

When running vagrant reload atlantis I get this error. I am running reload because the server is unresponsive ref #31

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["controlvm", "b206ffb4-a127-4b0c-bd46-18bbb02354e4", "poweroff"]

Stderr: 0%...10%...20%...30%...40%...50%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to power off machine
VBoxManage: error: The VM session was aborted
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession
VBoxManage: error: Context: "RTEXITCODE handleControlVM(HandlerArg *)" at line 234 of file VBoxManageControlVM.cpp
ivomarino commented 7 years ago

try this:

cd ~/appflow ; make update ; make install
source ~/.zshrc
appflow update
appflow vm reload atlantis
grappler commented 7 years ago

I got the same error.

ivomarino commented 7 years ago

related to https://github.com/ttssdev/appflow/issues/35.

ivomarino commented 7 years ago

@grappler new command is appflow vagrant reload atlantis (latest AppFlow version).