From owner-freebsd-xen@FreeBSD.ORG Tue Oct 9 22:30:08 2012 Return-Path: Delivered-To: freebsd-xen@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA5DC291 for ; Tue, 9 Oct 2012 22:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id C30C18FC1B for ; Tue, 9 Oct 2012 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q99MU8pU042609 for ; Tue, 9 Oct 2012 22:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q99MU8kH042606; Tue, 9 Oct 2012 22:30:08 GMT (envelope-from gnats) Date: Tue, 9 Oct 2012 22:30:08 GMT Message-Id: <201210092230.q99MU8kH042606@freefall.freebsd.org> To: freebsd-xen@FreeBSD.org Cc: From: Mark Felder Subject: Re: kern/171118: [xen] FreeBSD XENHVM guest doesn't shutdown cleanly X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Felder List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:30:08 -0000 The following reply was made to PR kern/171118; it has been noted by GNATS. From: Mark Felder To: bug-followup@freebsd.org Cc: Subject: Re: kern/171118: [xen] FreeBSD XENHVM guest doesn't shutdown cleanly Date: Mon, 8 Oct 2012 16:35:26 -0500 NetBSD's documentation mentions a similar issue and their workaround is to enable the NetBSD powerd daemon in rc.conf. Perhaps we can figure out what their powerd daemon is doing so we can have a workaround? We can't run powerd as a domU because it's looking for cpufreq settings that aren't in sysctl. http://www.netbsd.org/ports/xen/howto.html > It is also desirable to add > powerd=YES > > in rc.conf. This way, the domain will be properly shut down if xm > shutdown -Ror xm shutdown -H is used on the domain0.