From: Marconi Rivello <marconirivello@gmail.com>
To: Xen <xen-devel@lists.sourceforge.net>
Subject: Re: xm save error
Date: Thu, 4 Nov 2004 16:56:57 -0200 [thread overview]
Message-ID: <bd15b9d5041104105678ba1ef6@mail.gmail.com> (raw)
In-Reply-To: <E1CNGa3-00071C-00@mta1.cl.cam.ac.uk>
On Thu, 28 Oct 2004 21:09:06 +0100, Ian Pratt <ian.pratt@cl.cam.ac.uk> wrote:
> Odd. 'save' is a very simple special case of 'migrate'. Migrate
> has been tested loads recently, but I guess that 'save'
> hasn't. It's so simple, how could it break? ;-)
>
> Does 'ps auxw' show an 'xfrd' running?
>
> Does 'xend restart' help?
>
> What happens if you do an 'xm migrate VMID localhost' ?
>
> Ian
>
Hi,
Thanks for the fast reply, and sorry about my delay.
xfrd wasn't running. I tried to start it, but there are some libs
missing. I am running a slackware 10 install.
# ldd xfrd
libxc.so.1.3 => /usr/lib/libxc.so.1.3 (0x4002c000)
libxutil.so.1.3 => /usr/lib/libxutil.so.1.3 (0x40039000)
libz.so.1 => /usr/lib/libz.so.1 (0x4003c000)
libcurl.so.2 => /usr/lib/libcurl.so.2 (0x4004d000)
libssl.so.4 => not found
libcrypto.so.4 => not found
libgssapi_krb5.so.2 => not found
libkrb5.so.3 => not found
libk5crypto.so.3 => not found
libcom_err.so.3 => not found
libresolv.so.2 => /lib/libresolv.so.2 (0x40078000)
libdl.so.2 => /lib/libdl.so.2 (0x4008a000)
libc.so.6 => /lib/libc.so.6 (0x4008d000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
libssl.so.0 => not found
libcrypto.so.0 => not found
Looks like slackware 10 doesn't come with kerberos5. So I downloaded
it, and the latest openssl. I had to create some links manually:
libcom_err.so.3 -> libcom_err.so
libcrypto.so.0 -> libcrypto.so.4
libcrypto.so.4 -> libcrypt.so
libssl.so.0 -> libssl3.so
libssl.so.4 -> libssl3.so
After that, the xfrd started along with xend. And the xm save VMID
FILE worked. But when I tried the xm restore FILE, Xen created a new
VM, but didn't load the memory back (I know because of no HD activity
after the command), and didn't return from the xm restore command.
Logging into another console, and issuing xm list:
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 123 0 r---- 219.0
Domain-8 8 64 0 --p-- 0.0
The Domain-8 name shows that Xen didn't restore the previous VM's info
(the name was something else).
Any ideas? (besides changing the distro)
Marconi.
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
next prev parent reply other threads:[~2004-11-04 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-28 18:49 xm save error Marconi Rivello
2004-10-28 20:09 ` Ian Pratt
2004-11-04 18:56 ` Marconi Rivello [this message]
2004-10-28 20:17 ` Christian Limpach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bd15b9d5041104105678ba1ef6@mail.gmail.com \
--to=marconirivello@gmail.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.