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

checksum for big vagrant boxes (>12GB) fails #12812

Open
richardcz opened this issue Jul 20, 2022 · 1 comment
Open

checksum for big vagrant boxes (>12GB) fails #12812

richardcz opened this issue Jul 20, 2022 · 1 comment

Comments

@richardcz
Copy link

Vagrant version

2.2.19

Host operating system

debian11 5.10.0-16-amd64 #1 SMP Debian 5.10.127-1 (2022-06-30) x86_64 GNU/Linux

Guest operating system

debian11

Vagrantfile

Vagrant.configure("2") do |config|
config.vm.box = "randrysek/debian11"
config.vm.box_download_insecure = true
end

Debug output

https://gist.github.com/richardcz/e13079865b9ffac54f5dbf5a8ba5db4f

Expected behavior

Downloaded file in the webbrowser and after that a calculated checksum on the Lin/Win machine is fine.

Actual behavior

The checksum md5 calculated by vagrant command failed for virtualbox files of size more than 12GB. I have an another box of the size ~5 GB and it is fine.

Steps to reproduce

  1. Create a virtualbox machine (default one) with vagrant

References

@hpaskalev
Copy link
Contributor

Hey, @richardcz,I made an attempt to look into this, but I wasn't able to reproduce the issue. Perhaps it's related to this particular box ?! I couldn't test with that one, as it appears to not be a publicly visible one, but I tried with other boxes above 12 G of size and didn't get the exception. Are you able to reproduce it with other boxes as well ?

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

No branches or pull requests

3 participants