Hi, just upgraded a machine from snv_b98 to snv_b125. Unfortunately domUs do not start anymore: # virsh start win2008ss error: Failed to start domain win2008ss error: POST operation failed: xend_post: error from xen daemon: (xend.err ''signed integer is greater than maximum'') xen.log: [2009-11-01 19:20:31 1154] INFO (SrvServer:167) unix path=/var/lib/xend/xend-socket [2009-11-01 19:20:31 1154] INFO (XMLRPCServer:156) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2009-11-01 19:21:36 1154] DEBUG (SrvDomain:76) Starting domain win2003sbs False [2009-11-01 19:21:36 1154] DEBUG (XendDomainInfo:2119) XendDomainInfo.constructDomain [2009-11-01 19:21:36 1154] DEBUG (balloon:132) Balloon: 131072 KiB free; need 2048; done. [2009-11-01 19:21:36 1154] DEBUG (XendDomain:450) Adding Domain: 1 [2009-11-01 19:21:36 1154] DEBUG (XendDomainInfo:2230) XendDomainInfo.initDomain: 1 256 [2009-11-01 19:21:36 1154] DEBUG (image:298) Stored a VNC password for vfb access [2009-11-01 19:21:36 1154] DEBUG (image:745) args: boot, val: c [2009-11-01 19:21:36 1154] DEBUG (image:745) args: fda, val: None [2009-11-01 19:21:36 1154] DEBUG (image:745) args: fdb, val: None [2009-11-01 19:21:36 1154] DEBUG (image:745) args: soundhw, val: None [2009-11-01 19:21:36 1154] DEBUG (image:745) args: localtime, val: 1 [2009-11-01 19:21:36 1154] DEBUG (image:745) args: serial, val: pty [2009-11-01 19:21:36 1154] DEBUG (image:745) args: std-vga, val: None [2009-11-01 19:21:36 1154] DEBUG (image:745) args: isa, val: None [2009-11-01 19:21:36 1154] DEBUG (image:745) args: acpi, val: 1 [2009-11-01 19:21:36 1154] DEBUG (image:745) args: usb, val: 1 [2009-11-01 19:21:36 1154] DEBUG (image:745) args: usbdevice, val: tablet [2009-11-01 19:21:36 1154] ERROR (XendDomainInfo:468) VM start failed Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 448, in start File "/usr/lib/python2.4/site-packages/xen/xend/XendTask.py", line 209, in log_progress File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2249, in _initDomain File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 66, in create File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 674, in __init__ File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 96, in __init__ File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 877, in configure File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 679, in configure File "/usr/lib/python2.4/site-packages/xen/xend/image.py", line 124, in configure OverflowError: signed integer is greater than maximum Any hints, what''s going wrong/how to workaroud ? Thanx, jel. -- Otto-von-Guericke University http://www.cs.uni-magdeburg.de/ Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2 39106 Magdeburg, Germany Tel: +49 391 67 12768
jel+xen@cs.uni-magdeburg.de
2009-Nov-02 04:30 UTC
Re: xen start error after upgrade to b125
On Sun, Nov 01, 2009 at 07:59:56PM +0100, Jens Elkner wrote: Hi,> just upgraded a machine from snv_b98 to snv_b125. Unfortunately domUs do > not start anymore: > > # virsh start win2008ss > error: Failed to start domain win2008ss > error: POST operation failed: xend_post: error from xen daemon: > (xend.err ''signed integer is greater than maximum'')Problem solved by re-defining all domains, i.e. virsh dumpxml $domain >/tmp/$domain virsh undefine $domain virsh define /tmp/$domain Adding an appropriate note to the wiki (e.g. http://hub.opensolaris.org/bin/view/Community+Group+xen/SolarisAsGuestHost ) might be a good idea ... Regards, jel. -- Otto-von-Guericke University http://www.cs.uni-magdeburg.de/ Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2 39106 Magdeburg, Germany Tel: +49 391 67 12768
On Mon, Nov 02, 2009 at 05:30:49AM +0100, jel+xen@cs.uni-magdeburg.de wrote:> > just upgraded a machine from snv_b98 to snv_b125. Unfortunately domUs do > > not start anymore: > > > > # virsh start win2008ss > > error: Failed to start domain win2008ss > > error: POST operation failed: xend_post: error from xen daemon: > > (xend.err ''signed integer is greater than maximum'') > > Problem solved by re-defining all domains, i.e. > virsh dumpxml $domain >/tmp/$domain > virsh undefine $domain > virsh define /tmp/$domainDid you keep any of the original xend config files by any chance? We''d need those to have a chance to triage this bug.> Adding an appropriate note to the wiki (e.g. > http://hub.opensolaris.org/bin/view/Community+Group+xen/SolarisAsGuestHost ) > might be a good idea ...We''re not familiar with this failure mode. regards john