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-devel

[Xen-devel] xend won't start

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xend won't start
From: PeanuTech <peanutdude@xxxxxxxxx>
Date: Thu, 17 Jun 2010 23:54:32 +0300
Delivery-date: Thu, 17 Jun 2010 13:56:04 -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=1K5JY4S7HBzVZ1ddy2ctIIJumDGayASoMNTAx+zDxfI=; b=GtnBjCKdxzUd1CjfYO1V/h/RYqRQoJUIzeNAoCCjXkZo+IdFTN1G0oRqNmB2ztafZ5 Qflq+bIHq7pmTjy24gz7kYZSIxgF9snmWHOGZG3xF8MAaTsC2Mogi+dLifMcXseeDfrl P8dv27wydGiArnUwwydzQTMcX+zhtu6ojn8mA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Lm+NcxkLNi1gQE1KbMDn4Q9j3a7Iito8jLZ3y0I2XooovUyzRSMX4PPmPhrzbsE25X J7jcd4xzYbbhHWOrL7NIn5fevFa8vnsZmeGcSNChnmM93jFfySBlWQHeI4iXnxSm6PkH R9uNlCQ0znx/IJ4KgUBPMoz49IqpLJ7IRyMzc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I tried to install Xen 4 on Ubuntu Lucid (10.04), like was done here, but when I boot (and the system gets to a working desktop), I get the following errors from xend:

/etc/init.d/xend start
^CTraceback (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)
KeyboardInterrupt

What is the problem?
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xend won't start, PeanuTech <=