Hi .... if I run vagrant box list , that show laravel/homestead.
vagrant box list
laravel/homestead (virtualbox, 0.1.6)
if I run vagrant up, I got this error.
sithuaung@sithuaung-K53SV:~/code/Homestead$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'laravel/homestead'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/home/sithuaung/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.1.6/virtualbox/box.ovf", "--vsys", "0", "--vmname", "settler_default_1400246833526_15327_1405396642973_39666", "--vsys", "0", "--unit", "7", "--disk", "/home/sithuaung/VirtualBox VMs/settler_default_1400246833526_15327_1405396642973_39666/box-disk1.vmdk"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /home/sithuaung/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.1.6/virtualbox/box.ovf...
OK.
0%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Appliance import failed
VBoxManage: error: Could not create the clone medium '/home/sithuaung/VirtualBox VMs/settler_default_1400246833526_15327_1405396642973_39666/box-disk1.vmdk'.
VBoxManage: error: VMDK: Compressed image is corrupted '/home/sithuaung/.vagrant.d/boxes/laravel-VAGRANTSLASH-homestead/0.1.6/virtualbox/box-disk1.vmdk' (VERR_ZIP_CORRUPTED)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance
VBoxManage: error: Context: "int handleImportAppliance(HandlerArg*)" at line 779 of file VBoxManageAppliance.cpp
I already spend time searching in internet but no luck... Please help if you know why...
Note: I installed recently precise64 which is ubuntu 12.04 ( I follow Jaffery Way's LAMP stack ) later I remove by this command
vagrant box remove precise64
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community