2016-05-20 7 views
1

私のMacシステムでVagrantボックスをダウンロードしようとすると、これは私が得るメッセージです。迷惑メールボックスのエラーメッセージ

Bringing machine 'default' up with 'virtualbox' provider... 
==> default: Box 'bahmni-team/bahmni' could not be found. Attempting to find and install... 
    default: Box Provider: virtualbox 
    default: Box Version: >= 0 
==> default: Loading metadata for box 'bahmni-team/bahmni' 
    default: URL: https://atlas.hashicorp.com/bahmni-team/bahmni 
==> default: Adding box 'bahmni-team/bahmni' (v0.80) for provider: virtualbox 
    default: Downloading: https://atlas.hashicorp.com/bahmni-team/boxes/bahmni/versions/0.80/providers/virtualbox.box 
An error occurred while downloading the remote file. The error 
message, if any, is reproduced below. Please fix this error and try 
again. 

transfer closed with 963850334 bytes remaining to read 

どうすれば解決できますか?成功のインストールベイグラントボックスの後

は、ベイグラントが内部curlを使用しており、カールに問題がある

default: Importing base box 'bahmni-team/bahmni'... 
Progress: 10%There was an error while executing `VBoxManage`, a CLI used by Vagrant 
for controlling VirtualBox. The command and stderr is shown below. 

Command: ["import", "/Users/Paul/.vagrant.d/boxes/bahmni-team-VAGRANTSLASH-bahmni/0.80/virtualbox/box.ovf", "--vsys", "0", "--vmname", "packer-virtualbox-iso-1459089960_1463772163009_23494", "--vsys", "0", "--unit", "7", "--disk", "/Users/Paul/VirtualBox VMs/packer-virtualbox-iso-1459089960_1463772163009_23494/packer-virtualbox-iso-1459089960-disk1.vmdk"] 

Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% 
Interpreting /Users/Paul/.vagrant.d/boxes/bahmni-team-VAGRANTSLASH-bahmni/0.80/virtualbox/box.ovf... 
OK. 
0%...10%... 
Progress state: VBOX_E_FILE_ERROR 
VBoxManage: error: Appliance import failed 
VBoxManage: error: Could not create the imported medium '/Users/Paul/VirtualBox VMs/packer-virtualbox-iso-1459089960_1463772163009_23494/packer-virtualbox-iso-1459089960-disk1.vmdk'. 
VBoxManage: error: VMDK: cannot write allocated data block in '/Users/Paul/VirtualBox VMs/packer-virtualbox-iso-1459089960_1463772163009_23494/packer-virtualbox-iso-1459089960-disk1.vmdk' (VERR_DISK_FULL) 
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance 
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 877 of file VBoxManageAppliance.cpp 
+0

ディスク容量が不足しているようですか? (VERR_DISK_FULL) – Doon

答えて

0

このエラーを得ました。

それが通常よりも良い作品としてあなたがURLにwgetコマンドを試すことができますカール

wget https://atlas.hashicorp.com/bahmni-team/boxes/bahmni/versions/0.80/providers/virtualbox.box 

あなたはまだ放浪して追加する必要がボックスファイルを持っていたら(vagrant box add bahmni-team/bahmni <path to box file>

+0

新しいエラー「リ​​モートファイルをダウンロード中にエラーが発生しました。エラーが発生した場合は、 メッセージが再生されます。このエラーを修正して をもう一度お試しください。 SSL読み取り:エラー:00000000 :0(0):func(0):理由(0)、errno 54 " – terry

+0

hum ...次の' '迷惑メールボックスを追加して実行できますか?-c --insecure bahmni-team/bahmni' –

0

私はエラーを考えます」 VERR_DISK_FULL "はあなたが集中すべきエラーです。ディスクがいっぱいになっている可能性があります。だから、解決策は、ディスク上のいくつかの領域を解放し、再度コマンドを試すことです。

関連する問題