I'm having the same issue here..   I wound up manually downloading the 
virtualbox.box file and using tar to extract. This has been consistent 
trying to extract with Ubuntu 14.04, Arch, and Fedora.

I've tested random xenial64 versions all the way back to 20160615.1.0. 
Consistently this is what I get:

> tar xvf virtualbox.box
box.ovf
Vagrantfile
metadata.json
ubuntu-xenial-16.04-cloudimg.mf
ubuntu-xenial-16.04-cloudimg.vmdk
tar: Unexpected EOF in archive
tar: rmtlseek not stopped at a record boundary
tar: Error is not recoverable: exiting now

> bsdtar -xvf virtualbox.box
x box.ovf
x Vagrantfile
x metadata.json
x ubuntu-xenial-16.04-cloudimg.mf
x ubuntu-xenial-16.04-cloudimg.vmdk: Truncated tar archive
bsdtar: Error exit delayed from previous errors.

Arch Linux :
> tar --version
tar (GNU tar) 1.29
> bsdtar --version
bsdtar 3.2.1 - libarchive 3.2.1 zlib/1.2.8 liblzma/5.2.2 bz2lib/1.0.6 
liblz4/1.7.1

Ubuntu 14.04:
> tar --version
tar (GNU tar) 1.27.1
> bsdtar --version
bsdtar 3.1.2 - libarchive 3.1.2


Surprising enough, the latest trusty64 version works fine with vagrant add.

Hope this helps troubleshoot.


On Friday, October 14, 2016 at 10:21:35 AM UTC-6, wco...@mozilla.com wrote:
>
> Hi,
>
> Today I started to experience a strange error when I "vagrant up"
>
> $ vagrant up
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Box 'ubuntu/xenial64' could not be found. Attempting to find 
> and install...
>     default: Box Provider: virtualbox
>     default: Box Version: >= 0
> ==> default: Loading metadata for box 'ubuntu/xenial64'
>     default: URL: https://atlas.hashicorp.com/ubuntu/xenial64
> ==> default: Adding box 'ubuntu/xenial64' (v20161013.1.0) for provider: 
> virtualbox
>     default: Downloading: 
> https://atlas.hashicorp.com/ubuntu/boxes/xenial64/versions/20161013.1.0/providers/virtualbox.box
> 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):
>
> x box.ovf
> x Vagrantfile
> x metadata.json
> x ubuntu-xenial-16.04-cloudimg.mf
> x ubuntu-xenial-16.04-cloudimg.vmdk: Truncated tar archive
> bsdtar: Error exit delayed from previous errors.
>
> This didn't happen some weeks ago (the last time I ran the command).
> I am using vagrant 1.8.6, with macOS Sierra.
>
> Cheers,
> Wander
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/0307ee79-f9f2-42f5-aa58-2fb7fbe99639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to