2015-04-06 8 views
3

當運行遊民了,我碰到下面的錯誤使用放浪一個CLI錯誤:有在執行`VBoxManage`,用於控制VirtualBox的

Bringing machine 'default' up with 'virtualbox' provider... 
    ==> default: Importing base box 'lavash-devstack'... 
    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", "C:/HashiCorp/Vagrant/home/boxes/lavash-devstack/0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "devstack_default_1416365851757 
    _3107_1428337748513_82036", "--vsys", "0", "--unit", "10", "--disk", "C:\\Users\\adrian espinoza\\VirtualBox VMs\\devstack_default_1416365851757_3107_ 
    1428337748513_82036\\box-disk1.vmdk"] 

    Stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% 
    Interpreting C:\HashiCorp\Vagrant\home\boxes\lavash-devstack\0\virtualbox\box.ovf... 
    OK. 
    0%...10%... 
    Progress state: VBOX_E_FILE_ERROR 
    VBoxManage.exe: error: Appliance import failed 
    VBoxManage.exe: error: Could not create the imported medium 'C:\Users\adrian espinoza\VirtualBox VMs\devstack_default_1416365851757_3107_1428337748513 
    _82036\box-disk1.vmdk'. 
    VBoxManage.exe: error: VMDK: cannot write allocated data block in 'C:\Users\adrian espinoza\VirtualBox VMs\devstack_default_1416365851757_3107_1428337 
    748513_82036/box-disk1.vmdk' (VERR_DISK_FULL) 
    VBoxManage.exe: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Appliance, interface IAppliance 
    VBoxManage.exe: error: Context: "int __cdecl handleImportAppliance(struct HandlerArg *)" at line 779 of file VBoxManageAppliance.cpp 

是否有人知道什麼是錯的?我回顧了相關的問題,並應用了可能的解決方案,但我仍然遇到了錯誤。 here

+0

看起來您嘗試在C:\ Users下寫入「磁盤已滿」錯誤。它可能實際上沒有空間,或者可能不可寫。 – BrianC

回答

4

你的問題和我差不多。這可能是因爲你沒有得到足夠的許可。我在Windows 8.1的git上運行vagrant。我通過在管理模式下重新啓動git來解決此問題。希望它有幫助。

0

對於那些直接粘貼錯誤的人來說,它似乎是一個VirtualBox問題,而不是一個流浪問題。

我正在運行macOS Sierra,並在升級後開始遇到此問題。我再次下載了VirtualBox,並重新開始升級過程。

在完成之後,我的流浪環境已經確定。