I installed the rpm file of open SUSE and then re-installed the kernel-xen0 
of Fedora Core 5.
http://fr2.rpmfind.net//linux/RPM/opensuse/factory/x86_64/xen-3.0.2_09590-3.x86_64.html
[root@localhost makoto]# rpm -qa |grep xen
xen-3.0.2_09590-3
kernel-xenU-2.6.16-1.2080_FC5
GFS-kernel-xenU-2.6.15.1-5.FC5.19
cman-kernel-xenU-2.6.15.1-0.FC5.18
kernel-xen0-devel-2.6.16-1.2080_FC5
gnbd-kernel-xenU-2.6.15-5.FC5.25
dlm-kernel-xenU-2.6.15.1-0.FC5.16
kernel-xenU-devel-2.6.16-1.2080_FC5
kernel-xen0-2.6.16-1.2080_FC5
 However, I could not solve the dependance of  xen-3.0.2_09590-3 towards 
insserv, which conflicts some of the existing files.
Thanks Ewan, and now that I have the different error message;
 ERROR: Could not obtain handle on privileged command interface (13 = 
Permission denied)
Traceback (most recent call last):
 File "/usr/sbin/xend", line 33, in ?
   from xen.xend.server import SrvDaemon
  File 
"/home/makoto/xen-3.0.2/dist/install/usr/lib64/python/xen/xend/server/SrvDaemon.py", 
line 21, in ?
   import relocate
  File 
"/home/makoto/xen-3.0.2/dist/install/usr/lib64/python/xen/xend/server/relocate.py", 
line 26, in ?
   from xen.xend import XendDomain
  File 
"/home/makoto/xen-3.0.2/dist/install/usr/lib64/python/xen/xend/XendDomain.py", 
line 33, in ?
   import XendDomainInfo
  File 
"/home/makoto/xen-3.0.2/dist/install/usr/lib64/python/xen/xend/XendDomainInfo.py", 
line 38, in ?
   import image
  File 
"/home/makoto/xen-3.0.2/dist/install/usr/lib64/python/xen/xend/image.py", 
line 31, in ?
   xc = xen.lowlevel.xc.xc()
RuntimeError: (13, 'Permission denied')
It might come from my neglecting of insserv, but I am not sure.
Best,
Makoto Sakurai
 ----- Original Message ----- 
From: "Ewan Mellor" <ewan@xxxxxxxxxxxxx>
To: "Makoto Sakurai" <makoto@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Cc: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>; <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, April 18, 2006 7:59 PM
Subject: Re: [Xen-devel] How to safely install Xen 3.0.2?
 
On Tue, Apr 18, 2006 at 06:34:02PM +0900, Makoto Sakurai wrote:
 
Dear Ian;
I still have the following error of Xend after re-installing the rpm file
of old Xen 3.0.1-4.
[root@localhost makoto]# /usr/sbin/xend start
Traceback (most recent call last):
 File "/usr/sbin/xend", line 111, in ?
   sys.exit(main())
 File "/usr/sbin/xend", line 92, in main
   start_consoled()
 File "/usr/sbin/xend", line 78, in start_consoled
   os.execvp('xenconsoled', ['xenconsoled'])
 File "/usr/lib64/python2.4/os.py", line 341, in execvp
   _execvpe(file, args)
 File "/usr/lib64/python2.4/os.py", line 379, in _execvpe
   func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
 
 It can't find xenconsoled on your PATH.  You probably need to get 
/usr/sbin
onto your PATH, if you are using "su" to become root.
Ewan.
 
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 |