From owner-freebsd-xen@FreeBSD.ORG Tue Jan 3 20:04:44 2012 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 D3790106566C for ; Tue, 3 Jan 2012 20:04:44 +0000 (UTC) (envelope-from krichy@tvnetwork.hu) Received: from smtp-b.tvnetwork.hu (smtp-b.tvnetwork.hu [109.61.0.52]) by mx1.freebsd.org (Postfix) with SMTP id 1E17E8FC0C for ; Tue, 3 Jan 2012 20:04:43 +0000 (UTC) Received: (qmail 16852 invoked by uid 1001); 3 Jan 2012 21:04:42 +0100 Received: from 109.61.101.194 by smtp-b.tvnetwork.hu (envelope-from , uid 64011) with qmail-scanner-1.25st (clamdscan: 0.88.1/1396. spamassassin: 3.0.3. perlscan: 1.25st. Clear:RC:1(109.61.101.194):SA:0(-2.9/5.0):. Processed in 2.15442 secs); 03 Jan 2012 20:04:42 -0000 X-Spam-Status: No, hits=-2.9 required=5.0 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp-b.tvnetwork.hu X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Envelope-From: krichy@tvnetwork.hu Received: from unknown (HELO krichy.tvnetwork.hu) (109.61.101.194) by smtp-b.tvnetwork.hu with SMTP; 3 Jan 2012 21:04:40 +0100 Received: by krichy.tvnetwork.hu (Postfix, from userid 1000) id 44CE1251FD8; Tue, 3 Jan 2012 21:04:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by krichy.tvnetwork.hu (Postfix) with ESMTP id 3E67821D; Tue, 3 Jan 2012 21:04:40 +0100 (CET) Date: Tue, 3 Jan 2012 21:04:40 +0100 (CET) From: Richard Kojedzinszky To: Sean Bruno In-Reply-To: <1325620827.6073.2853.camel@hitfishpass-lx.corp.yahoo.com> Message-ID: References: <1325606428.6073.2615.camel@hitfishpass-lx.corp.yahoo.com> <1325608141.6073.2646.camel@hitfishpass-lx.corp.yahoo.com> <1325620827.6073.2853.camel@hitfishpass-lx.corp.yahoo.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-xen@freebsd.org" Subject: Re: 8.2 releng 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: Tue, 03 Jan 2012 20:04:44 -0000 Dear Sean, Many thanks for your help. My intention was to make a kernel with as less functionality as needed, that is why I stripped it. But the first problem arise when compilation failed, only succeeded with WERROR= to make. Maybe that could be a clue. Regards, Kojedzinszky Richard Euronet Magyarorszag Informatikai Zrt. On Tue, 3 Jan 2012, Sean Bruno wrote: > Date: Tue, 03 Jan 2012 12:00:27 -0800 > From: Sean Bruno > To: Richard Kojedzinszky > Cc: "freebsd-xen@freebsd.org" > Subject: Re: 8.2 releng > > On Tue, 2012-01-03 at 11:55 -0800, Richard Kojedzinszky wrote: >> bootloader = "/usr/lib/xen-4.0/bin/pygrub" > > Ok, let me see if I can get a Xen 4 Dom0 working in the cluster today. > I don't think that I've seen any issues with a Xen 3.4.3 Dom0. > > Sean >