From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Re: Xen-unstable save error Date: Mon, 21 Jun 2010 13:44:09 +0100 Message-ID: References: <4C1F5D50.5000505@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C1F5D50.5000505@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 13:38, "Michal Novotny" wrote: > Well, Keir, it does exist: > > # ls -al /usr/lib64/xen/bin/xc_save > -rwxr-xr-x 1 root root 25245 Jun 18 21:37 /usr/lib64/xen/bin/xc_save > # /usr/lib64/xen/bin/xc_save > xc_save: usage: /usr/lib64/xen/bin/xc_save iofd domid maxit maxf flags > > Also, when I try to run it manually with the domain running and testing > the save it returns: > > # /usr/lib64/xen/bin/xc_save 56 1 0 0 4 > /usr/lib64/xen/bin/xc_save: symbol lookup error: undefined symbol: > xs_suspend_evtchn_port Ah, the dynamic linker is picking up an old version of libxenstore. xs_suspend_evctnn_port was introduced in Xen 3.4.0. I missed that in your log-file snippet. -- Keir