WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

答复: Re: [Xen-devel] How to safely install Xen 3.0.2?

Check whether you have installed dev86 tool!

Best wishes!

yours,

Bibo Wang
Trusted Computing Lab
Lenovo Corporation Research
Lenovo Group

Tel: 010-5886 1064
Email:wangbbb@xxxxxxxxxx



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@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
To: "Makoto Sakurai" <makoto@xxxxxxxxxxxxxxxxxxxxxxxxxxx>; "Ewan Mellor"
<ewan@xxxxxxxxxxxxx>
Cc: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>; <xen-devel@xxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> To: "Makoto Sakurai" <makoto@xxxxxxxxxxxxxxxxxxxxxxxxxxx>; "Ewan Mellor"
> <ewan@xxxxxxxxxxxxx>
> Cc: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>;
> <xen-devel@xxxxxxxxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
>> To: "Ewan Mellor" <ewan@xxxxxxxxxxxxx>
>> Cc: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>;
>> <xen-devel@xxxxxxxxxxxxxxxxxxx>;
>> "Makoto Sakurai" <makoto@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
>> 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@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





_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>