Vagrant VM stuck in 'stopping' state
Only way I could do it is by killing the process:
ps aux | grep VBox
Then, select the appropiate vm process pid and:
kill $pid
Only way I could do it is by killing the process:
ps aux | grep VBox
Then, select the appropiate vm process pid and:
kill $pid