Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/web-services/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
执行“VBoxManage”时出错,这是Vagrant用于控制VirtualBox的CLI_Vagrant_Vagrantfile - Fatal编程技术网

执行“VBoxManage”时出错,这是Vagrant用于控制VirtualBox的CLI

执行“VBoxManage”时出错,这是Vagrant用于控制VirtualBox的CLI,vagrant,vagrantfile,Vagrant,Vagrantfile,运行vagrant up时,我遇到以下错误: 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

运行vagrant up时,我遇到以下错误:

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
有人知道怎么回事吗?我回顾了相关的问题,并应用了可能的解决方案,但我仍然得到了错误。
你的问题和我很相似。这可能是因为你没有得到足够的许可。我在Windows8.1上用git运行vagrant。我通过在管理模式下重新启动git来解决这个问题。希望它能有所帮助。

对于那些在直接粘贴错误时遇到此问题的人来说,这似乎是一个VirtualBox问题,而不是一个流浪问题

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

完成后,设置了我的漫游环境。

看起来您在尝试在C:\Users下写入时出现了“磁盘已满”错误。它可能实际上没有空间,或者可能不可写。