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

Virtual Box vagrant.box not found #343

Open
Ab4y98 opened this issue Jan 10, 2025 · 1 comment
Open

Virtual Box vagrant.box not found #343

Ab4y98 opened this issue Jan 10, 2025 · 1 comment

Comments

@Ab4y98
Copy link

Ab4y98 commented Jan 10, 2025

Got this error, and didn't understand why..
image

And I saw that the file is not available, why?
image

Thanks for the help.

@Director-Fusion
Copy link

Director-Fusion commented Jan 18, 2025

The packages are not stored as the author intended any longer and the scripts need to be updated to unzip the files.

Basically if you download the file manually you can tar -zxvf the file, then repackage the contents with tar -cxvf as filename.box.

Then use vagrant add box custom/boxname /path/to/box/file.

Update your Vagrantfiles to the new custom name and add ":box_url => /path/to/box/file,". Then in the GOAD shell "update_instance_files" then install on the GOAD shell.

Its annoying. I think its a hashicorp issue at the end of the day (hashicorp standardizing files on upload) or the files were not uploaded with .box at the end is my best guess

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

No branches or pull requests

2 participants