From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: Unexpected error: httplib.BadStatusLine Date: Mon, 19 Sep 2005 20:28:29 +0100 Message-ID: <20050919192829.GA5261@linford.intra> References: <432B9B19.3050105@ultraviolet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <432B9B19.3050105@ultraviolet.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tracy R Reed Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, Sep 16, 2005 at 09:27:05PM -0700, Tracy R Reed wrote: > It would be nice if xm supported --version which includes a version > number or date in the case of unstable which I can include in bug reports Hi Tracy, If you have xend up and running, you can use "xm info", which amongst other things will give you a line like this: xen_changeset : Sat Sep 17 22:34:34 2005 +0100 702e7f173465 The number at the end (which may be much longer sometimes) is the changeset ID, which you can use as a version reference against the unstable tree. You can also put this into the search facility at http://lxr.xensource.com/lxr-unstable/ident Cheers, Ewan.