| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] xend fails on Open SUSE 11.4
 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@xxxxxxxxxxxx>  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 -aLinux 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>
 
Yes:
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')
 
 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |