Skip to content

Instantly share code, notes, and snippets.

@Symmetric
Created April 25, 2013 22:10
Show Gist options
  • Save Symmetric/5463640 to your computer and use it in GitHub Desktop.
Save Symmetric/5463640 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", "C:\\Users\\pat\\.vagrant.d\\boxes\\precise32\\virtualbox\\box.ovf"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting C:\Users\pat\.vagrant.d\boxes\precise32\virtualbox\box.ovf...
OK.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage.exe: error: Appliance import failed
VBoxManage.exe: error: Machine settings file 'C:\Users\pat\VirtualBox VMs\precise32\precise32.vbox' already exists
VBoxManage.exe: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine
VBoxManage.exe: error: Context: "int __cdecl handleImportAppliance(struct 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