Created
July 11, 2014 22:18
-
-
Save zuchmanski/24e38feea11640bc10ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ommand: ["storagectl", "539ab362-ac40-45b4-95b7-ce4e1ae54843", "--name", "SATA Controller", "--hostiocache", "on"] | |
Stderr: VBoxManage: error: Could not find a storage controller named 'SATA Controller' | |
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component SessionMachine, interface IMachine, callee nsISupports | |
VBoxManage: error: Context: "GetStorageControllerByName(Bstr(pszCtl).raw(), ctl.asOutParam())" at line 1151 of file VBoxManageStorageController.cpp | |
VBoxManage: error: Couldn't find the controller with the name: 'SATA Controller' | |
>) | |
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "539ab362-ac40-45b4-95b7-ce4e1ae54843", "--rtcuseutc", "on"] | |
DEBUG subprocess: Command not in installer, not touching env vars. | |
DEBUG subprocess: Selecting on IO | |
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
DEBUG subprocess: Exit status: 0 | |
INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy... | |
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "modifyvm", "539ab362-ac40-45b4-95b7-ce4e1ae54843", "--natdnsproxy1", "on"] | |
DEBUG subprocess: Command not in installer, not touching env vars. | |
DEBUG subprocess: Selecting on IO | |
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
DEBUG subprocess: Exit status: 0 | |
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000100af2bd8> | |
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000100af2bb0> | |
INFO interface: info: Booting VM... | |
INFO interface: info: ==> default: Booting VM... | |
==> default: Booting VM... | |
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "startvm", "539ab362-ac40-45b4-95b7-ce4e1ae54843", "--type", "headless"] | |
DEBUG subprocess: Command not in installer, not touching env vars. | |
DEBUG subprocess: Selecting on IO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment