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 start failing on fresh Xen installation

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Xend start failing on fresh Xen installation
From: Jonathan White <jonxwhite@xxxxxxxxx>
Date: Fri, 23 Jul 2010 01:42:44 -0700
Cc:
Delivery-date: Fri, 23 Jul 2010 01:43:38 -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=kon6oXnRxWaXcHpLVth76Nve5rlXv8PE88aaCW3FvL4=; b=BIXTAXiJus/NK58NqYt74pzpJ1IVClTRq+HBoqwyj14sDIL2sugMPf7q5m2g+aJz82 zCklf3uj3mlpsVJVIZcJ3j57C+kjz4RN+DGlKwFecwF3HQnP+q6+UHfj7Wp2/jvcPco7 pbMJoE+ZbAkCvAedlHJQ/+1kZGuzeaQEb2YAs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xL6FRKDUtyGFadcfYAU+/KP2aMy8PiwX1C6f97OuKhuIZb8xocPJoRX5IX8SyAtyec 34hBYFEmgfCsEyTu+rpUP92BQXBMEVpYdPs/Cd/i7I4pmQ6hGZPoypZ3GQIBOjBB30L0 g3PlxD83q5D5RUOEKoNDYSP9VKT5yYhzilmN0=
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,

From the help I got on y last post, I was able to get Xen compiled and boot the Dom0 successfully.
Now I am having trouble in getting xend to start.
It is failing with the following trace.
I have a fresh Xen install 4.0.1-rc5-pre with a x86_64 dom0.
I already commented out the relocation server line in /etc/xen/xend-config.sxp

Any help or pointers will be much appreciated.

Thx,
Jon

[root@localhost jw]# xend start
ERROR Internal 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 36, in <module>
    from xen.xend.server import SrvDaemon
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
    import relocate
  File "/usr/lib64/python2.6/site-packages/xen/xend/server/relocate.py", line 28, in <module>
    from xen.xend import XendDomain
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", line 36, in <module>
    from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
  File "/usr/lib64/python2.6/site-packages/xen/xend/XendCheckpoint.py", line 20, in <module>
    from xen.xend import balloon, sxp, image
  File "/usr/lib64/python2.6/site-packages/xen/xend/image.py", line 46, in <module>
    xc = xen.lowlevel.xc.xc()
xen.lowlevel.xc.Error: (1, 'Internal error', 'Could not obtain handle on privileged command interface (2 = No such file or directory)')
[root@localhost jw]# uname -a
Linux localhost.localdomain 2.6.31.13 #1 SMP Wed Jul 21 23:55:51 PDT 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost jw]#

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