From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Xen-unstable save error Date: Mon, 21 Jun 2010 13:05:17 +0100 Message-ID: References: <4C1F49BC.2070203@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C1F49BC.2070203@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Michal Novotny , "'xen-devel@lists.xensource.com'" List-Id: xen-devel@lists.xenproject.org On 21/06/2010 12:15, "Michal Novotny" wrote: > Hi, > I'm trying to run Xen-unstable but I have a problem for save > functionality, apparently some symbol is missing there: I don't think it's a msising symbol. Looks like popen threw an error. Perhaps xc_save binary couldn't be found, or something like that? -- Keir > [2010-06-21 13:02:14 4333] DEBUG (XendCheckpoint:124) [xc_save]: > /usr/lib64/xen/bin/xc_save 56 1 0 0 4 > [2010-06-21 13:02:14 4333] INFO (XendCheckpoint:408) > /usr/lib64/xen/bin/xc_save: symbol lookup error: > /usr/lib64/xen/bin/xc_save: undefined symbol: xs_suspend_evtchn_port > [2010-06-21 13:02:14 4333] ERROR (XendCheckpoint:178) Save failed on > domain rhel5-32fv-stubdom (1) - resuming. > Traceback (most recent call last): > File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", > line 146, in save > forkHelper(cmd, fd, saveInputHandler, False) > File "usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", > line 394, in forkHelper > raise XendError("%s failed: popen failed" % string.join(cmd)) > XendError: /usr/lib64/xen/bin/xc_save 56 1 0 0 4 failed: popen failed > [2010-06-21 13:02:14 4333] DEBUG (XendDomainInfo:3131) > XendDomainInfo.resumeDomain(1) > > Any ideas? > > Michal