From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: dom0 kenrel crashes for openstack + libvirt + libxl Date: Mon, 17 Nov 2014 12:40:47 +0000 Message-ID: <1416228047.5466.14.camel@citrix.com> References: <54648EB3.8040703@citrix.com> <1415955718.31613.34.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: Xing Lin , Roger Pau =?ISO-8859-1?Q?Monn=E9?= , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2014-11-17 at 12:35 +0000, Stefano Stabellini wrote: > Many thanks for your efforts! > > By any chance instead of rebuilding xen from source, have you tried > installing xen-system-amd64 (apt-get install xen-system-amd64), the xen > package for ubuntu? From https://launchpadlibrarian.net/183469597/buildlog_ubuntu-trusty-i386.nova_1%3A2014.2~b2-0ubuntu1~cloud0_UPLOADING.txt.gz the nova-compute-xen package depends on: Depends: nova-compute-libvirt (= 1:2014.2~b2-0ubuntu1~cloud0), xen-system-amd64 | xen-system-i386 so I think this is already happening. I think the issue is that the Debian/Ubuntu packages don't use xencommons and therefore haven't yet picked up the stuff to start dom0's qemu (see my other reply). Ian.