LangProc / langproc-2021-lab

2 stars 4 forks source link

cannot vagrant up on Mac #83

Closed charlie-ccw closed 2 years ago

charlie-ccw commented 2 years ago

I am trying to set up another virtual machine on my Mac laptop, but when i type vagrant up, it says:

There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "e01c2b4a-e739-4643-b435-92c7903de048", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'langproc-2021-lab-cc1420_default_1644447043485_56360' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

what should i do to deal with it

ymherklotz commented 2 years ago

To get rid of it, you should be able to do:

vagrant destroy

Then you can create a new VM.