From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Kaczmarek Subject: Re: xm list error changeset:6796 Date: Thu, 15 Sep 2005 12:00:38 -0400 Message-ID: <1126800038.4140.28.camel@pluto.linsolutions.com> References: <1126787685.4140.11.camel@pluto.linsolutions.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7BIT Return-path: In-reply-to: <1126787685.4140.11.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: Steven Hand Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2005-09-15 at 08:34 -0400, Ted Kaczmarek wrote: > On Wed, 2005-09-14 at 23:38 +0100, Steven Hand wrote: > > >FC4, tyan 2462 SMP Athlon, 2 gig, appears that xend toasts, I noticed > > >that purging /var/lib/xenstored/store/domain/ appears to allow xend to > > >restart after this type pf error. > > > > > >The problem mostly occurs after issuing an xm shutdowm to a DomU. > > > > Can you check if it's been fixed by cset 6828? > > > > cheers, > > > > S. > > xm list is definetly behaving better, xm destroy is still having issues. > > The best test for xm destroy in my case is to try to start a domain that > is unable to mount root filesystem, once that happens the only way to > get rid of that domain is to kill xend and purge the files. Doing an xm > list shows the domain crashed. Will start a new thread on this. > > Regards, > Ted Got xm list to poop again, with changeset 6831 Had four Domu's going, from 4th domu terminal issued a reboot, after that. [root@inyoureyes ~]# xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/usr/lib/python/xen/xm/main.py", line 717, in main rc = cmd(args) File "/usr/lib/python/xen/xm/main.py", line 230, in xm_list info = server.xend_domain(dom) File "/usr/lib/python/xen/xend/XendClient.py", line 217, in xend_domain return self.xendGet(self.domainurl(id)) File "/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error Also the mailing lists seem to be having issues most of the day. Regards, Ted