virtualbox - Vagrant does not find virtual maschine -
vagrant not resume suspended maschine. instead creates new 1 everytime "vagrant up". running vagrant in debug mode gave me this:
info subprocess: starting process: ["c:\\program files\\oracle\\virtualbox\\vboxmanage.exe", "showvminfo", "f7974dcf-1394-421a-a1c3-bce1ef352b2f"] debug subprocess: selecting on io debug subprocess: waiting process exit. remaining timeout: 32000 debug subprocess: exit status: 2147483651 debug virtualbox: vm not found! clearing saved machine id , reloading.
when run "vboxmanage.exe showvminfo f7974dcf-1394-421a-a1c3-bce1ef352b2f", data maschine. how vagrant recognize , resume maschine?
you manually add .vagrant.d/data/machine-index. recommend destroy box using vboxmanage.exe.
vboxmanage.exe discardstate f7974dcf-1394-421a-a1c3-bce1ef352b2f
and create new box.
Comments
Post a Comment