LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Xen FC10 x86_64 Does it work? (https://www.linuxquestions.org/questions/fedora-35/xen-fc10-x86_64-does-it-work-690141/)

gfem 12-12-2008 11:53 AM

Xen FC10 x86_64 Does it work?
 
I've installed fedora 10 2.6.27.7-134.fc10.x86_64 and am trying to get xen working. I have disabled selinux, and get an error when loading xend. I have not seen anything specific on xen and fc10, does it work, or should I use vmware?? Below is the error I get when I load xend....

xend
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 16, in <module>
from xen.xend.server import SrvDaemon
File "/usr/lib64/python2.5/site-packages/xen/xend/server/SrvDaemon.py", line 26, in <module>
import relocate
File "/usr/lib64/python2.5/site-packages/xen/xend/server/relocate.py", line 28, in <module>
from xen.xend import XendDomain
File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 35, in <module>
from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
File "/usr/lib64/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 20, in <module>
from xen.xend import balloon, sxp, image
File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 44, 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)')

Thanks,

-Gregg

Simon Bridge 12-14-2008 01:27 AM

How did you install Xen? Did you use the kernel-xen rpm?

Code:

File "/usr/sbin/xend", line 16, in <module>
Does /usr/sbin/xend exist?


All times are GMT -5. The time now is 06:51 AM.