我尝试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后,我仍然遇到这个问题。