WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Problem with xm in xen-unstable

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Problem with xm in xen-unstable
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Mon, 16 May 2005 23:14:06 +0100
Cc: "Santos, Jose Renato G" <joserenato.santos@xxxxxx>
Delivery-date: Mon, 16 May 2005 22:19:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6C21311CEE34E049B74CC0EF339464B924B37B@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: University of Cambridge
References: <6C21311CEE34E049B74CC0EF339464B924B37B@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8
It's probably a Python version issue: FutureWarning appeared in Python 2.3 - 
are you using something earlier.

The alternate fix it to just comment out that line of the code - in normal use 
it shouldn't matter ;-)

Cheers,
Mark

On Monday 16 May 2005 21:52, Santos, Jose Renato G wrote:
>   Hi,
>
>   I got xenoprof ported to xen-unstable and I am trying
>   to test it on the latest unstable version, but
>   I am having problems running the xm tool.
>   I am using the xen-unstable-src.tgz tar ball from last night
>   and I am having the following error. Not sure if there
>   is some piece of the old version of xen still around
>   that may be causing this or if xm is currently broken in
>   unstable? Anyone has an idea of what could be wrong?
>   Thanks
>
>   Renato
>
> ==================================================================
> # xm help
> Traceback (most recent call last):
>   File "/usr/sbin/xm", line 8, in ?
>     from xen.xm import main
>   File "/usr/lib/python/xen/xm/main.py", line 10, in ?
>     warnings.filterwarnings('ignore', category=FutureWarning)
> NameError: name 'FutureWarning' is not defined
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>