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 ((2, 'No such file or directory'))"

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] "Exception starting xend ((2, 'No such file or directory'))" - what file?
From: "Dick Davies" <rasputnik@xxxxxxxxx>
Date: Thu, 11 May 2006 11:23:33 +0100
Delivery-date: Thu, 11 May 2006 03:24:08 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=h6rPINSE7SfHSIcwtmcdMu3Uo9DzL2MbicnVI6sgMNpmT5cp3kpwM5zQU4H4WidE8K6pu57teKN5m/9IaxNby3Ca5STTOMWz6YaBffk0lMkvy8vKtx4wW3yCqCKkO9KTaUd0Jz+bipGoTS4HIV92LYC7JW0vk9zx87igrlbB0YI=
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 can't get xend to start and could do with some help.

this is the stock 30.2 release. it was working fine on ubuntu breezy,
and since I've updated to dapper it's boned...

The odd thing is, if I run the installer, I can start xend ok. but when
I reboot it's broken again.

I'm guessing a directory is being deleted by ubuntu at reboot time -
is there an easy way to figure out what exactly xend is trying to open?

[2006-05-11 11:17:21 xend] INFO (SrvDaemon:278) Xend Daemon started
[2006-05-11 11:17:21 xend] INFO (SrvDaemon:282) Xend changeset: Thu
Apr 13 15:18:37 2006 +0100 9617:5802713c159b.
[2006-05-11 11:17:21 xend] ERROR (SrvDaemon:292) Exception starting
xend ((2, 'No such file or directory'))
Traceback (most recent call last):
 File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 286, in run
   servers = SrvServer.create()
 File "/usr/lib/python/xen/xend/server/SrvServer.py", line 108, in create
   root.putChild('xend', SrvRoot())
 File "/usr/lib/python/xen/xend/server/SrvRoot.py", line 40, in __init__
   self.get(name)
 File "/usr/lib/python/xen/web/SrvDir.py", line 82, in get
   val = val.getobj()
 File "/usr/lib/python/xen/web/SrvDir.py", line 52, in getobj
   self.obj = klassobj()
 File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 39, in __init__
   self.xd = XendDomain.instance()
 File "/usr/lib/python/xen/xend/XendDomain.py", line 582, in instance
   inst.init()
 File "/usr/lib/python/xen/xend/XendDomain.py", line 70, in init
   xstransact.Mkdir(VMROOT)
 File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 317, in Mkdir
   complete(path, lambda t: t.mkdir(*args))
 File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 323, in complete
   t = xstransact(path)
 File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__
   self.transaction = xshandle().transaction_start()
 File "/usr/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
   xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (2, 'No such file or directory')
(END)

--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/

_______________________________________________
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 ((2, 'No such file or directory'))" - what file?, Dick Davies <=