Hate to ask but I assume your booting from the XEN Kernel and
are using an account with the appropriate permissions to run Xend?
From:
xen-tools-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-tools-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Onkar
Mahajan
Sent: Tuesday, March 30, 2010 11:39 AM
To: xen-devel@xxxxxxxxxxxxxxxxxxx; xen-users@xxxxxxxxxxxxxxxxxxx;
xen-bugs@xxxxxxxxxxxxxxxxxxx; xen-tools@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-tools] Unable to start xend
[root@localhost onkar]# which xend
/usr/sbin/xend
[root@localhost onkar]# uname -a
Linux localhost.localdomain 2.6.31.12 #1 SMP Wed Mar 31 09:51:44 IST 2010 i686
i686 i386 GNU/Linux
[root@localhost onkar]# 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/lib/python2.6/site-packages/xen/xend/server/SrvDaemon.py",
line 26, in <module>
import relocate
File
"/usr/lib/python2.6/site-packages/xen/xend/server/relocate.py", line
28, in <module>
from xen.xend import XendDomain
File "/usr/lib/python2.6/site-packages/xen/xend/XendDomain.py",
line 35, in <module>
from xen.xend import XendOptions, XendCheckpoint,
XendDomainInfo
File
"/usr/lib/python2.6/site-packages/xen/xend/XendCheckpoint.py", line
20, in <module>
from xen.xend import balloon, sxp, image
File "/usr/lib/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)')
/Onkar