On Tue, Mar 30, 2010 at 10:33 PM, Joseph Coleman < joe.coleman@infinitecampus.com> wrote: > Hate to ask but I assume your booting from the XEN Kernel and are using > an account with the appropriate permissions to run Xend? > Yes, this is latest xen ( compiled from git clone git:// git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen ) and I am running under root privileges. Thanks for your concern, /Onkar *From:* xen-tools-bounces@lists.xensource.com [mailto: > xen-tools-bounces@lists.xensource.com] *On Behalf Of *Onkar Mahajan > *Sent:* Tuesday, March 30, 2010 11:39 AM > *To:* xen-devel@lists.xensource.com; xen-users@lists.xensource.com; > xen-bugs@lists.xensource.com; xen-tools@lists.xensource.com > *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 > from xen.xend.server import SrvDaemon > File "/usr/lib/python2.6/site-packages/xen/xend/server/SrvDaemon.py", > line 26, in > import relocate > File "/usr/lib/python2.6/site-packages/xen/xend/server/relocate.py", line > 28, in > from xen.xend import XendDomain > File "/usr/lib/python2.6/site-packages/xen/xend/XendDomain.py", line 35, > in > from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo > File "/usr/lib/python2.6/site-packages/xen/xend/XendCheckpoint.py", line > 20, in > from xen.xend import balloon, sxp, image > File "/usr/lib/python2.6/site-packages/xen/xend/image.py", line 46, in > > 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 >