|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Xen-unstable save error
On 06/21/2010 02:44 PM, Keir Fraser wrote:
On 21/06/2010 13:38, "Michal Novotny"<minovotn@xxxxxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
Oh, ok, should it be in /usr/lib then or how to fix it ?
Thanks,
Michal
--
Michal Novotny<minovotn@xxxxxxxxxx>, RHCE
Virtualization Team (xen userspace), Red Hat
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|