From: Rob Gardner <rob.gardner@hp.com>
To: xen-devel@lists.xensource.com
Subject: More on domU not starting
Date: Tue, 11 Oct 2005 15:25:20 -0600 [thread overview]
Message-ID: <434C2DC0.10701@hp.com> (raw)
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
Python C API version mismatch for module xen.lowlevel.xs: This Python
has API version 1012, module xen.lowlevel.xs has version 1011.
from xen.lowlevel import xs
Xend does seem to start ok, and xm seems to run ok. But domU still can't
find its boot disk. In the boot messages I see:
xen_blk: Initialising virtual block device driver
But following that I see no message like
Registering block device major 3
which I normally see on a working system.
The non-working system has python 2.3.4 on it. Could this be a problem?
My disk config is:
disk = [ 'file:/xen/disk-images/dom1.fs,sda1,w']
The strange thing is if I change the filename to something non-existent,
the behavior stays the same. The disk image file does exist and is in
good shape.
Rob
next reply other threads:[~2005-10-11 21:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-11 21:25 Rob Gardner [this message]
2005-10-11 22:48 ` More on domU not starting Ryan Grimm
2005-10-11 23:12 ` Rob Gardner
2005-10-12 16:01 ` Ryan Grimm
2005-10-12 20:57 ` More on domU not starting -- HELP Rob Gardner
2005-10-12 21:18 ` Ted Kaczmarek
2005-10-12 21:48 ` Rob Gardner
2005-10-12 22:13 ` Ted Kaczmarek
2005-10-12 22:53 ` Rob Gardner
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=434C2DC0.10701@hp.com \
--to=rob.gardner@hp.com \
--cc=xen-devel@lists.xensource.com \
/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.