From owner-freebsd-xen@FreeBSD.ORG Mon Apr 30 21:13:36 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60C4F106566B for ; Mon, 30 Apr 2012 21:13:36 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.213.67.47]) by mx1.freebsd.org (Postfix) with ESMTP id 307648FC08 for ; Mon, 30 Apr 2012 21:13:36 +0000 (UTC) Received: from localhost (unknown [172.16.100.24]) by mail.barafranca.com (Postfix) with ESMTP id AB219503; Mon, 30 Apr 2012 21:08:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at barafranca.com Received: from mail.barafranca.com ([172.16.100.24]) by localhost (mail.barafranca.com [172.16.100.24]) (amavisd-new, port 10024) with ESMTP id g5jOzrAuUBAU; Mon, 30 Apr 2012 21:07:31 +0000 (UTC) Received: from [192.168.1.1] (a89-152-174-115.cpe.netcabo.pt [89.152.174.115]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTPSA id 361DE475; Mon, 30 Apr 2012 21:07:30 +0000 (UTC) Message-ID: <4F9EFF0E.70507@barafranca.com> Date: Mon, 30 Apr 2012 22:07:26 +0100 From: Hugo Silva User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Casey Scott References: <6cfd07be-8835-4c5d-8e77-50184d6d7273@bearcat.phantombsd.org> In-Reply-To: <6cfd07be-8835-4c5d-8e77-50184d6d7273@bearcat.phantombsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: Considering FBSD as Xen host X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Apr 2012 21:13:36 -0000 On 04/30/12 17:56, Casey Scott wrote: > I'm currently running Xen on Centos 6, but would prefer using FBSD. I've read the FreeBSD/Xen wiki, but can't find much more information. In general, is Xen fairly mature on FBSD? Are there any gotchas, etc? > > > Casey > _______________________________________________ > freebsd-xen@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-xen > To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org" FreeBSD doesn't have support for dom0. domU support works (HVM+PV), altough last time I tried (9.0-BETA1, I think) it had problems keeping time. NetBSD/Xen works well for dom0, altough for lvm support you'd need to run -current for now. Regards, Hugo