From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kamala Narasimhan Subject: Re: libxl: error handling before xenstored runs Date: Wed, 09 Feb 2011 09:29:55 -0500 Message-ID: <4D52A4E3.7070907@gmail.com> References: <201102091213.06591.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201102091213.06591.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Christoph Egger wrote: > Hi! > > When I start a guest *before* xenstored runs > then I get this list of error messages: > > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 0: Bad file descriptor > libxl: error: libxl_device.c:116:libxl__device_generic_add xs transaction > failed: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 0: Bad file descriptor > libxl: error: libxl_device.c:116:libxl__device_generic_add xs transaction > failed: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 0: Bad file descriptor > libxl: error: libxl_device.c:116:libxl__device_generic_add xs transaction > failed: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 0: Bad file descriptor > libxl: error: libxl_device.c:116:libxl__device_generic_add xs transaction > failed: Bad file descriptor > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > xl: fatal error: libxl_create.c:487, rc=-3: libxl__create_device_model > libxl: error: libxl_xshelp.c:109:libxl__xs_get_dompath failed to get dompath > for 1: Bad file descriptor > libxl: error: libxl.c:675:libxl_domain_destroy non-existant domain -1 > > > IMO a simple message like "xenstored is not running." would be enough. > xl now has a check and newer versions of the toolstack should display similar message when you invoke an xl command. Is it possible you are using a slightly older version of the toolstack or directly invoking libxl library elsewhere? Kamala