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

Re: [Xen-users] Xen start / Connection refused

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen start / Connection refused
From: Tom Fritz <tfritz@xxxxxxxxx>
Date: Fri, 11 Jun 2010 23:45:09 -0500 (CDT)
Delivery-date: Fri, 11 Jun 2010 21:46:23 -0700
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=novia.net; s=mail; t=1276317906; bh=tblX32j8wh2FzLK5TBySDxJmL/B4qlRjiuV6Q5wjwH8=; h=Date:From:To:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=ghSl2BTp9VbDUNVYVK6F5djde6CIcE35p5F/RWpk0baqOgGbQjNOQv5u1orGmlG3c x5X1StIER2YT2a7eT26tmgQZXFf2wp5DuDj8LQs3jsZxL95npwblalsCXkYWZgZnmH XOql7jjq5+5qE6+ny/TxH75QX9AmTOnqseTJRT6E=
Domainkey-signature: a=rsa-sha1; s=mail; d=novia.net; c=nofws; q=dns; h=received:x-authentication-warning:date:from:to:subject: in-reply-to:message-id:references:organization:mime-version:content-type; b=NamIUmv1EQGpPD/Z3MVQWUAXxXGAdFJKLaeH/hTzHjju+XCaD69kpZq+g3+9xjIv7 cmRZaQFGze1bProTKOdEospsYPeEaQNhcGHsXed7MvAGO/9jiHrG6BYDc5Z74cltft/ kN0rdYLP1gcXYZXz0md09T8U0lZoF7UbY7GFo4A=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <67C84CCFBA7570459B81345BA19100052D8A@xxxxxxxxxxxxxxxxxxxxx>
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>
Organization: Novia Internetworking
References: <67C84CCFBA7570459B81345BA19100052D8A@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


I had the same problem on two machines that I grabbed from Jeremy's git repo. I have another machine that has an older (a few days) version of the same files and it compiles fine. I tar balled the working files and moved them to the machines that that don't compile and they compile fine. Some thing has changed and it isn't in the .config.

Anyone else seeing this?


On Thu, 10 Jun 2010, Robbie Garertt wrote:

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>