0

我尝试vagrant up并继续收到此代码错误。我的系统有什么问题??

    vagrant up
    Bringing machine 'default' up with 'virtualbox' provider...
    [default] Importing base box 'precise32'...
    [default] Matching MAC address for NAT networking...
    [default] Setting the name of the VM...
    There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.

    Command: ["modifyvm", "61d768ff-adc4-4f66-a704-7f04b4f01639", "--name", "tmp_default_1382129134"]
    Stderr: VBoxManage.exe: error: Could not rename the directory 'C:\VirtualBox VMs\precise32' to 'C:\VirtualBox VMs\tmp_default_1382129134' to save the settings file (VERR_FILE_NOT_FOUND)
    VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface I Machine, callee IUnknown 
    VBoxManage.exe: error: Context: "SaveSettings()" at line 2527 of file VBoxManageModifyVM.cpp

编辑:我使用的是 VirtualBox 4.3 和 Vagrant 1.3.5,所以在将 VirtualBox 从 4.2 更新到 4.3 之后,我仍然遇到这个问题。

4

0 回答 0