You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Получил такую ошибку при попытке произвести vagrant up:
(.textumEnv)kozlov@kozlov-EasyNote-TS11HR:~/dev/Textum$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'Ubuntu64'...
Progress: 70%There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Получил такую ошибку при попытке произвести vagrant up:
(.textumEnv)kozlov@kozlov-EasyNote-TS11HR:~/dev/Textum$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'Ubuntu64'...
Progress: 70%There was an error while executing
VBoxManage
, a CLI used by Vagrantfor controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "/home/kozlov/.vagrant.d/boxes/Ubuntu64/0/virtualbox/box.ovf"]
Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting /home/kozlov/.vagrant.d/boxes/Ubuntu64/0/virtualbox/box.ovf...
OK.
0%...10%...20%...30%...40%...50%...60%...70%...
Progress state: VBOX_E_FILE_ERROR
VBoxManage: error: Could not create the clone medium '/root/VirtualBox VMs/precise64/box-disk1.vmdk'.
VBoxManage: error: VMDK: Compressed image is corrupted '/home/kozlov/.vagrant.d/boxes/Ubuntu64/0/virtualbox/box-disk1.vmdk' (VERR_ZIP_CORRUPTED)
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance, callee
Context: "ImportAppliance" at line 793 of file VBoxManageAppliance.cpp
Как я понимаю, там проблема с конкретным пакетом Ubuntu64: stat157/analyzers#12. Я решил не править пока Vagrantfile.
The text was updated successfully, but these errors were encountered: