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 start / Connection refused

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Xen start / Connection refused
From: "Robbie Garertt" <rgarrett@xxxxxxxxxxxxxx>
Date: Thu, 10 Jun 2010 13:00:26 -0400
Delivery-date: Thu, 10 Jun 2010 10:03:01 -0700
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcsIvmwxC66yG/gbRCq8FX7TIBpFqg==
Thread-topic: Xen start / Connection refused
Hey all,
 
I was getting the issue where the kernel was trying to do checksum on non-TCP/UDP packet (for my console was being flooded with these messages). Reading the dev list I found that there was a patch for this and was forgotten about and was then pushed to the file we all download to compile Xen.
 
So I re-compiled Xen and am now getting the following issue. I'm currently using debian 5
 
[2010-06-10 12:34:18 4114] INFO (SrvDaemon:220) Xend exited with status 1.
[2010-06-10 12:41:56 4467] INFO (SrvDaemon:332) Xend Daemon started
[2010-06-10 12:41:56 4467] INFO (SrvDaemon:336) Xend changeset: unavailable.
[2010-06-10 12:41:58 4467] ERROR (SrvDaemon:349) Exception starting xend ((111, 'Connection refused'))
Traceback (most recent call last):
  File "usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py", line 341, in run
    servers = SrvServer.create()
  File "usr/lib/python2.5/site-packages/xen/xend/server/SrvServer.py", line 251, in create
    root.putChild('xend', SrvRoot())
  File "usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot.py", line 40, in __init__
    self.get(name)
  File "usr/lib/python2.5/site-packages/xen/web/SrvDir.py", line 84, in get
    val = val.getobj()
  File "usr/lib/python2.5/site-packages/xen/web/SrvDir.py", line 52, in getobj
    self.obj = klassobj()
  File "usr/lib/python2.5/site-packages/xen/xend/server/SrvNode.py", line 30, in __init__
    self.xn = XendNode.instance()
  File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 1141, in instance
    inst.save()
  File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 578, in save
    self.save_networks()
  File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 594, in save_networks
    for network_uuid in XendNetwork.get_all()])
  File "usr/lib/python2.5/site-packages/xen/xend/XendBase.py", line 102, in get_record
    for key in keys])
  File "usr/lib/python2.5/site-packages/xen/xend/XendNetwork.py", line 196, in get_VIFs
    vms = XendDomain.instance().get_all_vms()
  File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 1882, in instance
    inst.init()
  File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 114, in init
    xstransact.Mkdir(XS_VMROOT)
  File "usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.py", line 355, in Mkdir
    complete(path, lambda t: t.mkdir(*args))
  File "usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.py", line 361, in complete
    t = xstransact(path)
  File "usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.py", line 29, in __init__
    self.transaction = xshandle().transaction_start()
  File "usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle
    xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2010-06-10 12:41:58 4466] INFO (SrvDaemon:220) Xend exited with status 1.
 
Robbie Garrett
Operational Lead
www.hostourweb.com
877-811-5058
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>