Puthiyaparambil, Aravindh
2006-Mar-27 22:48 UTC
RE: [Xen-devel] Re: "xm list" causing "OverflowError: int exceedsXML-RPC limits"
> Can you provide a lot more details about this? Is this after a freshxm> create with no existing domUs? What''s the config you''re using tocreate a> domain?This happens before even I attempt to a bring up a DomU i.e. I boot the system, xend comes up and when I do a "xm list" I get the error. After I bring up a DomU, I continue to get error. But I can access the DomU using the console and "xm vcpu-list" reflects the correct information. When I try to do a "xm shutdown domUname" I also get a similar error. Here is my DomU config: kernel = "/boot/vmlinuz-2.6-xen" memory = 128 name = "sles9sp2min1" vcpus = 4 vif = [ '''' ] disk = [ ''file:/mnt/m1079xenimages/sles9sp2min.fil.img,sda1,w'' ] dhcp="dhcp" ip="off" root = "/dev/sda1" extra = "3" Thanks, Aravindh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Liguori
2006-Mar-27 23:51 UTC
[Xen-devel] RE: Re: "xm list" causing "OverflowError: int exceedsXML-RPC limits"
Please try the following patch: http://www.cs.utexas.edu/users/aliguori/xend-xmlrpc-large-ints.diff It should solve your problem. Your machine has more than 2G of memory right? (Sorry for not inlining, my mail server is acting up so I''m using gmane...). Regards, Anthony Liguori On Mon, 27 Mar 2006 17:48:38 -0500, Puthiyaparambil, Aravindh wrote:>> Can you provide a lot more details about this? Is this after a fresh > xm >> create with no existing domUs? What''s the config you''re using to > create a >> domain? > > This happens before even I attempt to a bring up a DomU i.e. I boot the > system, xend comes up and when I do a "xm list" I get the error. After I > bring up a DomU, I continue to get error. But I can access the DomU > using the console and "xm vcpu-list" reflects the correct information. > When I try to do a "xm shutdown domUname" I also get a similar error. > > Here is my DomU config: > kernel = "/boot/vmlinuz-2.6-xen" > memory = 128 > name = "sles9sp2min1" > vcpus = 4 > vif = [ '''' ] > disk = [ ''file:/mnt/m1079xenimages/sles9sp2min.fil.img,sda1,w'' ] > dhcp="dhcp" > ip="off" > root = "/dev/sda1" > extra = "3" > > Thanks, > Aravindh_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel