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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: