I've got two machines that I though were identical that are having two
versions of the same problem. When I start xend, it logs "111,
'Connection Refused'" on one system and "2, 'No such file or direcotry'"
on the other. Both systems show the exact same stack trace in xend.log,
as show below, except for the last line (RuntimeError), which differ as
explained above.
I'm using xen-8885 on Gentoo Linux. I've also tried Xen 3.0.1. I have
the same package/version running on two other machines without issue.
If anyone has seen this or has ideas, please reply.
Thanks
hostname ~ # xend start
hostname ~ # cat /var/log/xend-debug.log
Exception starting xend: (111, 'Connection refused')
hostname ~ # cat /var/log/xend.log
[2006-02-21 13:42:14 xend] INFO (SrvDaemon:278) Xend Daemon started
[2006-02-21 13:42:14 xend] INFO (SrvDaemon:282) Xend changeset:
unavailable .
[2006-02-21 13:42:14 xend] ERROR (SrvDaemon:292) Exception starting xend
((111, 'Connection refused'))
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py",
line 286, in run
servers = SrvServer.create()
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvServer.py",
line 106, in create
root.putChild('xend', SrvRoot())
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvRoot.py",
line 40, in __init__
self.get(name)
File "/usr/lib/python2.3/site-packages/xen/web/SrvDir.py", line 82,
in get
val = val.getobj()
File "/usr/lib/python2.3/site-packages/xen/web/SrvDir.py", line 52,
in getobj
self.obj = klassobj()
File
"/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line
39, in __init__
self.xd = XendDomain.instance()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line
550, in instance
inst.init()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line
70, in init
xstransact.Mkdir(VMROOT)
File
"/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line
317, in Mkdir
complete(path, lambda t: t.mkdir(*args))
File
"/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line
323, in complete
t = xstransact(path)
File
"/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line
20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (111, 'Connection refused')
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|