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-devel

[Xen-devel] xend doesn't start with xen-staging tip (on ubuntu 9.10 or 1

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xend doesn't start with xen-staging tip (on ubuntu 9.10 or 10.04)
From: Dulloor <dulloor@xxxxxxxxx>
Date: Thu, 17 Jun 2010 16:02:29 -0700
Delivery-date: Thu, 17 Jun 2010 16:03:33 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=SEKvAEDL52qMc2IGuCSNmJIi9dEx1PBSQVOqD2C2E+0=; b=ZUk62X0v3EshZqTIv+MtFYo795BLV+h1r48IQWwGVeCAlYHWxwhK2y6cgvGPHXHVqq NVEQUv6kk7FI+SkW2P6ydwtXYc1zsSkMNX3Cmrmgb41eprKGz/+3JHgx0wpwCn6YKaJN EMLQjici18ehJDSTXnY4Fu04d6GDHV8WwfA88=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fd/ac/V/G35OriZPuvAKWcoxd9C/1HUnWVYK38HsQDPRIDjLv0vBRGUVGqactKilVw 5DJyXSvUnm1l9m/9jPLY1FDSnM6AJCSLt75aVEgZ86XG5q94vQapLej+oyMaq9CWWuYt Nx2ANARP3YeO2s0cDbSw1KnDefl5Jh5Uk+F6Y=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I haven't tried starting xend in a while, but on staging tip xend
fails with the following in log :


[2010-06-17 15:55:27 2242] INFO (SrvDaemon:332) Xend Daemon started
[2010-06-17 15:55:28 2242] INFO (SrvDaemon:336) Xend changeset: Thu
Jun 17 08:53:12 2010 +0100 21632:764e41b09017.
[2010-06-17 15:55:28 2242] DEBUG (tcp:96) Listening on :8002
[2010-06-17 15:55:28 2242] INFO (XendNetwork:114) Not recreating
missing unmanaged network eth0
[2010-06-17 15:55:29 2242] DEBUG (XendCPUPool:747) recreate_active_pools
[2010-06-17 15:55:29 2242] ERROR (SrvDaemon:349) Exception starting
xend ((2, 'No such file or directory'))
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py",
line 341, in run
    servers = SrvServer.create()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvServer.py",
line 258, in create
    root.putChild('xend', SrvRoot())
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvRoot.py",
line 40, in __init__
    self.get(name)
  File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py",
line 84, in get
    val = val.getobj()
  File "/usr/local/lib/python2.6/dist-packages/xen/web/SrvDir.py",
line 52, in getobj
    self.obj = klassobj()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvNode.py",
line 30, in __init__
    self.xn = XendNode.instance()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
line 1176, in instance
    inst = XendNode()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
line 163, in __init__
    self._init_cpu_pools()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py",
line 377, in _init_cpu_pools
    XendCPUPool.recreate_active_pools()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCPUPool.py",
line 754, in recreate_active_pools
    uuid = xstransact.Read(path, 'uuid')
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py"
    uuid = xstransact.Read(path, 'uuid')
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
line 307, in Read
    return complete(path, lambda t: t.read(*args))
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
    t = xstransact(path)
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
    self.transaction = xshandle().transaction_start()
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
Error: (2, 'No such file or directory')
[2010-06-17 15:55:29 2240] INFO (SrvDaemon:220) Xend exited with status 1.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel