Ich lief in Virtualbox herunterfahren eine VM während versucht, Küche Test mit Vagrant als Treiber zu starten.VBoxManage Fehler: Details: Code NS_ERROR_FAILURE (0x80004005) -VBoxManageControlVM.cpp
Ich habe Virtualbox wie in "VBoxManage: error: Failed to create the host-only adapter" erwähnt neu gestartet.
Wie kann ich bei der Lösung dieses Problems weitergehen?
- VirtualBox Version: 5.0.14r105127
- Küche Version: 1.6.0
- Vagrant 1.7.3
- Koch-Client-Version: 12.8.1
Dies ist der Fehler:
Message: Failed to complete #destroy action: [Expected process to exit with [0], but received '1'
---- Begin output of vagrant destroy -f ----
STDOUT: ==> default: Forcing shutdown of VM...
STDERR: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["controlvm", "3fa0e654-df44-4050-809f-2d1474b74a8f", "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
---- End output of vagrant destroy -f ----
Ran vagrant destroy -f returned 1]
Welches OS ist der Host? – coderanger
@Corneranger Ich bin auf OS X el Capitan (10.11.4) und versuchen, Ubuntu – bablu