WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Exception starting xend on a FC8 system

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Exception starting xend on a FC8 system
From: "Argyro Andreou" <argyro.andreou@xxxxxxxxx>
Date: Thu, 28 Feb 2008 12:05:14 -0500
Delivery-date: Thu, 28 Feb 2008 09:06:09 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sRHTAPMCCX3XrgWZ/y+eeu3rwY72s96rA9drvvq03Z4=; b=k150CJ48sV/Y/GjLZHaL6q5Fj9/35vUAuV5ECotD+RjzLiN1Nq8HvaZEKMH+ThqtjG+xoKKNDArOYOACDCmRyjc4V79Bt/2KLEKmSWk+44f0gZH9xm3tTecmTPxBr/F5ibGDkQz56JlFoQt9zDdEAirv6j3qt875pcvoYay5wew=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=MbomqCzCdzDUuOjN4zFwx2F42oofnTHdGL0SXBYkPBJoamJcAckMsmDq4brVt32GaiWNyBpeegEW12QHrYK017Y139e/+nP86qYsoZXmrCQiIFYbBouDEEm4Z12AZjE84dCNetqo9fTBpi8ngSmXG5H9zrczOeOPziyZbSTLEs4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I'm trying to run Xen 3.2 on a FC8 system using python 2.5 . I compiled xen from source.

When I do xend start the daemon does not start.

This is what I get in the xend.log:
-----------------------------------------------------------------
2008-02-15 10:08:59 5825] INFO (SrvDaemon:219) Xend exited with status 1.
[2008-02-15 12:42:04 2752] INFO (SrvDaemon:331) Xend Daemon started
[2008-02-15 12:42:04 2752] INFO (SrvDaemon:335) Xend changeset: Wed Feb 06 10:06:35 2008 +0000 16759:d26b1b777fde.
[2008-02-15 12:42:04 2752] INFO (SrvDaemon:342) Xend version: Unknown.
[2008-02-15 12:42:04 2752] ERROR (SrvDaemon:353) Exception starting xend ((2, 'No such file or directory'))
Traceback (most recent call last):
  File "//usr/lib64/python/xen/xend/server/SrvDaemon.py", line 345, in run
    servers = SrvServer.create()
  File "//usr/lib64/python/xen/xend/server/SrvServer.py", line 251, in create
    root.putChild('xend', SrvRoot())
  File "//usr/lib64/python/xen/xend/server/SrvRoot.py", line 40, in __init__
    self.get(name)
  File "//usr/lib64/python/xen/web/SrvDir.py", line 82, in get
    val = val.getobj()
  File "//usr/lib64/python/xen/web/SrvDir.py", line 52, in getobj
    self.obj = klassobj()
  File "//usr/lib64/python/xen/xend/server/SrvDomainDir.py", line 41, in __init__
    self.xd = XendDomain.instance()
  File "//usr/lib64/python/xen/xend/XendDomain.py", line 1620, in instance
    inst.init()
  File "//usr/lib64/python/xen/xend/XendDomain.py", line 109, in init
    xstransact.Mkdir(XS_VMROOT)
  File "//usr/lib64/python/xen/xend/xenstore/xstransact.py", line 355, in Mkdir
    complete(path, lambda t: t.mkdir(*args))
  File "//usr/lib64/python/xen/xend/xenstore/xstransact.py", line 361, in complete
    t = xstransact(path)
  File "//usr/lib64/python/xen/xend/xenstore/xstransact.py", line 29, in __init__
    self.transaction = xshandle().transaction_start()
  File "//usr/lib64/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
Error: (2, 'No such file or directory')
-----------------------------------------------------------------------
It's trying to locate a file but it doesn't exist in its path.

Any idea which file it's looking for and why it can't find it? I haven't moved around any files or anything like that.  Any idea how I need to modify my path to get it to work?

Also in the debug-log I get:
---------------------------------------------------------
Exception starting xend: (2, 'No such file or directory')
Xend started at Tue Feb 26 10:00:09 2008.
sh: brctl: command not found
sh: brctl: command not found
-------------------------------------------------------------
I do have bridge-utils installed.

Following is list of file location that I suspect it might be looking for. Let me know if any path seems weird:
--------------------------------------------------------------------------------------------------------------------------------------
/usr/lib64/xen/bin/xenconsole
/usr/sbin/xenconsoled
/usr/sbin/xentop
/usr/sbin/xend

Regards
Argyro




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Exception starting xend on a FC8 system, Argyro Andreou <=