ACPI Shutdown has no effect

168 views
Skip to first unread message

BaltoStar

unread,
Jul 26, 2013, 10:15:50 PM7/26/13
to vagra...@googlegroups.com
Windows 7 Enterprise SP1
Oracle VM Virtual Box v4.2.16 r86992

I've created an Ubuntu 12.04 LTS VB using Vagrant ( Vagrantfile "vagrant up" ).

I Oracle VM VirtualBox Manager , the VB is shown as running. However, right-click > Close > ACPI Shutdown has no effect.

Anyone know why ?

Bruce Wang

unread,
Jul 26, 2013, 10:32:10 PM7/26/13
to vagra...@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'


--
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.
 
 



--
simple is good
http://brucewang.net
http://twitter.com/number5

John Grandy

unread,
Jul 26, 2013, 10:34:29 PM7/26/13
to vagra...@googlegroups.com
Thanks Bruce.  After "vagrant halt" what command brings it back up ?


--
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.

Bruce Wang

unread,
Jul 27, 2013, 3:29:22 AM7/27/13
to vagra...@googlegroups.com
That would be "vagrant up" again :)
You can find more about vagrant command line here http://docs.vagrantup.com/v2/cli/index.html
Or just run "vagrant help" to see what commands you can use.

Cheers,

mikolajr

unread,
Jun 12, 2014, 8:26:44 AM6/12/14
to vagra...@googlegroups.com, br...@brucewang.net
On Saturday, July 27, 2013 4:32:10 AM UTC+2, Bruce Wang wrote:
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'


 Hi,

Let me jump in this thread. I have exactly the same case.
However, my point is, that I want to distribute vagrant created VM to someone else. This person will use virtual box only - no vagrant at all. This is the reason I do need 'ACPI shutdown' working.
Do you know how can I enable it?

Bruce Wang

unread,
Jun 12, 2014, 9:39:51 AM6/12/14
to mikolajr, vagra...@googlegroups.com
Hi mikolajr,

If you want to distribute the VM without vagrant, you can use Virtualbox export feature (normally under File -> Export Appliance) to export VM to a OVA/OVF format then import to Virtualbox elsewhere. 
Or you can just copy the vm's vmdk file over.

Cheers,
Bruce

mikolajr .

unread,
Jun 12, 2014, 2:44:46 PM6/12/14
to vagra...@googlegroups.com
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.

Mikolaj

Alvaro Miranda Aguilera

unread,
Jun 14, 2014, 7:07:47 AM6/14/14
to vagra...@googlegroups.com

On Fri, Jun 13, 2014 at 2:19 AM, mikolajr . <mikolaj....@gmail.com> wrote:
install "acpid" package in Ubuntu guest installation. That daemon will take care of ACPI events and perform graceful machine shutdown when requested.

this information is pretty good, thanks for sharing back

Reply all
Reply to author
Forward
0 new messages