From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Xen HVM Guest fails (errors) to launch on Opensuse 12.2's Xen 4.2 + 'xl' toolstack Date: Mon, 1 Oct 2012 16:52:27 +0200 Message-ID: <20121001145227.GA27262@aepfle.de> References: <1348877636.5025.140661134113513.411BDE92@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1348877636.5025.140661134113513.411BDE92@webmail.messagingengine.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Sep 28, ar16@imapmail.org wrote: > Atm, the guest is failing to launch, with a series of errors: > > ... > libxl: error: libxl_create.c:901:domcreate_rebuild_done: cannot > (re-)build domain: -3 This is caused by an incorrect patch in the xen package, libxl__build_hvm() returns an error unconditional. Olaf