Created
October 3, 2013 13:43
-
-
Save jayunit100/6810037 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
There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. | |
Command: ["import", "/Users/Jpeerindex/.vagrant.d/boxes/vagrant-fedora19B/virtualbox/box.ovf"] | |
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% | |
Interpreting /Users/Jpeerindex/.vagrant.d/boxes/vagrant-fedora19B/virtualbox/box.ovf... | |
OK. | |
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%... | |
Progress state: VBOX_E_FILE_ERROR | |
VBoxManage: error: Appliance import failed | |
VBoxManage: error: Machine settings file '/Users/Jpeerindex/VirtualBox VMs/fedora19_1/fedora19_1.vbox' already exists | |
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine | |
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 781 of file VBoxManageAppliance.cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment