Typically when I see this error anymore its due to the host filesystem running out of space. The .vagrant.d folder is on C:\Users\$USERNAME\ (Windows) or /home/$USERNAME/ (Linux) and even if you have your Vagrantfile on D: or E: it will stage a copy of each box in the .vagrant.d folder to clone out to wherever your Vagrantfile is. If you do a 'vagrant box list' you may see other boxes you have tried, and if you don't clean them out using 'vagrant box remove <boxname>' then they will occupy a portion of your disk.
On Sunday, May 18, 2014 at 6:32:56 AM UTC-5, Alfred wrote: > > Vangrant Up gives me an error :bsdtar: Error opening archive: Failed to > open > '/Users/Alff/.vagrant.d/tmp/box1405df66cbe219b0bf6355bc3d60361a8376b6b4' > > What should I do? > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a3bef652-8e80-4dde-8cde-31650b6da11d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
