Date: Fri, 11 Mar 2016 09:44:44 +0800 From: Ronald Khoo <ronald@taufilms.com> To: Peter Grehan <grehan@freebsd.org> Cc: freebsd-virtualization@freebsd.org Subject: Re: bhyve: is SIGTERM ACPI shutdown supported on linux guests? Message-ID: <56E2230C.6080003@taufilms.com> In-Reply-To: <56E21FD0.8090708@freebsd.org> References: <56E21E54.5060601@taufilms.com> <56E21FD0.8090708@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56E2230C.6080003>