bhyve: is SIGTERM ACPI shutdown supported on linux guests?

Peter Grehan grehan at freebsd.org
Fri Mar 11 01:31:08 UTC 2016


> I'm on 10.2-RELEASE.   sending SIGTERM to a FreeBSD guest bhyve shuts it
> down as expected, but my CentOS 6 guest does nothing.
>
> Is this expected to work?

  It isn't enabled by default on centos6. You'll have to do something 
like this in your guest:

     yum -y install acpid
     chkconfig acpid on
     service acpid start

later,

Peter.


More information about the freebsd-virtualization mailing list