From owner-freebsd-xen@FreeBSD.ORG Thu Nov 5 08:26:56 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 352AA106566C for ; Thu, 5 Nov 2009 08:26:56 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id B591C8FC2F for ; Thu, 5 Nov 2009 08:26:55 +0000 (UTC) Received: by bwz5 with SMTP id 5so546320bwz.3 for ; Thu, 05 Nov 2009 00:26:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=YDII22pUFNy9jddFlakCqz33MT7f8Coegr2NOUQA6Z4=; b=IWdGBFTWbyrz3gYXdL0nw2ZaRiKxeOVlDg8gfETlH/ep5MghuNFMcpPDidF3EJNOZ5 DP6k58gD3jdOpIYqD2f2MvN+vY9uqOs2CH8Lw0I5dApgprtDDEkreCrgQgJxxdnSsGDb PcT739j9bVqDDtzb999XSnAdDmMyXdIwn/3pQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=SUOfdNgd1KrN+NYEZx27+MZgn8i4Z2yMyu7Hxpjc+YOjnFVG9vjPYTvIxHziEl4dfQ AFvgmI2ZKmOsMsphAioVneNNM3KEbi5bMyE4Ez4u4WRIMJ7PPsvwooS4A1FSEbmca03h 2Kok1XYus0azAT5Ji9Hd6+g8sKZKSUyeLFU98= Received: by 10.204.24.69 with SMTP id u5mr2646416bkb.1.1257409613397; Thu, 05 Nov 2009 00:26:53 -0800 (PST) Received: from ?192.168.2.100? (p5B163E5C.dip.t-dialin.net [91.22.62.92]) by mx.google.com with ESMTPS id 21sm1325697fks.39.2009.11.05.00.26.52 (version=SSLv3 cipher=RC4-MD5); Thu, 05 Nov 2009 00:26:52 -0800 (PST) From: "Mr. Olli" To: Martin Cracauer In-Reply-To: <20091104204433.GA19002@cons.org> References: <358c9f370911041214k16dbcb1agc422644426690974@mail.gmail.com> <20091104204433.GA19002@cons.org> Content-Type: text/plain Date: Thu, 05 Nov 2009 08:19:17 +0100 Message-Id: <1257405557.2923.91.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: Getting started with FreeBSD 8.0 RC2 on Xen X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com 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: Thu, 05 Nov 2009 08:26:56 -0000 Hi, I'm planing on installing the same scenario but with intel processor. opensolaris is a good choice because it has XEN and ZFS in stable state. Why is XEN-3.4 hypervisor needed? Is it already available for opensolaris? Regards, --- Mr. Olli On Wed, 2009-11-04 at 15:44 -0500, Martin Cracauer wrote: > Allan wrote on Wed, Nov 04, 2009 at 03:14:24PM -0500: > > Hello, > > > > I would like to properly run FreeBSD 8 on my installation of Xen. I've got > > an AMD X2 processor and 8GB of ram on my host system. It's running > > OpenSolaris xVM svn_124. > > > > Xen information: > > Using library: libvir 0.6.0 > > Using API: Xen 3.0.1 > > Running hypervisor: Xen 3.3 > > You will need Xen 3.4 unless that changed recently. The easiest way > to get that and a matching Dom0 is installing Debian/unstable. > > Martin