简体   繁体   中英

How do I get vagrant halt to successfully shut down debian jessie vm on yosemite host?

Whenever I attempt to run vagrant halt, it says "default: Attempting graceful shutdown of VM..." but eventually times out and says " default: Forcing shutdown of VM..." sometimes this works and sometimes it leaves the VM in running state, according to the VirtualBox UI.

Here are the details of the system: Host: OS X 10.10.5 Yosemite, Virtual Box 5.0.4, w/extension pack, Vagrant 1.7.4 VM: Debian Jessie 8.2.0 64bit, 2 GB Ram

Help! It seems like vagrant halt should be able to gracefully stop the VM?

This was a bug in vagrant, here is the pull request that fixed it:

https://github.com/mitchellh/vagrant/pull/6315

Version 1.7.5 will include this fix.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM