Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMDK: Compressed image is corrupted #31

Closed
Vladimir-Kozlov opened this issue Mar 14, 2014 · 5 comments
Closed

VMDK: Compressed image is corrupted #31

Vladimir-Kozlov opened this issue Mar 14, 2014 · 5 comments
Labels

Comments

@Vladimir-Kozlov
Copy link
Contributor

Получил такую ошибку при попытке произвести 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.

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.

@datakop
Copy link
Contributor

datakop commented Mar 15, 2014

Какой box используется? Попробуй вот этот http://files.vagrantup.com/precise32.box

@Vladimir-Kozlov
Copy link
Contributor Author

config.vm.box = "Ubuntu64".
А как именно его использовать? Что нужно исправить в файле?

@datakop
Copy link
Contributor

datakop commented Mar 15, 2014

Нужно изменить config.vm.box и config.vm.box_url

@datakop
Copy link
Contributor

datakop commented Mar 15, 2014

Проблема разрешилась?

@Vladimir-Kozlov
Copy link
Contributor Author

Похоже, да.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants