使いたいのですが、box-cutter/debian77
いつも使ってみます。
vagrant box add box-cutter/debian77 https://atlas.hashicorp.com/box-cutter/debian77
わかりました。
Downloading box from URL: https://atlas.hashicorp.com/box-cutter/debian77
Extracting box...e: 0/s, Estimated time remaining: --:--:--)
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: Error opening archive: Unrecognized archive format
何が問題なの?すべてのアーカイブプログラム(unar、bsdtar、bzip2、...)をインストールしました。
それともどこで手動で写真をダウンロードできますか?
Ubuntu 14.10でVagrant 1.4.3を使用しています。同じコマンドがarchとdebian wheezyを使っている私の友人にも当てはまります。
答え1
あなたが提供したURLは、タールボールではなくWebページのURLのようです。次の作業を実行できます。
vagrant box add box-cutter/debian77
答え2
最新のvagrantバージョンをインストールする必要があります。
Vagrant 1.6.5を試してみましたが、うまくいきます。
1.5が必要なようです。以下を参照してください。https://github.com/coreos/coreos-vagrant/issues/112#issuecomment-43425522