Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 17:30:56 -0800
From:      Peter Grehan <grehan@freebsd.org>
To:        Ronald Khoo <ronald@taufilms.com>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: bhyve: is SIGTERM ACPI shutdown supported on linux guests?
Message-ID:  <56E21FD0.8090708@freebsd.org>
In-Reply-To: <56E21E54.5060601@taufilms.com>
References:  <56E21E54.5060601@taufilms.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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?56E21FD0.8090708>