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

self-hosted-vagrant-boxes-with-versioning nto working on windows #9

Open
lmeyemezu opened this issue Apr 3, 2016 · 3 comments
Open

Comments

@lmeyemezu
Copy link

Hi,
trying to build self-hosted vagrant on windows but i encounter the error below
The box failed to unpackage properly. Please verify that the box
file you're trying to add is not corrupted and try again. The
output from attempting to unpackage (if any):

bsdtar.EXE: Error opening archive: Unrecognized archive format

seems that json catalog not read

@hollodotme
Copy link
Owner

Hi, sorry for the delay.

For me, sounds more like a problem with the actual box that was downloaded and was tried to be unpacked by vagrant / virtual box / provider you use...

If the catalog json could not be read, I assume you won't get to that point.
Only thing I can think of regarding the catalog json is a wrong checksum in the catalog for the box version you try to download.

Please note, I am not a windows user for a very long time and did not try anything of this on windows.

Please let me know if you already solved the issue, so I can close this one.
Thanks.

@ttekun
Copy link

ttekun commented Jul 6, 2016

Hi,

I encountered same error on mac.
I have fixed this error follow solution.

Use the AddType directive in the apache configuration.

AddType application/json .json

@lmeyemezu if you use apache, check apache configuration.

@alfrye
Copy link

alfrye commented Aug 3, 2016

I am running across the same issue running on Windows IIS Server. @lmeyemezu what web server are you using on window.

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

4 participants