From owner-freebsd-xen@FreeBSD.ORG Wed Nov 30 11:19:12 2011 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 8BC46106566C for ; Wed, 30 Nov 2011 11:19:12 +0000 (UTC) (envelope-from mric@chamal.fr) Received: from mail4.gandi.net (mail4.gandi.net [217.70.183.210]) by mx1.freebsd.org (Postfix) with ESMTP id 4548D8FC08 for ; Wed, 30 Nov 2011 11:19:12 +0000 (UTC) Received: from localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) by mail4.gandi.net (Postfix) with ESMTP id E5D61120AC3; Wed, 30 Nov 2011 12:02:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfiltercorp1-d.gandi.net Received: from mail4.gandi.net ([217.70.183.210]) by localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) (amavisd-new, port 10024) with ESMTP id VyDYdsyrTBBu; Wed, 30 Nov 2011 12:02:10 +0100 (CET) Received: from tao.gandi.net (tao.gandi.net [217.70.181.40]) by mail4.gandi.net (Postfix) with ESMTP id DD8DE120A73; Wed, 30 Nov 2011 12:02:10 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=iso-8859-1 From: Aymeric Barantal In-Reply-To: Date: Wed, 30 Nov 2011 12:02:10 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: George Ember X-Mailer: Apple Mail (2.1084) Cc: freebsd-xen@freebsd.org Subject: Re: Setup xen into FreeBSD 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: Wed, 30 Nov 2011 11:19:12 -0000 Le 30 nov. 2011 =E0 10:18, George Ember a =E9crit : > Hi. I want to setup xen into FreeBSD. I use FreeBSD 9 CURRENT. > I fetch Xen latest tarball. Xen needs this dependencies to be built: > Code: >=20 > * GCC v3.4 or later > * GNU Make > * GNU Binutils > * Development install of zlib (e.g., zlib-dev) > * Development install of Python v2.3 or later (e.g., python-dev) > * Development install of curses (e.g., libncurses-dev) > * Development install of openssl (e.g., openssl-dev) > * Development install of x11 (e.g. xorg-x11-dev) > ** Development install of uuid (e.g. uuid-dev) > * bridge-utils package (/sbin/brctl) > * iproute package (/sbin/ip) > * hotplug or udev* > * GNU bison and GNU flex > * GNU gettext > * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & = bcc debs) > * ACPI ASL compiler (iasl) >=20 > With *bold* are the dependencies that I cannot find. Any idea? > I want to setup Xen on FreeBSD. *Not to install FreeBSD on a Xen = machine > running Linux*. > How to do this? There is no support for a Xen hypervisor running on a Freebsd host. You should try instead bhyve (http://wiki.freebsd.org/BHyVe) which=20 is the native freebsd hypervisor. Or also take a look in ports for virtualbox which is also an hypervisor to run guest VM. Sincerly, --=20 Aymeric Barantal=