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] xend not starting on RHEL4 and FC4 on x86_64 (AMD64)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend not starting on RHEL4 and FC4 on x86_64 (AMD64)
From: Thomas Baumann <tom@xxxxxxx>
Date: Fri, 10 Mar 2006 22:05:11 +0100
Delivery-date: Fri, 10 Mar 2006 21:06:24 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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: Internet Messaging Program (IMP) 3.2.1
I created RPM Packages for the Kernel and the Xen Tools. You can Download these
at 

http://inhalt.serviert.de/wissen/gpl/xen/xen_installation_on_redhat_enterprise_linux

But currently I have a problem to start xend. How can I trace more - or
see more debug-Infos ? Kernelbase is 2.6.15.

When running service xend start I get the following error 

(xend-debug.log)
Exception starting xend: (111, 'Connection refused')

(xend.log)
[2006-03-10 22:02:43 xend] INFO (SrvDaemon:278) Xend Daemon started
[2006-03-10 22:02:43 xend] INFO (SrvDaemon:282) Xend changeset: unavailable .
[2006-03-10 22:02:43 xend] ERROR (SrvDaemon:292) Exception starting xend ((111,
'Connection refused'))
Traceback (most recent call last):
  File "/usr/lib64/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line
286, in run
    servers = SrvServer.create()
  File "/usr/lib64/python2.3/site-packages/xen/xend/server/SrvServer.py", line
106, in create
    root.putChild('xend', SrvRoot())
  File "/usr/lib64/python2.3/site-packages/xen/xend/server/SrvRoot.py", line 40,
in __init__
    self.get(name)
  File "/usr/lib64/python2.3/site-packages/xen/web/SrvDir.py", line 82, in get
    val = val.getobj()
  File "/usr/lib64/python2.3/site-packages/xen/web/SrvDir.py", line 52, in 
getobj
    self.obj = klassobj()
  File "/usr/lib64/python2.3/site-packages/xen/xend/server/SrvDomainDir.py",
line 39, in __init__
    self.xd = XendDomain.instance()
  File "/usr/lib64/python2.3/site-packages/xen/xend/XendDomain.py", line 550, in
instance
    inst.init()
  File "/usr/lib64/python2.3/site-packages/xen/xend/XendDomain.py", line 70, in 
init
    xstransact.Mkdir(VMROOT)
  File "/usr/lib64/python2.3/site-packages/xen/xend/xenstore/xstransact.py",
line 317, in Mkdir
    complete(path, lambda t: t.mkdir(*args))
  File "/usr/lib64/python2.3/site-packages/xen/xend/xenstore/xstransact.py",
line 323, in complete
    t = xstransact(path)
  File "/usr/lib64/python2.3/site-packages/xen/xend/xenstore/xstransact.py",
line 20, in __init__
    self.transaction = xshandle().transaction_start()
  File "/usr/lib64/python2.3/site-packages/xen/xend/xenstore/xsutil.py", line
18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (111, 'Connection refused')

Thanks for any help in advance.

Thomas.

-- 
Thomas Baumann 
Dipl.-Betriebswirt (BA)

tiri.li information technology
Postfach 11 01 15
D-64216 Darmstadt
fon +49 (0) 7000 - 66 464 66
fax +49 (0) 70000 - 329 329
http://www.tiri.li

This email and any attachments are confidential and are 
intended only for the addressee. If you are not the 
intended recipient of this email and have received it 
in error, please notify the sender immediately by reply 
email and then delete it from your system. 



-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xend not starting on RHEL4 and FC4 on x86_64 (AMD64), Thomas Baumann <=