All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kip.macy@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: xend fails to start on latest tree
Date: Wed, 6 Jul 2005 16:15:23 -0700	[thread overview]
Message-ID: <b1fa29170507061615683f0767@mail.gmail.com> (raw)

suffering from wishful thinking I cloned a new tree and did a make
world; make install:
tarting xend:  Traceback (most recent call last):
  File "/usr/sbin/xend", line 36, in ?
    from xen.xend.server import SrvDaemon
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 30, in ?
    import controller
  File "/usr/lib/python/xen/xend/server/controller.py", line 7, in ?
    from xen.xend.xenstore import DBVar
  File "/usr/lib/python/xen/xend/xenstore/__init__.py", line 1, in ?
    from xsnode import *
  File "/usr/lib/python/xen/xend/xenstore/xsnode.py", line 10, in ?
    from xen.lowlevel import xs
ImportError: /usr/lib/python/xen/lowlevel/xs.so: undefined symbol:
xs_daemon_socket_ro
Traceback (most recent call last):
  File "/usr/sbin/xend", line 36, in ?
    from xen.xend.server import SrvDaemon
  File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 30, in ?
    import controller
  File "/usr/lib/python/xen/xend/server/controller.py", line 7, in ?
    from xen.xend.xenstore import DBVar
  File "/usr/lib/python/xen/xend/xenstore/__init__.py", line 1, in ?
    from xsnode import *
  File "/usr/lib/python/xen/xend/xenstore/xsnode.py", line 10, in ?
    from xen.lowlevel import xs
...

                 reply	other threads:[~2005-07-06 23:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=b1fa29170507061615683f0767@mail.gmail.com \
    --to=kip.macy@gmail.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.