PDA

View Full Version : Xen not running on Fedora 10


falcon164
6th March 2009, 22:41
When I run xen by giving this command:
xm list
I get the following error message:

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/xm", line 8, in <module>
from xen.xm import main
File "/usr/lib/python2.5/site-packages/xen/xm/main.py", line 61, 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)')

Please let me know what may be the problem.

falko
7th March 2009, 16:31
Fedora 9 and 10 don't ship a dom0 kernel anymore. The Xen kernel that they ship can only be used for a domU.

emerick
24th April 2009, 09:25
Hello,

Could you say me, how to build a dom0 for fedora 10 ?
If you have some links or information about that, i want it.

Thanks.

falko
25th April 2009, 12:26
This is not possible (unless you build a Xen dom0 kernel yourself which is quite complicated).

emerick
25th April 2009, 16:18
ok, thanks !