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] Re: Xen 4 - Error 111 Refused Connection

To: xen-users@xxxxxxxxxxxxxxxxxxx, Net Warrior <netwarrior863@xxxxxxxxx>
Subject: [Xen-users] Re: Xen 4 - Error 111 Refused Connection
From: eXeC001er <execooler@xxxxxxxxx>
Date: Wed, 30 Jun 2010 21:07:17 +0400
Cc:
Delivery-date: Wed, 30 Jun 2010 10:34:00 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=yMgI1msNMVncyKQPPBXfrd0xFL+F+YMN6HeiFrrbnB0=; b=EG8KzWsDmC/NgJTOuXQ/g+YZykDJOpFFtyP/5sdZkl2EumQFNYPOX59ewo3eP/bkPh Ch2qgMPIkMOaQXgaVKWMjmdJTnxgQaOGsXYZSYedHM5TMsylBrEUHruxFpQO7chH6sRP w51ECpdVYZSEwuo9bBI6YOx2b1BIsHSTNBrJg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rznnJsXqIQiN2TqOMGBnk+nThi+8SQkOOvTXT/M4g3e0SILMAVCtOXOj346IqeCnsA +7obyFbzraZgHKl1taCuLerCWi4m5EXCruKUSU0mPF+tSDPAfSFCOP607sdtcUK4SggM vgQO+LSnSQEId616lPf8CKWmza2Nc85XB5cBg=
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
Maybe you use new version of Xen (with 'xen/evtchn' instead of 'evtchn') on old version of kernel, or vice versa?

Thanks.

Hi there.

I cannot start xen, I'm getting this error

System:
Linux netwarrior 2.6.31.13 #5 SMP Wed Jun 30 13:25:47 ART 2010 x86_64
AMD Athlon(tm) II X4 630 Processor AuthenticAMD
GNU/Linux

xend.log
le "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 355, in Mkdir
   complete(path, lambda t: t.mkdir(*args))
 File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
   t = xstransact(path)
 File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
   self.transaction = xshandle().transaction_start()
 File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
   xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')


tail -f xend-debug.log
cat: /sys/bus/scsi/devices/host5/model: No such file or directory
cat: /sys/bus/scsi/devices/host5/type: No such file or directory
cat: /sys/bus/scsi/devices/host5/rev: No such file or directory
cat: /sys/bus/scsi/devices/host5/scsi_level: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/vendor: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/model: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/type: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/rev: No such file or directory
cat: /sys/bus/scsi/devices/target0:0:0/scsi_level: No such file or directory
Exception starting xend: (111, 'Connection refused')


Thanks for your time and support.
Regards



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Re: Xen 4 - Error 111 Refused Connection, eXeC001er <=