From: John Christian <jchristi@postini.com>
To: xen-devel@lists.sourceforge.net
Subject: python exception when xend starts
Date: Fri, 19 Nov 2004 14:55:11 -0800 [thread overview]
Message-ID: <419E79CF.1060100@postini.com> (raw)
Hi, I'm trying to get a Fedora Core 2 box running on a few instances of
Xen, and I've followed the documentation up to the part where I'm
supposed to:
xend start
Which immediately produces this:
/lib/python/xen/xend/server/SrvDaemon.py:27: RuntimeWarning: Python C
API version mismatch for module xen.lowlevel.xu: This Python has API
version 1012, module xen.lowlevel.xu has version 1011.
from xen.lowlevel import xu
/lib/python/xen/xend/server/channel.py:3: 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; xc = xen.lowlevel.xc.new()
ERROR: Could not obtain handle on privileged command interface (2 = No
such file or directory)
Traceback (most recent call last):
File "/usr/sbin/xend", line 27, in ?
from xen.xend.server import SrvDaemon
File "/lib/python/xen/xend/server/SrvDaemon.py", line 40, in ?
import channel
File "/lib/python/xen/xend/server/channel.py", line 3, in ?
import xen.lowlevel.xc; xc = xen.lowlevel.xc.new()
xen.lowlevel.xc.error: (2, 'No such file or directory')
Any ideas?
Thanks,
-John
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next reply other threads:[~2004-11-19 22:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-19 22:55 John Christian [this message]
2004-11-20 14:00 ` python exception when xend starts Mark A. Williamson
2004-11-20 14:19 ` Ian Pratt
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=419E79CF.1060100@postini.com \
--to=jchristi@postini.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.