--
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/OgVR8cTIvUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.
Normally you don't need to use Virtualbox GUI any more, for shutdown the vm, just 'vagrant halt' at the same folder you did 'vagrant up'
Bruce, Thank you for your time, but you did not answer my question. My question was: how to enable ACPI shutdown on vagrant-created VMs, because end user will not have vagrant in order to issue 'vagrant halt' command. Answer to my question is: install "acpid" package in Ubuntu guest installation. That daemon will take care of ACPI events and perform graceful machine shutdown when requested.
install "acpid" package in Ubuntu guest installation. That daemon will take care of ACPI events and perform graceful machine shutdown when requested.