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

[Xen-devel] OverflowError during xm sched-sedf

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] OverflowError during xm sched-sedf
From: Ilona Gaweda <igaweda@xxxxxxxxxx>
Date: Wed, 9 Aug 2006 11:41:39 -0400
Delivery-date: Wed, 09 Aug 2006 08:45:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Folks,

I haven't seen anyone submitted this bug before, sorry if so.
I'm using Xen 3.0.2, have 1 DomU running (just started) and I'm performing
 xm sched-sedf xd090 -p 3056 -s 30 -e 1

result is :

Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/var/tmp/xen-3.0.2.2-86.1
_rhel4.1-root/usr/lib/python/xen/xm/main.py", line 1075, in main
  File "/var/tmp/xen-3.0.2.2-86.1
_rhel4.1-root/usr/lib/python/xen/xm/main.py", line 687, in xm_sched_sedf
  File "/usr/lib/python2.3/xmlrpclib.py", line 1029, in __call__
    return self.__send(self.__name, args)
  File "/var/tmp/xen-3.0.2.2-86.1
_rhel4.1-root/usr/lib/python/xen/util/xmlrpclib2.py", line 83, in __request
  File "/usr/lib/python2.3/xmlrpclib.py", line 1310, in __request
    allow_none=self.__allow_none)
  File "/usr/lib/python2.3/xmlrpclib.py", line 961, in dumps
    data = m.dumps(params)
  File "/usr/lib/python2.3/xmlrpclib.py", line 604, in dumps
    dump(v, write)
  File "/usr/lib/python2.3/xmlrpclib.py", line 616, in __dump
    f(self, value, write)
  File "/usr/lib/python2.3/xmlrpclib.py", line 642, in dump_long
    raise OverflowError, "long int exceeds XML-RPC limits"
OverflowError: long int exceeds XML-RPC limits

It occured in many other scanerios but this one I the simplies I believe.
I can deal with that one in other way at the moment, but thought you may
want to know about that one (unless you already know) :-)

best
Ilona


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] OverflowError during xm sched-sedf, Ilona Gaweda <=