From mboxrd@z Thu Jan 1 00:00:00 1970 From: tgh Subject: failure about xc_save Date: Wed, 27 Feb 2008 11:41:47 +0800 Message-ID: <47C4DBFB.6080908@sina.com.cn> References: <20080102151826296.00000000500@djm-pc> <200801030151.05435.mark.williamson@cl.cam.ac.uk> <477DEAA4.3040204@sina.com.cn> <4783699F.20201@amd.com> <1199797076.11398.25.camel@cube.lrr.in.tum.de> <47C4BEB4.8010501@sina.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47C4BEB4.8010501@sina.com.cn> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org hi I try to use the xc_save in the /tools/xcutils/xc_save ,but it could not work, what should i do , Thanks in xen-3.1.0 [root@amdvt01 ~]# cd /home/xen-3.1.0-src/tools/xcutils/ [root@amdvt01 xcutils]# ls Makefile readnotes.c xc_restore xc_restore.o xc_save.c readnotes readnotes.o xc_restore.c xc_save xc_save.o [root@amdvt01 xcutils]# ./xc_save /tmp/dom67 dom67 2 3 1 ERROR Internal error: Couldn't map live_shinfo Warning - couldn't disable shadow modeSave exit rc=1 [root@amdvt01 xcutils]# ./xc_save /tmp/dom67 dom67 2 3 0 ERROR Internal error: Couldn't map live_shinfo Save exit rc=1 [root@amdvt01 xcutils]# ./xc_save /tmp/dom67 dom67 1 3 1 ERROR Internal error: Couldn't map live_shinfo Warning - couldn't disable shadow modeSave exit rc=1 [root@amdvt01 xcutils]# ./xc_save /tmp/dom67 dom67 1 3 15 ERROR Internal error: Couldn't enable shadow mode Warning - couldn't disable shadow modeSave exit rc=1 [root@amdvt01 xcutils]# and xen-3.0.3 [root@genode011 xcutils]# ./xc_save /tmp/dom3 dom3 2 2 1 Invalid state record -- pfn count out of range: 4294967295: 0 Warning - couldn't disable shadow modeSave exit rc=1 [root@genode011 xcutils]# ./xc_save /tmp/dom3 dom3 2 2 0 Invalid state record -- pfn count out of range: 4294967295: 0 Save exit rc=1 [root@genode011 xcutils]# ./xc_save /tmp/dom3 dom3 1 2 0 Invalid state record -- pfn count out of range: 4294967295: 0 Save exit rc=1 [root@genode011 xcutils]#