Advertisement
Guest User

saltbin

a guest
Apr 21st, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. There was an error while executing `VBoxManage`, a CLI used by Vagrant
  2. for controlling VirtualBox. The command and stderr is shown below.
  3.  
  4. Command: ["import", "/home/xubuntu/.vagrant.d/boxes/bento-VAGRANTSLASH-ubuntu-16.04/201803.24.0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "ubuntu-16.04-amd64_1524299770821_63786", "--vsys", "0", "--unit", "9", "--disk", "/home/xubuntu/VirtualBox VMs/ubuntu-16.04-amd64_1524299770821_63786/ubuntu-16.04-amd64-disk001.vmdk"]
  5.  
  6. Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
  7. Interpreting /home/xubuntu/.vagrant.d/boxes/bento-VAGRANTSLASH-ubuntu-16.04/201803.24.0/virtualbox/box.ovf...
  8. OK.
  9. 0%...10%...20%...
  10. Progress state: VBOX_E_FILE_ERROR
  11. VBoxManage: error: Appliance import failed
  12. VBoxManage: error: Could not create the imported medium '/home/xubuntu/VirtualBox VMs/ubuntu-16.04-amd64_1524299770821_63786/ubuntu-16.04-amd64-disk001.vmdk'.
  13. VBoxManage: error: VMDK: cannot write allocated data block in '/home/xubuntu/VirtualBox VMs/ubuntu-16.04-amd64_1524299770821_63786/ubuntu-16.04-amd64-disk001.vmdk' (VERR_DISK_FULL)
  14. VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance
  15. VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 886 of file VBoxManageAppliance.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement