Hi, I tried to use the "xm save" and "xm migrate" feature of Xen on FC5 (all updates installed, kernel is 2.6.16-1.2080_FC5xen0) but a "xm save" fails with the message (from the xend.log): -------------------------- [2006-04-16 20:39:12 xend] DEBUG (XendCheckpoint:79) [xc_save]: /usr/lib64/xen/bin/xc_save 10 17 27 0 0 0 [2006-04-16 20:39:12 xend] ERROR (XendCheckpoint:226) Unable to get platform info.: 9 [2006-04-16 20:39:12 xend] ERROR (XendCheckpoint:98) Save failed on domain fc5test (27). Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 92, in save forkHelper(cmd, fd, saveInputHandler, False) File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 217, in forkHelper raise XendError("%s failed" % string.join(cmd)) XendError: /usr/lib64/xen/bin/xc_save 10 17 27 0 0 0 failed -------------------------- The same problem exists with "xm migrate" because it calls a "xm save". It looks like this problem is releated to FC5 and Xen because on other (non FC5) platforms it works. Are there any workarounds for this problem?
On Apr 16, 2006, at 3:19 PM, George wrote:> Hi, > > I tried to use the "xm save" and "xm migrate" feature of Xen on FC5 > (all updates installed, kernel is 2.6.16-1.2080_FC5xen0) but a "xm > save" fails with the message (from the xend.log): > > -------------------------- > [2006-04-16 20:39:12 xend] DEBUG (XendCheckpoint:79) [xc_save]: > /usr/lib64/xen/bin/xc_save 10 17 27 0 0 0 > [2006-04-16 20:39:12 xend] ERROR (XendCheckpoint:226) Unable to get > platform info.: 9 > [2006-04-16 20:39:12 xend] ERROR (XendCheckpoint:98) Save failed on > domain fc5test (27). > Traceback (most recent call last): > File "/usr/lib64/python2.4/site-packages/xen/xend/ > XendCheckpoint.py", > line 92, in save > forkHelper(cmd, fd, saveInputHandler, False) > File "/usr/lib64/python2.4/site-packages/xen/xend/ > XendCheckpoint.py", > line 217, in forkHelper > raise XendError("%s failed" % string.join(cmd)) > XendError: /usr/lib64/xen/bin/xc_save 10 17 27 0 0 0 failed > -------------------------- > > The same problem exists with "xm migrate" because it calls a "xm > save". It looks like this problem is releated to FC5 and Xen because > on other (non FC5) platforms it works. > > Are there any workarounds for this problem? > >I have a similar issue, have you opened a bug up on this yet? Regards, Ted
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=188361 is exactly the problem I have, I tried the patch from the Bug Comments and at least the "xm save" works now but I still have trouble with the "xm migrate" (kernel panic). On 4/18/06, Ted Kaczmarek <tedkaz@optonline.net> wrote:> > I have a similar issue, have you opened a bug up on this yet? > > > Regards, > > Ted >