From owner-freebsd-xen@FreeBSD.ORG Tue Jan 17 23:01:33 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 420C5106566C for ; Tue, 17 Jan 2012 23:01:33 +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 800AB8FC16 for ; Tue, 17 Jan 2012 23:01:31 +0000 (UTC) Received: (qmail 16232 invoked by uid 1001); 18 Jan 2012 00:01:30 +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.619476 secs); 17 Jan 2012 23:01:30 -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; 18 Jan 2012 00:01:27 +0100 Received: by krichy.tvnetwork.hu (Postfix, from userid 1000) id 87BCA3FD5; Wed, 18 Jan 2012 00:01:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by krichy.tvnetwork.hu (Postfix) with ESMTP id 828DA4F; Wed, 18 Jan 2012 00:01:27 +0100 (CET) Date: Wed, 18 Jan 2012 00:01:27 +0100 (CET) From: Richard Kojedzinszky To: Sean Bruno In-Reply-To: <1326732585.23249.14.camel@powernoodle-l7> 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> <1326732585.23249.14.camel@powernoodle-l7> 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, 17 Jan 2012 23:01:33 -0000 Dear Sean, I've applied the patches to 8.2/releng, but as I am not an xen/i386 expert, some patches may got applied wrong. Although the kernel did compile, it did not boot, just crashed. regards, Kojedzinszky Richard Euronet Magyarorszag Informatikai Zrt. On Mon, 16 Jan 2012, Sean Bruno wrote: > Date: Mon, 16 Jan 2012 08:49:45 -0800 > From: Sean Bruno > To: Richard Kojedzinszky > Cc: "freebsd-xen@freebsd.org" > Subject: Re: 8.2 releng > > On Mon, 2012-01-16 at 02:58 -0800, Richard Kojedzinszky wrote: >> Dear Sean, >> >> I've investigated the problem, and found the following: >> >> When starting with >> # xm create -c /dev/null kernel=/home/krichy/kernel extra="kern.hz=100" >> memory=464 >> >> The kernel boots up, but when adding only one more MB to it, as: >> # xm create -c /dev/null kernel=/home/krichy/kernel extra="kern.hz=100" >> memory=465 >> >> it does crash. >> >> The config is the simple one I've attached previously, with pf and pflog >> disabled. But again, if I enable pf and pflog, the domain starts with >> 512MB ram well. >> >> Regards, > > > > Ah, this one! Alan has resolved these issues in xen on -current at the > moment. I suspect an MFC is coming soon: > > http://svnweb.freebsd.org/base/head/sys/i386/xen/?view=log > > If you want to try r229007, r228935, r228923, r228747, r228746 and > r228522 on stable/8 we'd appreciate the testing. > > Sean >