#12954 closed defect (duplicate)
Virtual Box VMs randomly enter "stopping" state (VERR_VM_FATAL_WAIT_ERROR)
回報者: | JohnBe | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 4.3.10 |
關鍵字: | 副本: | ||
Guest type: | other | Host type: | other |
描述 (由 作最後更新)
Since upgrading to OSX Mavericks, I've had issues with VirtualBox boxes randomly entering the "stopping" state.
$ vagrant status Current machine states: chef stopping (virtualbox) $ vagrant halt chef $ vagrant up chef Bringing machine 'chef' up with 'virtualbox' provider... ==> chef: Clearing any previously set forwarded ports... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["modifyvm", "c7dcf83b-67bc-475e-b5d6-f94a4a94d148", "--natpf1", "delete", "ssh"] Stderr: VBoxManage: error: Code NS_ERROR_FAILURE (0x80004005) - Operation failed (extended info not available) VBoxManage: error: Context: "LockMachine(a->session, LockType_Write)" at line 462 of file VBoxManageModifyVM.cpp $ VBoxManage debugvm chef log --debug VBoxManage: error: Code NS_ERROR_FAILURE (0x80004005) - Operation failed (extended info not available) VBoxManage: error: Context: "LockMachine(pArgs->session, LockType_Shared)" at line 641 of file VBoxManageDebugVM.cpp $ vagrant --version Vagrant 1.5.3 $ VBoxManage --version 4.3.10r93012
Any boxes I bring up randomly enter this state multiple times a day, with the only way to revive them being to destroy them.
I've tried clearing out both the VirtualBox VMs and the vagrant.d directories and reinstalling both vagrant and VirtualBox without any change.
更動歷史 (4)
comment:2 11 年 前 由 編輯
Tried to attach them to the ticket but ran into file size limits - the logs are huge. Here are links to gists of VBox.log for two affected VMs:
https://gist.github.com/JohnBrodie/10978595 https://gist.github.com/JohnBrodie/10978666
Happy to provide anything else you may need to aid in troubleshooting.
comment:3 11 年 前 由 編輯
摘要: | Virtual Box VMs randomly enter "stopping" state → Virtual Box VMs randomly enter "stopping" state (VERR_VM_FATAL_WAIT_ERROR) |
---|
Thanks for the log files. Next time you might consider compressing them :) We saw this Guru Meditation before but so far we have no idea why this happens but we are investigating.
I would expect to see at least one VBox.log file of such affected VM. See section 12.1.2 of the user manual.