From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: error connecting to xcs(ctrl)!, changeset:7055:5ea81e640509 Date: Sun, 25 Sep 2005 23:47:13 +0100 Message-ID: <20050925224712.GP23282@uk.xensource.com> References: <1127682256.3612.229.camel@pluto.linsolutions.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1127682256.3612.229.camel@pluto.linsolutions.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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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.