Re: bhyve: is SIGTERM ACPI shutdown supported on linux guests?

2016-03-10 Thread Peter Grehan

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.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: bhyve: is SIGTERM ACPI shutdown supported on linux guests?

2016-03-10 Thread Ronald Khoo


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.


___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"