bhyve: is SIGTERM ACPI shutdown supported on linux guests?

Ronald Khoo ronald at taufilms.com
Fri Mar 11 01:44:48 UTC 2016


That did it.

Thank you!
ronald

On 03/11/2016 09:30 AM, Peter Grehan wrote:
>> 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