WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Can't start xend

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Can't start xend
From: PeanuTech <peanutdude@xxxxxxxxx>
Date: Sun, 13 Jun 2010 18:04:58 +0300
Delivery-date: Sun, 13 Jun 2010 08:06:25 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=pqCDAMARxaAnzgZSo5ag9y1eDuuYE2pJlYjymVhSiu0=; b=EDKI3bbF46wtAZHNopibN8bXgV67Y+BABGqlEFAlndvVw3MhL6R/f8N49vOQLQ/eDE azcce6Cyk1TwgrAf6HIKIZgzxaDVgwWn1KgGWV50zi7YBU0bf2P+Od54hyMQfh94WYCW bV9IdN9yd3dMI/CxTlPQSPV9Zy8nlQGtIq0/s=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bTY6cnv3yVU0ZCl+NRMmPKFy54UdEEjZqzEMTHwjbwz8Xd4HmEuNivBC7oAD9/4Qdv gDeg3QhTI+7zieysjkHCfGfYIc93e/0TR0ccAHqJK615jiyg/Ql+LTSxznxuZTE82Wgz siO7BJmzjqI+0zJFMSLvB+u4jQuhGiW859ZGY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi everyone,

I managed to install xen 4 on ubuntu lucid. I managed to read around what kernel configuration options are needed.
The problem is that xend can't start. If I try to run it I get errors from some python scripts.
virt-viewer can't connect to xend, also.

I followed the steps in the Xen 4 wiki and the links from Boris' blog.

What should I do?

These are the errors that I get:


Traceback (most recent call last):
  File "/usr/sbin/xend", line 36, in <module>
    from xen.xend.server import SrvDaemon
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
    import relocate
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/server/relocate.py", line 28, in <module>
    from xen.xend import XendDomain
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomain.py", line 36, in <module>
    from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendCheckpoint.py", line 23, in <module>
    from xen.xend.XendConfig import XendConfig
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendConfig.py", line 29, in <module>
    from xen.xend.XendDPCI import XendDPCI
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDPCI.py", line 24, in <module>
    import XendDomain, XendNode
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendNode.py", line 39, in <module>
    from XendPIF import *
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendPIF.py", line 37, in <module>
    Vifctl.network('start')
  File "/usr/local/lib/python2.6/dist-packages/xen/xend/Vifctl.py", line 35, in network
    xpopen.call(script)
  File "/usr/local/lib/python2.6/dist-packages/xen/util/xpopen.py", line 183, in call
    return xPopen3(*popenargs, **kwargs).wait()
  File "/usr/local/lib/python2.6/dist-packages/xen/util/xpopen.py", line 154, in wait
    pid, sts = os.waitpid(self.pid, 0)

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>