I installed the Xen 3.0.2 from the source file at http://mirror.vmmatrix.net/Xen/ It was because the latest version of yum list of Fedora core 5 is Xen 3.0.1-4 and I could not get the rpm file form the Xensource. I read the README, and make dist, and .did /install.sh. However, there was no initrd-*xen0.img file installed into the /boot directory where as I could be the vmlinuz-2.6.16-xen, xen-3.0.gz, and xen-3.0,2.gz. I reused the initrd-2.6.16-1.2080_FC5xen0.img file of Xen 3.0.1-4 of FC5, but it failed. How do you overcome its installation? Best, Makoto Sakurai # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,2) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/hda default=4 timeout=5 splashimage=(hd0,2)/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.16-1.2080_FC5xen0) root (hd0,2) kernel /xen.gz-2.6.16-1.2080_FC5 module /vmlinuz-2.6.16-1.2080_FC5xen0 ro root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.16-1.2080_FC5xen0.img title Fedora Core (2.6.16-1.2080_FC5xenU) root (hd0,2) kernel /vmlinuz-2.6.16-1.2080_FC5xenU ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.16-1.2080_FC5xenU.img title Fedora Core (2.6.15-1.2054_FC5smp) root (hd0,2) kernel /vmlinuz-2.6.15-1.2054_FC5smp ro root=/dev/VolGroup00/LogVol00 rhgb quiet initrd /initrd-2.6.15-1.2054_FC5smp.img title Fedora Core (2.6.16 / Xen 3.0.2) root (hd0,2) kernel /xen-3.0.gz module /vmlinuz-2.6.16-xen root=/dev/VolGroup00/LogVol00 rhgb quiet module /initrd-2.6.16-1.2080_FC5xen0.img title Windows XP rootnoverify (hd0,1) chainloader +1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> I installed the Xen 3.0.2 from the source file at > http://mirror.vmmatrix.net/Xen/ It was because the latest > version of yum list of Fedora core 5 is Xen 3.0.1-4 and I > could not get the rpm file form the Xensource. I read the > README, and make dist, and .did /install.sh. However, there > was no initrd-*xen0.img file installed into the /boot > directory where as I could be the vmlinuz-2.6.16-xen, > xen-3.0.gz, and xen-3.0,2.gz. I reused the > initrd-2.6.16-1.2080_FC5xen0.img file of Xen 3.0.1-4 of FC5, > but it failed.You''ll need to use mkinitrd to build an initrd for your distro. Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
[This email is either empty or too large to be displayed at this time]
> In addition, before the re-installation, I tried to boot the > WinXP SP2 from CD-ROM, which crashed with the attached file > message. Is Intel VT support default in the current version > of Xen 3.0.1-4 or 3.0.2?If you want to use VT or AMD-V (hvm) you''re better off using a newer version of xen e.g. 3.0.2. The binary install tar ball has hvm support; not sure about the RPMs. One option is to use the RPMS for the SLES10 Xen technical preview which are based on 3.0.2. Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
I slipped my keyboard. I un-installed Xen 3.0.1-4 and re-installed 3.0.2. However, it didn''t work with the previous error message. Makoto ----- Original Message ----- From: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp>; <xen-devel@lists.xensource.com> Cc: <ian.pratt@cl.cam.ac.uk>; <ian.pratt@cl.cam.ac.uk> Sent: Tuesday, April 18, 2006 6:50 PM Subject: RE: [Xen-devel] How to safely install Xen 3.0.2?> In addition, before the re-installation, I tried to boot the > WinXP SP2 from CD-ROM, which crashed with the attached file > message. Is Intel VT support default in the current version > of Xen 3.0.1-4 or 3.0.2?If you want to use VT or AMD-V (hvm) you''re better off using a newer version of xen e.g. 3.0.2. The binary install tar ball has hvm support; not sure about the RPMs. One option is to use the RPMS for the SLES10 Xen technical preview which are based on 3.0.2. Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 directoryIt 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@lists.xensource.com http://lists.xensource.com/xen-devel
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@xensource.com> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; <xen-devel@lists.xensource.com> 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@lists.xensource.com http://lists.xensource.com/xen-devel
Hi all, I overcome the rpm-dependance problem by yum remove redhat-lsb.i386 redhat-lsb.x86_64 and rpm -ivh insserv-1.04.0-16.x86_64.rpm. However, I still cannot evoke WinXP... [root@localhost makoto]# xm list Error: Error connecting to xend: No such file or directory. Is xend running? [root@localhost makoto]# xend start [root@localhost makoto]# xm create -c xmexample.hvm Using config file "xmexample.hvm". Error: an integer is required What is the problem? Best, Makoto Sakurai ----- Original Message ----- From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> To: "Ewan Mellor" <ewan@xensource.com> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; <xen-devel@lists.xensource.com>; "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> Sent: Tuesday, April 18, 2006 8:12 PM Subject: Re: [Xen-devel] How to safely install Xen 3.0.2?>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@xensource.com> > To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> > Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; > <xen-devel@lists.xensource.com> > 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@lists.xensource.com http://lists.xensource.com/xen-devel
Hi all; I downloaded new rpm file for Fedora Core 4 32bit, but it worked unsuccessfully for my Pentinum D 950 / Fedora Core 5 64bit. Best, Makoto ----- Original Message ----- From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp>; "Ewan Mellor" <ewan@xensource.com> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; <xen-devel@lists.xensource.com> Sent: Tuesday, April 18, 2006 10:09 PM Subject: Re: [Xen-devel] How to safely install Xen 3.0.2?> Hi all, > > I overcome the rpm-dependance problem by yum remove redhat-lsb.i386 > redhat-lsb.x86_64 and rpm -ivh insserv-1.04.0-16.x86_64.rpm. However, I > still cannot evoke WinXP... > > [root@localhost makoto]# xm list > Error: Error connecting to xend: No such file or directory. Is xend > running? > [root@localhost makoto]# xend start > [root@localhost makoto]# xm create -c xmexample.hvm > Using config file "xmexample.hvm". > Error: an integer is required > > What is the problem? > > Best, > > Makoto Sakurai > > ----- Original Message ----- > From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> > To: "Ewan Mellor" <ewan@xensource.com> > Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; > <xen-devel@lists.xensource.com>; > "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> > Sent: Tuesday, April 18, 2006 8:12 PM > Subject: Re: [Xen-devel] How to safely install Xen 3.0.2? > > >>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@xensource.com> >> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> >> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; >> <xen-devel@lists.xensource.com> >> 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@lists.xensource.com http://lists.xensource.com/xen-devel
Dear all; I again downloaded the newer version (3.0.2-2) of source and then did the make dist and ./install.sh with mkinitrd. I got the following messsage. [root@localhost makoto]# xm create xmexample.hvm Using config file "xmexample.hvm". Error: Kernel image does not exist: /usr/lib/xen/boot/hvmloader Best, Makoto Sakurai ----- Original Message ----- From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp>; "Ewan Mellor" <ewan@xensource.com> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; <xen-devel@lists.xensource.com> Sent: Wednesday, April 19, 2006 8:46 PM Subject: Re: [Xen-devel] How to safely install Xen 3.0.2?> Hi all; > > I downloaded new rpm file for Fedora Core 4 32bit, but it worked > unsuccessfully for my Pentinum D 950 / Fedora Core 5 64bit. > > Best, > > Makoto > > ----- Original Message ----- > From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> > To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp>; "Ewan Mellor" > <ewan@xensource.com> > Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; > <xen-devel@lists.xensource.com> > Sent: Tuesday, April 18, 2006 10:09 PM > Subject: Re: [Xen-devel] How to safely install Xen 3.0.2? > > >> Hi all, >> >> I overcome the rpm-dependance problem by yum remove redhat-lsb.i386 >> redhat-lsb.x86_64 and rpm -ivh insserv-1.04.0-16.x86_64.rpm. However, I >> still cannot evoke WinXP... >> >> [root@localhost makoto]# xm list >> Error: Error connecting to xend: No such file or directory. Is xend >> running? >> [root@localhost makoto]# xend start >> [root@localhost makoto]# xm create -c xmexample.hvm >> Using config file "xmexample.hvm". >> Error: an integer is required >> >> What is the problem? >> >> Best, >> >> Makoto Sakurai >> >> ----- Original Message ----- >> From: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> >> To: "Ewan Mellor" <ewan@xensource.com> >> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; >> <xen-devel@lists.xensource.com>; >> "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> >> Sent: Tuesday, April 18, 2006 8:12 PM >> Subject: Re: [Xen-devel] How to safely install Xen 3.0.2? >> >> >>>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@xensource.com> >>> To: "Makoto Sakurai" <makoto@hep-th.phys.s.u-tokyo.ac.jp> >>> Cc: "Ian Pratt" <m+Ian.Pratt@cl.cam.ac.uk>; >>> <xen-devel@lists.xensource.com> >>> 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@lists.xensource.com http://lists.xensource.com/xen-devel