Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created October 3, 2013 13:43
Show Gist options
  • Save jayunit100/6810037 to your computer and use it in GitHub Desktop.
Save jayunit100/6810037 to your computer and use it in GitHub Desktop.
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