Доброго времени суток!
Пытаюсь разобраться с вагрантом...настроить окружение для сайта на yii2 advanced. Каждый раз при запуске команды vagrant up вылазиит такая ошибка:
The name of your virtual machine couldn't be set because VirtualBox
is reporting another VM with that name already exists. Most of the
time, this is because of an error with VirtualBox not cleaning up
properly. To fix this, verify that no VMs with that name do exist
(by opening the VirtualBox GUI). If they don't, then look at the
folder in the error message from VirtualBox below and remove it
if there isn't any information you need in there.
VirtualBox error:
VBoxManage.exe: error: Could not rename the directory 'C:\Users\ZaurK\VirtualBox VMs\ubuntu-16.04-amd64_1511639362493_33793' to 'C:\Users\ZaurK\VirtualBox VMs\mysite' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "SaveSettings()" at line 3052 of file VBoxManageModifyVM.cpp
Судя по всему он жалуется на то, что такая виртуальная машина уже есть и не может переименовать на такое имя. Использую Virtual Box, но в списке виртуальных машин не вижу такого имени...
Помогите пожалуйста разобраться, в чем тут загвоздка?