http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1436
Summary: xend fails to start: Could not obtain handle on
privileged command interface
Product: Xen
Version: unstable
Platform: x86-64
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: mvolaski@xxxxxxxxxxxx
I'm running unstable-branch (3.4) with kernel 2.6.29-rc8. Xen launches fine.
The xen kernel launches fine.
But xend fails to start with
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 44, in <module>
from xen.xend.server import SrvDaemon
File "//usr/lib64/python/xen/xend/server/SrvDaemon.py", line 26, in <module>
import relocate
File "//usr/lib64/python/xen/xend/server/relocate.py", line 28, in <module>
from xen.xend import XendDomain
File "//usr/lib64/python/xen/xend/XendDomain.py", line 35, in <module>
from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
File "//usr/lib64/python/xen/xend/XendCheckpoint.py", line 20, in <module>
from xen.xend import balloon, sxp, image
File "//usr/lib64/python/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)')
It doesn't say what file it's looking for. At least knowing this, I could
confirm this file is present. (My suspicion is that the file is there, and the
this is a tool bug.)
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|