From owner-freebsd-xen@FreeBSD.ORG Mon Nov 29 15:06:20 2010 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 761451065674 for ; Mon, 29 Nov 2010 15:06:20 +0000 (UTC) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (ns1.scsiguy.com [70.89.174.89]) by mx1.freebsd.org (Postfix) with ESMTP id 36A398FC18 for ; Mon, 29 Nov 2010 15:06:19 +0000 (UTC) Received: from [192.168.0.6] (tumnus.scsiguy.com [192.168.0.6]) (authenticated bits=0) by aslan.scsiguy.com (8.14.4/8.14.4) with ESMTP id oATF6HQn089314 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 29 Nov 2010 08:06:18 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-ID: <4CF3C15D.6050105@scsiguy.com> Date: Mon, 29 Nov 2010 08:06:05 -0700 From: "Justin T. Gibbs" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Yuriy Kohut References: <4CED1799.6030608@scsiguy.com> <1290619446.2630.63.camel@home-yahoo> <1290781561.30429.289.camel@pow> <8E57474B-C39A-4B22-BDA5-373047093D8E@onapp.com> <4CF04C1E.2080906@scsiguy.com> <7AD6B2AA-AF37-4B09-AFC6-7447E9078F59@onapp.com> In-Reply-To: <7AD6B2AA-AF37-4B09-AFC6-7447E9078F59@onapp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-xen@freebsd.org" , "luke@hybrid-logic.co.uk" Subject: Re: Xen PV drivers for 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: Mon, 29 Nov 2010 15:06:20 -0000 On 11/29/2010 6:50 AM, Yuriy Kohut wrote: > Hi, > > I have just build XENHVM from RELANG_8 cvs tag. > > VM stuck on booting too. The last message in VNC console was: > ----- > xctrl0: on xenstore0 > ----- > > Could somebody please suggest ? I neglected to merge SVN revision 211236 into -stable, and this should be the cause of your hang. I just submitted the merge, but it will take a little while for it to be replicated into CVS. Once you've pulled down this revision (it updates sys/kern/subr_autoconf.c), can you rebuild, test, and report your results? Thanks, Justin