|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 4 - Error 111 Refused Connection
On 06/30/10 14:12, Nathan March wrote:
> I was fighting with the same issue a few days ago and got no response
> on the mailing list.
>
> Did you check out from mercurial? I was able to get things working by
> switching to the 4.0.1-rc3 tag:
>
> hg update -r 4.0.1-rc3
>
> Looks like something's broken in trunk.
>
> - Nathan
>
> On 6/30/2010 9:35 AM, Net Warrior wrote:
>> 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
>>
You were right, I made a hit revert to the evtchn stuff and now things
are working.
Thank you guys.
Best Regards
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|