Windows version
Console version:
Progress object failure: RPC_S_SERVER_UNAVAILABLE 0x800706BA
To fix this you need to go to the directory where you virtual machine is and then create a SHA1 signature of every vmdk and ovf file in there. Something like this:
cd ~/.vagrant.d/boxes/BoxName/virtualbox
openssl sha1 *.vmdk *.ovf > box.mf
More info at: https://github.com/mitchellh/vagrant/issues/1850
Hope it helps
No comments:
Post a Comment