raghunathan srinivasan wrote:
Hi,
I downloaded XEN 3.1 source code on a fedora 6 machine.
I did
# make world
# make install
It did not give me an error then when I restarted the machine the Grub
did not have 2 options. It had only one option that was the kernel.
On loading the OS, when i gave
Right. The source code does not have the smarts to run "grubby" and set
up the kernel. This is what you get for using source code, and not an
RPM. Go ahead and take a look at the SRPM and the .spec file to see
exactly how it uses grubby, and reset your default kernel, and reboot.
# xend
it gives the following errors:
[root@localhost sbin]# xend
ERROR Internal error: Could not obtain handle on privileged command
interface (2 = No such file or directory)
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 42, in ?
from xen.xend.server import SrvDaemon
File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 26, in ?
import relocate
File "//usr/lib/python/xen/xend/server/relocate.py", line 26, in ?
from xen.xend import XendDomain
File "//usr/lib/python/xen/xend/XendDomain.py", line 35, in ?
from xen.xend import XendOptions, XendCheckpoint, XendDomainInfo
File "//usr/lib/python/xen/xend/XendCheckpoint.py", line 22, in ?
from xen.xend.XendConfig import XendConfig
File "//usr/lib/python/xen/xend/XendConfig.py", line 27, in ?
from xen.xend.XendDevices import XendDevices
File "//usr/lib/python/xen/xend/XendDevices.py", line 22, in ?
from xen.xend.server import blkif, netif, tpmif, pciif, iopif,
irqif, usbif, vfbif
File "//usr/lib/python/xen/xend/server/pciif.py", line 38, 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)')
Can anyone tell me what has gone wrong and how I can correct this?
Yes, upgrade to Fedora Release 7, and use the kernek-xen RPM if you can.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|