I am seeing xend error on OpenSUSE 11.4, Has anyone else seen this ?
Thanks
Ranjith
#uname -a
Linux linux-ws7h 2.6.37.6-0.7-xen #1 SMP 2011-07-21 02:17:24 +0200 x86_64
x86_64 x86_64 GNU/Linux
#/var/log/xen/xend.log
2011-08-09 14:36:38 21111] ERROR (SrvDaemon:349) Exception starting xend
((111, ''Connection refused''))
Traceback (most recent call last):
File
"/usr/lib64/python2.7/site-packages/xen/xend/server/SrvDaemon.py",
line
341, in run
servers = SrvServer.create()
File
"/usr/lib64/python2.7/site-packages/xen/xend/server/SrvServer.py",
line
261, in create
root.putChild(''xend'', SrvRoot())
File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvRoot.py",
line
40, in __init__
self.get(name)
File "/usr/lib64/python2.7/site-packages/xen/web/SrvDir.py", line 84,
in get
val = val.getobj()
File "/usr/lib64/python2.7/site-packages/xen/web/SrvDir.py", line 52,
in
getobj
self.obj = klassobj()
File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvNode.py",
line
30, in __init__
self.xn = XendNode.instance()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line
1196,
in instance
inst = XendNode()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line
163, in
__init__
self._init_cpu_pools()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendNode.py", line
382, in
_init_cpu_pools
XendCPUPool.recreate_active_pools()
File "/usr/lib64/python2.7/site-packages/xen/xend/XendCPUPool.py",
line 752,
in recreate_active_pools
uuid = xstransact.Read(path, ''uuid'')
File
"/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py",
line 307, in Read
return complete(path, lambda t: t.read(*args))
File
"/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File
"/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xsutil.py",
line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, ''Connection refused'')
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
On 10/08/11 17:29, Ranjith Ravi wrote:> > I am seeing xend error on OpenSUSE 11.4, Has anyone else seen this ?>> #uname -a > Linux linux-ws7h 2.6.37.6-0.7-xen #1 SMP 2011-07-21 02:17:24 +0200 x86_64 x86_64 > x86_64 GNU/Linux > > #/var/log/xen/xend.log > > 2011-08-09 14:36:38 21111] ERROR (SrvDaemon:349) Exception starting xend ((111, > ''Connection refused'')) > Traceback (most recent call last): > File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvDaemon.py", line > 341, in run > servers = SrvServer.create() > File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvServer.py", line > 261, in create > root.putChild(''xend'', SrvRoot()) > File "/usr/lib64/python2.7/site-packages/xen/xend/server/SrvRoot.py", line 40,<snip>> File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xsutil.py", line 18, > in xshandle > xs_handle = xen.lowlevel.xs.xs() > Error: (111, ''Connection refused'')Yes: https://bugzilla.novell.com/show_bug.cgi?id=691256 See comment 42 ... and I think patch in 43 is what you want. Summary: A quick solution is to chkconfig xencommons off and reboot. (But that leads to other minor problems - I don''t recall precisely) Note that rcxencommons stop doesn''t stop everything iirc. David -- "Don''t worry, you''ll be fine; I saw it work in a cartoon once..." _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks that worked ! ''chkconfig xencommons off'' ''reboot'' And then manually started ''xend'' Ranjith On Thu, Aug 11, 2011 at 12:45 AM, David Greaves <david@dgreaves.com> wrote:> On 10/08/11 17:29, Ranjith Ravi wrote: > >> >> I am seeing xend error on OpenSUSE 11.4, Has anyone else seen this ? >> > > > >> #uname -a >> >> Linux linux-ws7h 2.6.37.6-0.7-xen #1 SMP 2011-07-21 02:17:24 +0200 x86_64 >> x86_64 >> x86_64 GNU/Linux >> >> #/var/log/xen/xend.log >> >> 2011-08-09 14:36:38 21111] ERROR (SrvDaemon:349) Exception starting xend >> ((111, >> ''Connection refused'')) >> Traceback (most recent call last): >> File "/usr/lib64/python2.7/site-**packages/xen/xend/server/**SrvDaemon.py", >> line >> 341, in run >> servers = SrvServer.create() >> File "/usr/lib64/python2.7/site-**packages/xen/xend/server/**SrvServer.py", >> line >> 261, in create >> root.putChild(''xend'', SrvRoot()) >> File "/usr/lib64/python2.7/site-**packages/xen/xend/server/**SrvRoot.py", >> line 40, >> > > <snip> > > > File "/usr/lib64/python2.7/site-**packages/xen/xend/xenstore/**xsutil.py", >> line 18, >> in xshandle >> xs_handle = xen.lowlevel.xs.xs() >> Error: (111, ''Connection refused'') >> > > Yes: > https://bugzilla.novell.com/**show_bug.cgi?id=691256<https://bugzilla.novell.com/show_bug.cgi?id=691256> > See comment 42 ... and I think patch in 43 is what you want. > > Summary: A quick solution is to > chkconfig xencommons off > and reboot. (But that leads to other minor problems - I don''t recall > precisely) > Note that rcxencommons stop doesn''t stop everything iirc. > > David > > -- > "Don''t worry, you''ll be fine; I saw it work in a cartoon once..." >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users