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
 
 |