vagrant で ローカルの box のファイルをaddしようとしたら下記のエラー
ファイルが壊れてないか確認しろと言われると焦ります。
user@example:~/server$ vagrant box list
base (virtualbox)
precise (virtualbox)
trusty (virtualbox)
user@example:~/server$ vagrant box add examplebox example.box
Downloading box from URL: file:~/server/example.box
Extracting box...te: 1027M/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):
x ./box-disk1.vmdk: truncated gzip input
bsdtar: Error exit delayed from previous errors.
なんてことはなく、権限エラーでした。
読み込み権限を追加して解決。
もうちょっとメッセージがなんて言うか permission den... とかそういうのがいいなぁ ...