From owner-freebsd-xen@FreeBSD.ORG Mon Mar 31 10:33:00 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EB08A60 for ; Mon, 31 Mar 2014 10:33:00 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF99088C for ; Mon, 31 Mar 2014 10:32:57 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.97,764,1389744000"; d="scan'208";a="116475267" Received: from accessns.citrite.net (HELO FTLPEX01CL02.citrite.net) ([10.9.154.239]) by FTLPIPO01.CITRIX.COM with ESMTP; 31 Mar 2014 10:32:50 +0000 Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.79) with Microsoft SMTP Server id 14.2.342.4; Mon, 31 Mar 2014 06:32:48 -0400 Message-ID: <5339444A.80605@citrix.com> Date: Mon, 31 Mar 2014 12:32:42 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Big Lebowski , Subject: Re: Terrible performance of XenServer 6.2 and FreeBSD 10.0-RELEASE guest References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list 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: Mon, 31 Mar 2014 10:33:00 -0000 On 29/03/14 15:17, Big Lebowski wrote: > In addition to that, I've also noticed that even with xe guest utilitiest > installed and started, neither halt nor shutdown -h now are working (they > seem to stop the guest OS, but the vm stays up for the hypervisor and needs > to be forced to shutdown/restart) and that the XenCenter console is not > refreshing properly (it requires some additional movement, like cursor keys > being used to refresh the screen). I think you want `shutdown -p now`, which will poweroff the machine (-h just halts it). Roger.