执行`VBoxManage`时出错,这是Vagrant用来控制VirtualBox的CLI

时间:2015-04-06 16:42:36

标签: vagrant vagrantfile

当运行vagrant时,我收到以下错误:

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

2 个答案:

答案 0 :(得分:4)

你的问题与我类似。这可能是因为你没有获得足够的许可。我在Windows 8.1上使用git运行vagrant。我通过在管理模式下重启git来解决这个问题。希望它有所帮助。

答案 1 :(得分:0)

对于直接粘贴错误的人来说,这似乎是一个VirtualBox问题,而不是流浪问题。

我正在运行macOS Sierra,并在升级后开始遇到此问题。我再次下载了VirtualBox,并重新安装了开始升级过程。

在那之后,我的流浪环境已经确定。