From owner-freebsd-xen@FreeBSD.ORG Mon Jan 16 17:00:14 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 3BC1E106566C; Mon, 16 Jan 2012 17:00:14 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id DCA2D8FC0C; Mon, 16 Jan 2012 17:00:13 +0000 (UTC) Received: from [127.0.0.1] (proxy7.corp.yahoo.com [216.145.48.98]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q0GGnkqR006669; Mon, 16 Jan 2012 08:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1326732586; bh=js4yVJv8YPuwHXUdpF2g9mjhdAt6N6KPLFG2NwTRp74=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=snVV4mIK31FK7NfN6quvg9cf3Wutl6x4MnvwsvlxgxJ2EmpEqEcS3E/M339s3R2RQ 8oPtOIGxE1nK2iMknsFzviSQbokTViO0OMINVMyw4Z+38dXFM/fpYdm6G4r6HE8/uv jxM0lPsGXqWRZS5cXy029o7AHPm29nHEH2I9b4BA= From: Sean Bruno To: Richard Kojedzinszky In-Reply-To: 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> Content-Type: text/plain; charset="UTF-8" Date: Mon, 16 Jan 2012 08:49:45 -0800 Message-ID: <1326732585.23249.14.camel@powernoodle-l7> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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: Mon, 16 Jan 2012 17:00:14 -0000 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