VM has become 'inaccessible' - Vagrant no longer working

后端 未结 12 2367
礼貌的吻别
礼貌的吻别 2021-01-30 13:24

For some reason this morning when I run \'vagrant up\' I get the following error (this has worked absolutely fine for over a year)

Your VM has b         


        
12条回答
  •  不要未来只要你来
    2021-01-30 13:48

    On Linux the following will unregister the machines:

    VBoxManage list vms
    VBoxManage unregistervm 
    

    After that you may want to restart VB services:

    sudo /sbin/vboxconfig
    

    Deleting .vagrant folder may help but you had to rebuild the machines.

提交回复
热议问题