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] XEN 3.0.1 on Dapper : Error: (2, 'No such file or directory'

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] XEN 3.0.1 on Dapper : Error: (2, 'No such file or directory')
From: PUCCETTI Armand <armand.puccetti@xxxxxx>
Date: Wed, 17 May 2006 18:12:37 +0200
Delivery-date: Wed, 17 May 2006 09:13:26 -0700
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
User-agent: Thunderbird 1.5 (X11/20060309)
Moving to an EMT64 machine, I recompiled XEN 3.0.1 on an Ubuntu Dapper Beta system.

Now, when I boot XEN and start xend, it seems fine, but when I do

$ xm list

I get the message: Error: Error connecting to xend: No such file or directory. Is xend running?

It seems that xend did not start successfully, as indicated in the xend.log file, below.

Notice, this error is apparently the same as in post
http://lists.xensource.com/archives/html/xen-users/2006-04/msg00518.html


I have tried out what has been suggested in that post's replies, but no luck.

Thanks for any help.


Armand Puccetti



[2006-05-17 17:30:03 xend] INFO (SrvDaemon:185) Xend stopped due to signal 15.
[2006-05-17 17:30:03 xend] INFO (SrvDaemon:278) Xend Daemon started
[2006-05-17 17:30:03 xend] INFO (SrvDaemon:282) Xend changeset: Tue Jan 31 11:04:12 2006 +0100 8738:eff96462fde8. [2006-05-17 17:30:03 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 106, 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 550, 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()




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] XEN 3.0.1 on Dapper : Error: (2, 'No such file or directory'), PUCCETTI Armand <=