From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Kaczmarek Subject: Re: error connecting to xcs(ctrl)!, changeset:7055:5ea81e640509 Date: Mon, 26 Sep 2005 07:53:03 -0400 Message-ID: <1127735583.3612.241.camel@pluto.linsolutions.com> References: <1127682256.3612.229.camel@pluto.linsolutions.com> <20050925224712.GP23282@uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <20050925224712.GP23282@uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ewan Mellor Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sun, 2005-09-25 at 23:47 +0100, Ewan Mellor wrote: > On Sun, Sep 25, 2005 at 05:04:16PM -0400, Ted Kaczmarek wrote: > > > /etc/init.d/xend start > > error connecting to xcs(ctrl)! (2) > > Exception in thread ChannelFactory: > > Traceback (most recent call last): > > File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap > > self.run() > > File "/usr/lib/python2.4/threading.py", line 422, in run > > self.__target(*self.__args, **self.__kwargs) > > File "/usr/lib/python2.4/site-packages/xen/xend/server/channel.py", > > line 185, in main > > port = self.notifier.read() > > IOError: [Errno 9] Bad file descriptor > > That code, "port = self.notifier.read()", hasn't been in channel.py since > revision 6668 (September 7th). You've got out-of-date code lying around. > > Ewan. > Thanks a bunch, I think I was bitten by a yum update, I forced the FC4 kernels to install and yum must have decided I wanted xend rpm anyway :-) Regards, Ted