HI, I am trying to install xen through yum. Here is what I did. [root@localhost Kishore]# yum install kernel-xen xen Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for package: kernel-2.6.31.9-174.fc12.x86_64 ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: xen-3.4.2-1.fc12.x86_64 --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 --> Running transaction check ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: xen-runtime-3.4.2-1.fc12.x86_64 --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: xen-runtime-3.4.2-1.fc12.x86_64 --> Running transaction check ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated --> Finished Dependency Resolution Dependencies Resolved =============================================================================== Package Arch Version Repository Size =============================================================================== Installing: kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M xen x86_64 3.4.2-1.fc12 updates-released 898 k Installing for dependencies: PyXML x86_64 0.8.4-17.fc12 updates-released 906 k xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M Updating for dependencies: kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k Transaction Summary =============================================================================== Install 5 Package(s) Upgrade 2 Package(s) Total download size: 29 M Is this ok [y/N]: y Downloading Packages: (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 -------------------------------------------------------------------------------- Total 6.7 MB/s | 29 MB 00:04 warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID 57bbccba Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed Did Xen got installed with this? Will the grub.conf be automatically updtaed after I run this command. (But I dont see my grub.conf being updated) Any Idea what went wrong here. Thanks BK _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote:> HI, > > I am trying to install xen through yum. Here is what I did. > > > [root@localhost Kishore]# yum install kernel-xen xen > > Setting up Install Process > > Resolving Dependencies > > --> Running transaction check > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > package: kernel-2.6.31.9-174.fc12.x86_64 > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > xen-3.4.2-1.fc12.x86_64 > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > --> Running transaction check > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > xen-runtime-3.4.2-1.fc12.x86_64 > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > xen-runtime-3.4.2-1.fc12.x86_64 > > --> Running transaction check > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Finished Dependency Resolution > > Dependencies Resolved > > ===============================================================================> > Package Arch Version Repository Size > > ===============================================================================> > Installing: > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > Installing for dependencies: > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > Updating for dependencies: > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > Transaction Summary > > ===============================================================================> > Install 5 Package(s) > > Upgrade 2 Package(s) > > Total download size: 29 M > > Is this ok [y/N]: y > > Downloading Packages: > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > -------------------------------------------------------------------------------- > > Total 6.7 MB/s | 29 MB 00:04 > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > 57bbccba > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > Did Xen got installed with this? > > Will the grub.conf be automatically updtaed after I run this command. > (But I dont see my grub.conf being updated) > > Any Idea what went wrong here. >Fedora 12 doesn''t include Xen dom0 capable kernel, see: http://fedoraproject.org/wiki/Features/XenPvopsDom0 You need to get one of the ''testing'' rpms, or compile it yourself. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) to install unsigned rpms supposed to be built latter. Activate rpmbuild on F12:- # yum install transfig texi2html libaio-devel dev86 \ glibc-devel.i686 e2fsprogs-devel gitk mkinitrd 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net xen-3.4.2-2.fc13.src.rpm. Now :- # rpm -iv xen-3.4.2-2.fc13.src.rpm # cd # cd rpmbuild/SPEC # rpmbuild -bb ./xen.spec # cd ../RPMS/x86_64 yum install xen-3.4.2-2.fc12.x86_64.rpm \ xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ xen-devel-3.4.2-2.fc12.x86_64.rpm \ xen-doc-3.4.2-2.fc12.x86_64.rpm \ xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ xen-libs-3.4.-2.fc12.x86_64.rpm \ xen-runtime-3.4.2-2.fc12.x86_64.rpm Xen Hypervisor 3.4.2 installed 2. Install Libvirt # yum install libvirt libvirt-python python-virtinst \ virt-manager virt-viewer PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen # cd linux-2.6-xen # make menuconfig ( setup Xen Dom0 support) # make -j(x)(number_of_kernels) # make modules_install install You may also want to build 2.6.32.9 pvops # git checkout origin/xen/stable -b xen/stable I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most recent supposed to become LTS - 2.6.32.9) Boris. --- On Fri, 2/26/10, Pasi Kärkkäinen <pasik@iki.fi> wrote: From: Pasi Kärkkäinen <pasik@iki.fi> Subject: Re: [Xen-users] xen Installation through YUM To: "kishore kumar" <bodkekumar@gmail.com> Cc: xen-users@lists.xensource.com Date: Friday, February 26, 2010, 4:50 AM On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote:> HI, > > I am trying to install xen through yum. Here is what I did. > > > [root@localhost Kishore]# yum install kernel-xen xen > > Setting up Install Process > > Resolving Dependencies > > --> Running transaction check > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > package: kernel-2.6.31.9-174.fc12.x86_64 > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > xen-3.4.2-1.fc12.x86_64 > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > --> Running transaction check > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > xen-runtime-3.4.2-1.fc12.x86_64 > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > xen-runtime-3.4.2-1.fc12.x86_64 > > --> Running transaction check > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > --> Finished Dependency Resolution > > Dependencies Resolved > > ===============================================================================> > Package Arch Version Repository Size > > ===============================================================================> > Installing: > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > Installing for dependencies: > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > Updating for dependencies: > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > Transaction Summary > > ===============================================================================> > Install 5 Package(s) > > Upgrade 2 Package(s) > > Total download size: 29 M > > Is this ok [y/N]: y > > Downloading Packages: > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > -------------------------------------------------------------------------------- > > Total 6.7 MB/s | 29 MB 00:04 > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > 57bbccba > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > Did Xen got installed with this? > > Will the grub.conf be automatically updtaed after I run this command. > (But I dont see my grub.conf being updated) > > Any Idea what went wrong here. >Fedora 12 doesn''t include Xen dom0 capable kernel, see: http://fedoraproject.org/wiki/Features/XenPvopsDom0 You need to get one of the ''testing'' rpms, or compile it yourself. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I have already set gpgcheck=0 in /etc/yum.conf file. I did not clearly understood on what you said in the next line......... to install unsigned rpms supposed to be built latter. Activate rpmbuild on F12:- # yum install transfig texi2html libaio-devel dev86 \ glibc-devel.i686 e2fsprogs-devel gitk mkinitrd what should I do can you please clarify me on the above statements you said??? I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from internet and started doing the steps mentioned by you. but at the very step I get the messages saying After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root Any idea what went wrong again?? THanks bk On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \ > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops > > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the > most recent supposed to become LTS - 2.6.32.9) > > Boris. > > --- On *Fri, 2/26/10, Pasi Kärkkäinen <pasik@iki.fi>* wrote: > > > From: Pasi Kärkkäinen <pasik@iki.fi> > Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <bodkekumar@gmail.com> > Cc: xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did. > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > > > > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > > > > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > ===============================================================================> > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > ===============================================================================> > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > > > > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > -------------------------------------------------------------------------------- > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated) > > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote:> I have already set gpgcheck=0 in /etc/yum.conf file. > > I did not clearly understood on what you said in the next line......... > > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > what should I do can you please clarify me on the above statements you > said??? > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > internet and started doing the steps mentioned by you. but at the very > step I get the messages saying > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > > Any idea what went wrong again?? >Nothing went wrong, those are just warnings. -- Pasi> THanks > bk > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > <[1]bderzhavets@yahoo.com> wrote: > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \ > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops > > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > recent supposed to become LTS - 2.6.32.9) > > Boris. > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > From: Pasi Kärkkäinen <[4]pasik@iki.fi> > Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <[5]bodkekumar@gmail.com> > Cc: [6]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did. > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > > > > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > > > > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > ===============================================================================> > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > ===============================================================================> > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > > > > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > -------------------------------------------------------------------------------- > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated) > > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > _______________________________________________ > Xen-users mailing list > [8]Xen-users@lists.xensource.com > [9]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 3. mailto:pasik@iki.fi > 4. mailto:pasik@iki.fi > 5. mailto:bodkekumar@gmail.com > 6. mailto:xen-users@lists.xensource.com > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 8. http://mc/compose?to=Xen-users@lists.xensource.com > 9. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Now I am able to do yum install kernel-xen xen. I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. Is this what to be expected ? I changed the grub.conf file to boot with Xen as below title Fedora (2.6.31.9-174.fc12.x86_64) root(hd0,0) kernel /xen-3.4.2.gz My question is I dont see vmlinuz-2.6-xen0 in /boot directory. Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? Any idea what went wrong here?? thanks BK On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next > line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the > very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone git://[2] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the > most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5]bodkekumar@gmail.com> > > Cc: [6]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 > for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be > updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, > key ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this > command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8]Xen-users@lists.xensource.com > > [9]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:bderzhavets@yahoo.com > > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:pasik@iki.fi > > 4. mailto:pasik@iki.fi > > 5. mailto:bodkekumar@gmail.com > > 6. mailto:xen-users@lists.xensource.com > > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. http://mc/compose?to=Xen-users@lists.xensource.com > > 9. http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nothing went wrong. Now build pvops kernel. Instructions bellow. Reading PVOPS WIKI would help as well Boris. --- On Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Pasi Kärkkäinen" <pasik@iki.fi> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Friday, February 26, 2010, 9:41 PM Now I am able to do yum install kernel-xen xen. I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. Is this what to be expected ? I changed the grub.conf file to boot with Xen as below title Fedora (2.6.31.9-174.fc12.x86_64) root(hd0,0) kernel /xen-3.4.2.gz My question is I dont see vmlinuz-2.6-xen0 in /boot directory. Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? Any idea what went wrong here?? thanks BK On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote: On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote:> I have already set gpgcheck=0 in /etc/yum.conf file. > > I did not clearly understood on what you said in the next line.........> > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd> what should I do can you please clarify me on the above statements you > said??? > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > internet and started doing the steps mentioned by you. but at the very> step I get the messages saying > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > > Any idea what went wrong again??>Nothing went wrong, those are just warnings. -- Pasi> THanks > bk > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets> <[1]bderzhavets@yahoo.com> wrote: > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter.> Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net> xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \> xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \> xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> linux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops> > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > recent supposed to become LTS - 2.6.32.9) > > Boris.> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > From: Pasi Kärkkäinen <[4]pasik@iki.fi>> Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <[5]bodkekumar@gmail.com> > Cc: [6]xen-users@lists.xensource.com> Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did.> > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > >> > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for> > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package:> > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > >> > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated> > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package:> > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > >> > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > >> > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > =============================================================================== > > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > >> > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M> > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k> > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > =============================================================================== > > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > >> > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > >> > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00> > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > --------------------------------------------------------------------------------> > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed> > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated)> > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0> > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > _______________________________________________ > Xen-users mailing list> [8]Xen-users@lists.xensource.com > [9]http://lists.xensource.com/xen-users >> References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> 3. mailto:pasik@iki.fi > 4. mailto:pasik@iki.fi > 5. mailto:bodkekumar@gmail.com > 6. mailto:xen-users@lists.xensource.com> 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 8. http://mc/compose?to=Xen-users@lists.xensource.com> 9. http://lists.xensource.com/xen-users-----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Boris, I was following your steps and got stuck in the middle. Here is what I did... Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. Now while doing the step 2 STEP 2: Install Libvirt # yum install libvirt libvirt-python python-virtinst \ virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF x. ?? BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME OUT IN THIS?) I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. Thanks BK On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > > --- On *Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com>* wrote: > > > From: kishore kumar <bodkekumar@gmail.com> > > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <pasik@iki.fi> > Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, > xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and > xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont > see this file .When we do yum to insall xen, will it also install > vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> > > wrote: > >> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: >> > I have already set gpgcheck=0 in /etc/yum.conf file. >> > >> > I did not clearly understood on what you said in the next >> line......... >> > >> > to install unsigned rpms supposed to be built latter. >> > Activate rpmbuild on F12:- >> > >> > # yum install transfig texi2html libaio-devel dev86 \ >> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >> > what should I do can you please clarify me on the above statements >> you >> > said??? >> > >> > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm >> from >> > internet and started doing the steps mentioned by you. but at the >> very >> > step I get the messages saying >> > >> > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > warning: user mockbuild does not exist - using root >> > warning: group mockbuild does not exist - using root >> > >> > Any idea what went wrong again?? >> > >> >> Nothing went wrong, those are just warnings. >> >> -- Pasi >> >> > THanks >> > bk >> > >> > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets >> > <[1]bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>> >> wrote: >> > >> > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) >> > to install unsigned rpms supposed to be built latter. >> > Activate rpmbuild on F12:- >> > >> > # yum install transfig texi2html libaio-devel dev86 \ >> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >> > >> > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net >> > xen-3.4.2-2.fc13.src.rpm. Now :- >> > >> > # rpm -iv xen-3.4.2-2.fc13.src.rpm >> > # cd >> > # cd rpmbuild/SPEC >> > # rpmbuild -bb ./xen.spec >> > # cd ../RPMS/x86_64 >> > yum install xen-3.4.2-2.fc12.x86_64.rpm \ >> > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ >> > xen-devel-3.4.2-2.fc12.x86_64.rpm \ >> > xen-doc-3.4.2-2.fc12.x86_64.rpm \ >> > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ >> > xen-libs-3.4.-2.fc12.x86_64.rpm \ >> > xen-runtime-3.4.2-2.fc12.x86_64.rpm >> > >> > Xen Hypervisor 3.4.2 installed >> > >> > 2. Install Libvirt >> > >> > # yum install libvirt libvirt-python python-virtinst \ >> > virt-manager virt-viewer >> > >> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >> > Git Repository to support Xen 3.4.2 Dom0. >> > >> > # git clone git://[2] >> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >> > linux-2.6-xen >> > # cd linux-2.6-xen >> > # make menuconfig ( setup Xen Dom0 support) >> > # make -j(x)(number_of_kernels) >> > # make modules_install install >> > >> > You may also want to build 2.6.32.9 pvops >> > >> > # git checkout origin/xen/stable -b xen/stable >> > >> > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the >> most >> > recent supposed to become LTS - 2.6.32.9) >> > >> > Boris. >> > >> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi>> >> wrote: >> > >> > From: Pasi Kärkkäinen <[4]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >> > >> > Subject: Re: [Xen-users] xen Installation through YUM >> > To: "kishore kumar" <[5]bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> > >> > Cc: [6]xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >> > Date: Friday, February 26, 2010, 4:50 AM >> > >> > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: >> > > HI, >> > > >> > > I am trying to install xen through yum. Here is what I did. >> > > >> > > >> > > [root@localhost Kishore]# yum install kernel-xen xen >> > > >> > > Setting up Install Process >> > > >> > > Resolving Dependencies >> > > >> > > --> Running transaction check >> > > >> > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be >> installed >> > > >> > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 >> for >> > > package: kernel-2.6.31.9-174.fc12.x86_64 >> > > >> > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated >> > > >> > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for >> package: >> > > xen-3.4.2-1.fc12.x86_64 >> > > >> > > --> Processing Dependency: PyXML for package: >> xen-3.4.2-1.fc12.x86_64 >> > > >> > > --> Running transaction check >> > > >> > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated >> > > >> > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be >> updated >> > > >> > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated >> > > >> > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: >> > > xen-runtime-3.4.2-1.fc12.x86_64 >> > > >> > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: >> > > xen-runtime-3.4.2-1.fc12.x86_64 >> > > >> > > --> Running transaction check >> > > >> > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be >> updated >> > > >> > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated >> > > >> > > --> Finished Dependency Resolution >> > > >> > > Dependencies Resolved >> > > >> > > >> > >> ===============================================================================>> > > >> > > Package Arch Version Repository Size >> > > >> > > >> > >> ===============================================================================>> > > >> > > Installing: >> > > >> > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M >> > > >> > > xen x86_64 3.4.2-1.fc12 updates-released 898 k >> > > >> > > Installing for dependencies: >> > > >> > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k >> > > >> > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M >> > > >> > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M >> > > >> > > Updating for dependencies: >> > > >> > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k >> > > >> > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k >> > > >> > > Transaction Summary >> > > >> > > >> > >> ===============================================================================>> > > >> > > Install 5 Package(s) >> > > >> > > Upgrade 2 Package(s) >> > > >> > > Total download size: 29 M >> > > >> > > Is this ok [y/N]: y >> > > >> > > Downloading Packages: >> > > >> > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 >> > > >> > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 >> > > >> > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB >> 00:00 >> > > >> > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 >> > > >> > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 >> > > >> > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 >> > > >> > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 >> > > >> > > >> > >> -------------------------------------------------------------------------------- >> > > >> > > Total 6.7 MB/s | 29 MB 00:04 >> > > >> > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: >> NOKEY, key ID >> > > 57bbccba >> > > >> > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed >> > > >> > > >> > > >> > > Did Xen got installed with this? >> > > >> > > Will the grub.conf be automatically updtaed after I run this >> command. >> > > (But I dont see my grub.conf being updated) >> > > >> > > Any Idea what went wrong here. >> > > >> > >> > Fedora 12 doesn''t include Xen dom0 capable kernel, see: >> > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 >> > >> > You need to get one of the ''testing'' rpms, or compile it yourself. >> > >> > -- Pasi >> > >> > _______________________________________________ >> > Xen-users mailing list >> > [8]Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >> > [9]http://lists.xensource.com/xen-users >> > >> > References >> > >> > Visible links >> > 1. mailto:bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >> > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >> > 3. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >> > 4. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >> > 5. mailto:bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> > 6. mailto:xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >> > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 >> > 8. http://mc/compose?to=Xen-users@lists.xensource.com >> > 9. http://lists.xensource.com/xen-users >> > > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > > Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi All, To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from xen.org website and compiled and installed. Later I changed my grub.conf file to boot from Xen. ####################### root (hd0,0) kernel /xen-3.4.2.gz module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet module /initrd-2.6.18.8.img ####################### After I reboot, I get the following messages. ################ Xenopf Intel processor model 44 or P6 family is not supported. Initialization failed. LOADING DOMAIN 0 Cannot load bzImage v2.04. v2.08 is required. Panic on CPU 0 Could not set up DOM 0 Guest OS Reboot in 5 sec ############### What is wrong happening here? THanks BK On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com> wrote:> Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I > did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN > PLACE OF x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU > PLEASE HELP ME OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 > MACHINE. > > Thanks > BK > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <bderzhavets@yahoo.com > > wrote: > >> Nothing went wrong. >> Now build pvops kernel. >> Instructions bellow. >> Reading PVOPS WIKI would help as well >> >> Boris. >> >> >> --- On *Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com>* wrote: >> >> >> From: kishore kumar <bodkekumar@gmail.com> >> >> Subject: Re: [Xen-users] xen Installation through YUM >> To: "Pasi Kärkkäinen" <pasik@iki.fi> >> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, >> xen-users@lists.xensource.com >> Date: Friday, February 26, 2010, 9:41 PM >> >> >> Now I am able to do yum install kernel-xen xen. >> >> I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and >> xen.gz. >> >> Is this what to be expected ? >> >> I changed the grub.conf file to boot with Xen as below >> >> title Fedora (2.6.31.9-174.fc12.x86_64) >> root(hd0,0) >> kernel /xen-3.4.2.gz >> >> My question is I dont see vmlinuz-2.6-xen0 in /boot directory. >> >> Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont >> see this file .When we do yum to insall xen, will it also install >> vmlinuz-2.6-xen0 also ?? >> >> Any idea what went wrong here?? >> >> thanks >> BK >> >> >> >> On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >> > wrote: >> >>> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: >>> > I have already set gpgcheck=0 in /etc/yum.conf file. >>> > >>> > I did not clearly understood on what you said in the next >>> line......... >>> > >>> > to install unsigned rpms supposed to be built latter. >>> > Activate rpmbuild on F12:- >>> > >>> > # yum install transfig texi2html libaio-devel dev86 \ >>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>> > what should I do can you please clarify me on the above statements >>> you >>> > said??? >>> > >>> > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm >>> from >>> > internet and started doing the steps mentioned by you. but at the >>> very >>> > step I get the messages saying >>> > >>> > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > warning: user mockbuild does not exist - using root >>> > warning: group mockbuild does not exist - using root >>> > >>> > Any idea what went wrong again?? >>> > >>> >>> Nothing went wrong, those are just warnings. >>> >>> -- Pasi >>> >>> > THanks >>> > bk >>> > >>> > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets >>> > <[1]bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>> >>> wrote: >>> > >>> > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) >>> > to install unsigned rpms supposed to be built latter. >>> > Activate rpmbuild on F12:- >>> > >>> > # yum install transfig texi2html libaio-devel dev86 \ >>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>> > >>> > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net >>> > xen-3.4.2-2.fc13.src.rpm. Now :- >>> > >>> > # rpm -iv xen-3.4.2-2.fc13.src.rpm >>> > # cd >>> > # cd rpmbuild/SPEC >>> > # rpmbuild -bb ./xen.spec >>> > # cd ../RPMS/x86_64 >>> > yum install xen-3.4.2-2.fc12.x86_64.rpm \ >>> > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ >>> > xen-devel-3.4.2-2.fc12.x86_64.rpm \ >>> > xen-doc-3.4.2-2.fc12.x86_64.rpm \ >>> > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ >>> > xen-libs-3.4.-2.fc12.x86_64.rpm \ >>> > xen-runtime-3.4.2-2.fc12.x86_64.rpm >>> > >>> > Xen Hypervisor 3.4.2 installed >>> > >>> > 2. Install Libvirt >>> > >>> > # yum install libvirt libvirt-python python-virtinst \ >>> > virt-manager virt-viewer >>> > >>> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>> > Git Repository to support Xen 3.4.2 Dom0. >>> > >>> > # git clone git://[2] >>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>> > linux-2.6-xen >>> > # cd linux-2.6-xen >>> > # make menuconfig ( setup Xen Dom0 support) >>> > # make -j(x)(number_of_kernels) >>> > # make modules_install install >>> > >>> > You may also want to build 2.6.32.9 pvops >>> > >>> > # git checkout origin/xen/stable -b xen/stable >>> > >>> > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the >>> most >>> > recent supposed to become LTS - 2.6.32.9) >>> > >>> > Boris. >>> > >>> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi>> >>> wrote: >>> > >>> > From: Pasi Kärkkäinen <[4]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>> > >>> > Subject: Re: [Xen-users] xen Installation through YUM >>> > To: "kishore kumar" <[5]bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> > >>> > Cc: [6]xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>> > Date: Friday, February 26, 2010, 4:50 AM >>> > >>> > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: >>> > > HI, >>> > > >>> > > I am trying to install xen through yum. Here is what I did. >>> > > >>> > > >>> > > [root@localhost Kishore]# yum install kernel-xen xen >>> > > >>> > > Setting up Install Process >>> > > >>> > > Resolving Dependencies >>> > > >>> > > --> Running transaction check >>> > > >>> > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be >>> installed >>> > > >>> > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 >>> for >>> > > package: kernel-2.6.31.9-174.fc12.x86_64 >>> > > >>> > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated >>> > > >>> > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for >>> package: >>> > > xen-3.4.2-1.fc12.x86_64 >>> > > >>> > > --> Processing Dependency: PyXML for package: >>> xen-3.4.2-1.fc12.x86_64 >>> > > >>> > > --> Running transaction check >>> > > >>> > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated >>> > > >>> > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to >>> be updated >>> > > >>> > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated >>> > > >>> > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: >>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>> > > >>> > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: >>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>> > > >>> > > --> Running transaction check >>> > > >>> > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be >>> updated >>> > > >>> > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated >>> > > >>> > > --> Finished Dependency Resolution >>> > > >>> > > Dependencies Resolved >>> > > >>> > > >>> > >>> ===============================================================================>>> > > >>> > > Package Arch Version Repository Size >>> > > >>> > > >>> > >>> ===============================================================================>>> > > >>> > > Installing: >>> > > >>> > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M >>> > > >>> > > xen x86_64 3.4.2-1.fc12 updates-released 898 k >>> > > >>> > > Installing for dependencies: >>> > > >>> > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k >>> > > >>> > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M >>> > > >>> > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M >>> > > >>> > > Updating for dependencies: >>> > > >>> > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k >>> > > >>> > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k >>> > > >>> > > Transaction Summary >>> > > >>> > > >>> > >>> ===============================================================================>>> > > >>> > > Install 5 Package(s) >>> > > >>> > > Upgrade 2 Package(s) >>> > > >>> > > Total download size: 29 M >>> > > >>> > > Is this ok [y/N]: y >>> > > >>> > > Downloading Packages: >>> > > >>> > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 >>> > > >>> > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 >>> > > >>> > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB >>> 00:00 >>> > > >>> > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 >>> > > >>> > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 >>> > > >>> > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 >>> > > >>> > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 >>> > > >>> > > >>> > >>> -------------------------------------------------------------------------------- >>> > > >>> > > Total 6.7 MB/s | 29 MB 00:04 >>> > > >>> > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: >>> NOKEY, key ID >>> > > 57bbccba >>> > > >>> > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not >>> installed >>> > > >>> > > >>> > > >>> > > Did Xen got installed with this? >>> > > >>> > > Will the grub.conf be automatically updtaed after I run this >>> command. >>> > > (But I dont see my grub.conf being updated) >>> > > >>> > > Any Idea what went wrong here. >>> > > >>> > >>> > Fedora 12 doesn''t include Xen dom0 capable kernel, see: >>> > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>> > >>> > You need to get one of the ''testing'' rpms, or compile it yourself. >>> > >>> > -- Pasi >>> > >>> > _______________________________________________ >>> > Xen-users mailing list >>> > [8]Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>> > [9]http://lists.xensource.com/xen-users >>> > >>> > References >>> > >>> > Visible links >>> > 1. mailto:bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >>> > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>> > 3. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>> > 4. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>> > 5. mailto:bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> > 6. mailto:xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>> > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>> > 8. http://mc/compose?to=Xen-users@lists.xensource.com >>> > 9. http://lists.xensource.com/xen-users >>> >> >> >> -----Inline Attachment Follows----- >> >> _______________________________________________ >> Xen-users mailing list >> >> Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >> http://lists.xensource.com/xen-users >> >> >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Quote:- PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen end Quote. Add commands:- # git checkout origigin/xen/stable -b xen/stable # git pull Build with attached config :- # make -j2 (or 4 -number of cores your CPU) # make modules_install install Create initrd-2.6.32.9.img for your OS. Boris. --- On Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "Pasi Kärkkäinen" <pasik@iki.fi>, xen-users@lists.xensource.com Date: Monday, March 1, 2010, 7:52 PM Hi All, To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from xen.org website and compiled and installed. Later I changed my grub.conf file to boot from Xen. ####################### root (hd0,0) kernel /xen-3.4.2.gz module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet module /initrd-2.6.18.8.img ####################### After I reboot, I get the following messages. ################ Xenopf Intel processor model 44 or P6 family is not supported. Initialization failed. LOADING DOMAIN 0 Cannot load bzImage v2.04. v2.08 is required. Panic on CPU 0 Could not set up DOM 0 Guest OS Reboot in 5 sec ############### What is wrong happening here? THanks BK On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com> wrote: Hi Boris, I was following your steps and got stuck in the middle. Here is what I did... Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. Now while doing the step 2 STEP 2: Install Libvirt # yum install libvirt libvirt-python python-virtinst \ virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF x. ?? BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME OUT IN THIS?) I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. Thanks BK On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Nothing went wrong. Now build pvops kernel. Instructions bellow. Reading PVOPS WIKI would help as well Boris. --- On Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Pasi Kärkkäinen" <pasik@iki.fi> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Friday, February 26, 2010, 9:41 PM Now I am able to do yum install kernel-xen xen. I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. Is this what to be expected ? I changed the grub.conf file to boot with Xen as below title Fedora (2.6.31.9-174.fc12.x86_64) root(hd0,0) kernel /xen-3.4.2.gz My question is I dont see vmlinuz-2.6-xen0 in /boot directory. Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? Any idea what went wrong here?? thanks BK On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote: On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote:> I have already set gpgcheck=0 in /etc/yum.conf file. > > I did not clearly understood on what you said in the next line.........> > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd> what should I do can you please clarify me on the above statements you > said??? > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > internet and started doing the steps mentioned by you. but at the very> step I get the messages saying > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > > Any idea what went wrong again??>Nothing went wrong, those are just warnings. -- Pasi> THanks > bk > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets> <[1]bderzhavets@yahoo.com> wrote: > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter.> Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net> xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \> xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \> xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> linux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops> > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > recent supposed to become LTS - 2.6.32.9) > > Boris.> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > From: Pasi Kärkkäinen <[4]pasik@iki.fi>> Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <[5]bodkekumar@gmail.com>> Cc: [6]xen-users@lists.xensource.com> Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did.> > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > >> > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for> > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package:> > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > >> > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated> > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package:> > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > >> > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > >> > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > =============================================================================== > > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > >> > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M> > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k> > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > =============================================================================== > > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > >> > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > >> > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00> > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > --------------------------------------------------------------------------------> > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed> > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated)> > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0> > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > _______________________________________________ > Xen-users mailing list> [8]Xen-users@lists.xensource.com > [9]http://lists.xensource.com/xen-users> > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> 3. mailto:pasik@iki.fi > 4. mailto:pasik@iki.fi> 5. mailto:bodkekumar@gmail.com > 6. mailto:xen-users@lists.xensource.com> 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 8. http://mc/compose?to=Xen-users@lists.xensource.com> 9. http://lists.xensource.com/xen-users-----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, Mar 01, 2010 at 04:52:57PM -0800, kishore kumar wrote:> Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I > downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for > Xen 3.4.2 from [1]xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root > LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us > rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? >I guess with linux-2.6.18-xen you should be using just the zImage, not bzImage? -- Pasi> THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[2]bodkekumar@gmail.com> > wrote: > > Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I > did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed > successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone > git://[3]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE > IN PLACE OF x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU > PLEASE HELP ME OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 > MACHINE. > > Thanks > BK > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets > <[4]bderzhavets@yahoo.com> wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > --- On Fri, 2/26/10, kishore kumar <[5]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[6]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <[7]pasik@iki.fi> > Cc: "Boris Derzhavets" <[8]bderzhavets@yahoo.com>, > [9]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this > file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[10]pasik@iki.fi> wrote: > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1][11]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone > git://[2][12]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][13]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4][14]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5][15]bodkekumar@gmail.com> > > Cc: [6][16]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7][17]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8][18]Xen-users@lists.xensource.com > > [9][19]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[20]bderzhavets@yahoo.com > > 2. [21]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[22]pasik@iki.fi > > 4. mailto:[23]pasik@iki.fi > > 5. mailto:[24]bodkekumar@gmail.com > > 6. mailto:[25]xen-users@lists.xensource.com > > 7. [26]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. [27]http://mc/compose?to=Xen-users@lists.xensource.com > > 9. [28]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [29]Xen-users@lists.xensource.com > [30]http://lists.xensource.com/xen-users > > References > > Visible links > 1. http://xen.org/ > 2. mailto:bodkekumar@gmail.com > 3. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 4. mailto:bderzhavets@yahoo.com > 5. mailto:bodkekumar@gmail.com > 6. mailto:bodkekumar@gmail.com > 7. mailto:pasik@iki.fi > 8. mailto:bderzhavets@yahoo.com > 9. mailto:xen-users@lists.xensource.com > 10. http://mc/compose?to=pasik@iki.fi > 11. http://mc/compose?to=bderzhavets@yahoo.com > 12. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 13. http://mc/compose?to=pasik@iki.fi > 14. http://mc/compose?to=pasik@iki.fi > 15. http://mc/compose?to=bodkekumar@gmail.com > 16. http://mc/compose?to=xen-users@lists.xensource.com > 17. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 18. http://mc/compose?to=Xen-users@lists.xensource.com > 19. http://lists.xensource.com/xen-users > 20. http://mc/compose?to=bderzhavets@yahoo.com > 21. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 22. http://mc/compose?to=pasik@iki.fi > 23. http://mc/compose?to=pasik@iki.fi > 24. http://mc/compose?to=bodkekumar@gmail.com > 25. http://mc/compose?to=xen-users@lists.xensource.com > 26. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 27. http://mc/compose?to=Xen-users@lists.xensource.com > 28. http://lists.xensource.com/xen-users > 29. http://mc/compose?to=Xen-users@lists.xensource.com > 30. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Boris, I successfully compiled and installed linux 2.6.32.9. I modified the grub.conf to boot with xen. After reboot, the system shows some xen boot messages and goes to black screen. Nothing comes on the screen. What could be wrong here? Thanks BK On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Quote:- > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > > --- On *Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com>* wrote: > > > From: kishore kumar <bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com> > Cc: "Pasi Kärkkäinen" <pasik@iki.fi>, xen-users@lists.xensource.com > Date: Monday, March 1, 2010, 7:52 PM > > > Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I > downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for > Xen 3.4.2 from xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? > > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> > > wrote: > >> Hi Boris, >> >> I was following your steps and got stuck in the middle. Here is what I >> did... >> >> Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. >> >> Now while doing the step 2 >> >> STEP 2: >> >> Install Libvirt >> # yum install libvirt libvirt-python python-virtinst \ >> virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) >> >> PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >> Git Repository to support Xen 3.4.2 Dom0. >> # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) >> >> # cd linux-2.6-xen >> # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) >> # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE >> IN PLACE OF x. ?? >> >> BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU >> PLEASE HELP ME OUT IN THIS?) >> >> I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 >> MACHINE. >> >> Thanks >> BK >> >> >> On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets < >> bderzhavets@yahoo.com <http://mc/compose?to=bderzhavets@yahoo.com>>wrote: >> >>> Nothing went wrong. >>> Now build pvops kernel. >>> Instructions bellow. >>> Reading PVOPS WIKI would help as well >>> >>> Boris. >>> >>> >>> --- On *Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> >* wrote: >>> >>> >>> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com>> >>> >>> >>> Subject: Re: [Xen-users] xen Installation through YUM >>> To: "Pasi Kärkkäinen" <pasik@iki.fi <http://mc/compose?to=pasik@iki.fi>> >>> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>>, >>> xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>> Date: Friday, February 26, 2010, 9:41 PM >>> >>> >>> Now I am able to do yum install kernel-xen xen. >>> >>> I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz >>> and xen.gz. >>> >>> Is this what to be expected ? >>> >>> I changed the grub.conf file to boot with Xen as below >>> >>> title Fedora (2.6.31.9-174.fc12.x86_64) >>> root(hd0,0) >>> kernel /xen-3.4.2.gz >>> >>> My question is I dont see vmlinuz-2.6-xen0 in /boot directory. >>> >>> Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont >>> see this file .When we do yum to insall xen, will it also install >>> vmlinuz-2.6-xen0 also ?? >>> >>> Any idea what went wrong here?? >>> >>> thanks >>> BK >>> >>> >>> >>> On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>> > wrote: >>> >>>> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: >>>> > I have already set gpgcheck=0 in /etc/yum.conf file. >>>> > >>>> > I did not clearly understood on what you said in the next >>>> line......... >>>> > >>>> > to install unsigned rpms supposed to be built latter. >>>> > Activate rpmbuild on F12:- >>>> > >>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>> > what should I do can you please clarify me on the above statements >>>> you >>>> > said??? >>>> > >>>> > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm >>>> from >>>> > internet and started doing the steps mentioned by you. but at the >>>> very >>>> > step I get the messages saying >>>> > >>>> > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > warning: user mockbuild does not exist - using root >>>> > warning: group mockbuild does not exist - using root >>>> > >>>> > Any idea what went wrong again?? >>>> > >>>> >>>> Nothing went wrong, those are just warnings. >>>> >>>> -- Pasi >>>> >>>> > THanks >>>> > bk >>>> > >>>> > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets >>>> > <[1]bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>> >>>> wrote: >>>> > >>>> > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) >>>> > to install unsigned rpms supposed to be built latter. >>>> > Activate rpmbuild on F12:- >>>> > >>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>> > >>>> > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net >>>> > xen-3.4.2-2.fc13.src.rpm. Now :- >>>> > >>>> > # rpm -iv xen-3.4.2-2.fc13.src.rpm >>>> > # cd >>>> > # cd rpmbuild/SPEC >>>> > # rpmbuild -bb ./xen.spec >>>> > # cd ../RPMS/x86_64 >>>> > yum install xen-3.4.2-2.fc12.x86_64.rpm \ >>>> > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ >>>> > xen-devel-3.4.2-2.fc12.x86_64.rpm \ >>>> > xen-doc-3.4.2-2.fc12.x86_64.rpm \ >>>> > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ >>>> > xen-libs-3.4.-2.fc12.x86_64.rpm \ >>>> > xen-runtime-3.4.2-2.fc12.x86_64.rpm >>>> > >>>> > Xen Hypervisor 3.4.2 installed >>>> > >>>> > 2. Install Libvirt >>>> > >>>> > # yum install libvirt libvirt-python python-virtinst \ >>>> > virt-manager virt-viewer >>>> > >>>> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>>> > Git Repository to support Xen 3.4.2 Dom0. >>>> > >>>> > # git clone git://[2] >>>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>> > linux-2.6-xen >>>> > # cd linux-2.6-xen >>>> > # make menuconfig ( setup Xen Dom0 support) >>>> > # make -j(x)(number_of_kernels) >>>> > # make modules_install install >>>> > >>>> > You may also want to build 2.6.32.9 pvops >>>> > >>>> > # git checkout origin/xen/stable -b xen/stable >>>> > >>>> > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable >>>> (the most >>>> > recent supposed to become LTS - 2.6.32.9) >>>> > >>>> > Boris. >>>> > >>>> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi>> >>>> wrote: >>>> > >>>> > From: Pasi Kärkkäinen <[4]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>> > >>>> > Subject: Re: [Xen-users] xen Installation through YUM >>>> > To: "kishore kumar" <[5]bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>> > >>>> > Cc: [6]xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>> > Date: Friday, February 26, 2010, 4:50 AM >>>> > >>>> > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: >>>> > > HI, >>>> > > >>>> > > I am trying to install xen through yum. Here is what I did. >>>> > > >>>> > > >>>> > > [root@localhost Kishore]# yum install kernel-xen xen >>>> > > >>>> > > Setting up Install Process >>>> > > >>>> > > Resolving Dependencies >>>> > > >>>> > > --> Running transaction check >>>> > > >>>> > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be >>>> installed >>>> > > >>>> > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 >>>> for >>>> > > package: kernel-2.6.31.9-174.fc12.x86_64 >>>> > > >>>> > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated >>>> > > >>>> > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for >>>> package: >>>> > > xen-3.4.2-1.fc12.x86_64 >>>> > > >>>> > > --> Processing Dependency: PyXML for package: >>>> xen-3.4.2-1.fc12.x86_64 >>>> > > >>>> > > --> Running transaction check >>>> > > >>>> > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated >>>> > > >>>> > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to >>>> be updated >>>> > > >>>> > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be >>>> updated >>>> > > >>>> > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: >>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>> > > >>>> > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for >>>> package: >>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>> > > >>>> > > --> Running transaction check >>>> > > >>>> > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be >>>> updated >>>> > > >>>> > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated >>>> > > >>>> > > --> Finished Dependency Resolution >>>> > > >>>> > > Dependencies Resolved >>>> > > >>>> > > >>>> > >>>> ===============================================================================>>>> > > >>>> > > Package Arch Version Repository Size >>>> > > >>>> > > >>>> > >>>> ===============================================================================>>>> > > >>>> > > Installing: >>>> > > >>>> > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M >>>> > > >>>> > > xen x86_64 3.4.2-1.fc12 updates-released 898 k >>>> > > >>>> > > Installing for dependencies: >>>> > > >>>> > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k >>>> > > >>>> > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M >>>> > > >>>> > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M >>>> > > >>>> > > Updating for dependencies: >>>> > > >>>> > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k >>>> > > >>>> > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k >>>> > > >>>> > > Transaction Summary >>>> > > >>>> > > >>>> > >>>> ===============================================================================>>>> > > >>>> > > Install 5 Package(s) >>>> > > >>>> > > Upgrade 2 Package(s) >>>> > > >>>> > > Total download size: 29 M >>>> > > >>>> > > Is this ok [y/N]: y >>>> > > >>>> > > Downloading Packages: >>>> > > >>>> > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 >>>> > > >>>> > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 >>>> > > >>>> > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB >>>> 00:00 >>>> > > >>>> > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 >>>> > > >>>> > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 >>>> > > >>>> > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 >>>> > > >>>> > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 >>>> > > >>>> > > >>>> > >>>> -------------------------------------------------------------------------------- >>>> > > >>>> > > Total 6.7 MB/s | 29 MB 00:04 >>>> > > >>>> > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: >>>> NOKEY, key ID >>>> > > 57bbccba >>>> > > >>>> > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not >>>> installed >>>> > > >>>> > > >>>> > > >>>> > > Did Xen got installed with this? >>>> > > >>>> > > Will the grub.conf be automatically updtaed after I run this >>>> command. >>>> > > (But I dont see my grub.conf being updated) >>>> > > >>>> > > Any Idea what went wrong here. >>>> > > >>>> > >>>> > Fedora 12 doesn''t include Xen dom0 capable kernel, see: >>>> > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>> > >>>> > You need to get one of the ''testing'' rpms, or compile it yourself. >>>> > >>>> > -- Pasi >>>> > >>>> > _______________________________________________ >>>> > Xen-users mailing list >>>> > [8]Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>>> > [9]http://lists.xensource.com/xen-users >>>> > >>>> > References >>>> > >>>> > Visible links >>>> > 1. mailto:bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >>>> > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>> > 3. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>> > 4. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>> > 5. mailto:bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>> > 6. mailto:xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>> > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>> > 8. http://mc/compose?to=Xen-users@lists.xensource.com >>>> > 9. http://lists.xensource.com/xen-users >>>> >>> >>> >>> -----Inline Attachment Follows----- >>> >>> _______________________________________________ >>> Xen-users mailing list >>> >>> Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>> http://lists.xensource.com/xen-users >>> >>> >>> >> > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote:> Hi Boris, > > I successfully compiled and installed linux 2.6.32.9. > > I modified the grub.conf to boot with xen. > > After reboot, the system shows some xen boot messages and goes to black > screen. Nothing comes on the screen. > > What could be wrong here? >Do you have "nomodeset" parameter for the dom0 kernel? I think that''s required still.. -- Pasi> Thanks > BK > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > <[1]bderzhavets@yahoo.com> wrote: > > Quote:- > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > --- On Mon, 3/1/10, kishore kumar <[3]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[4]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[5]bderzhavets@yahoo.com> > Cc: "Pasi Kärkkäinen" <[6]pasik@iki.fi>, [7]xen-users@lists.xensource.com > Date: Monday, March 1, 2010, 7:52 PM > > Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from > [8]xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? > > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[9]bodkekumar@gmail.com> wrote: > > Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[10]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF > x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME > OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. > > Thanks > BK > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <[11]bderzhavets@yahoo.com> wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > --- On Fri, 2/26/10, kishore kumar <[12]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[13]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <[14]pasik@iki.fi> > Cc: "Boris Derzhavets" <[15]bderzhavets@yahoo.com>, > [16]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this > file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[17]pasik@iki.fi> wrote: > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1][18]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone > git://[2][19]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][20]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4][21]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5][22]bodkekumar@gmail.com> > > Cc: [6][23]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7][24]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8][25]Xen-users@lists.xensource.com > > [9][26]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[27]bderzhavets@yahoo.com > > 2. [28]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[29]pasik@iki.fi > > 4. mailto:[30]pasik@iki.fi > > 5. mailto:[31]bodkekumar@gmail.com > > 6. mailto:[32]xen-users@lists.xensource.com > > 7. [33]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. [34]http://mc/compose?to=Xen-users@lists.xensource.com > > 9. [35]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [36]Xen-users@lists.xensource.com > [37]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 3. mailto:bodkekumar@gmail.com > 4. mailto:bodkekumar@gmail.com > 5. mailto:bderzhavets@yahoo.com > 6. mailto:pasik@iki.fi > 7. mailto:xen-users@lists.xensource.com > 8. http://xen.org/ > 9. http://mc/compose?to=bodkekumar@gmail.com > 10. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 11. http://mc/compose?to=bderzhavets@yahoo.com > 12. http://mc/compose?to=bodkekumar@gmail.com > 13. http://mc/compose?to=bodkekumar@gmail.com > 14. http://mc/compose?to=pasik@iki.fi > 15. http://mc/compose?to=bderzhavets@yahoo.com > 16. http://mc/compose?to=xen-users@lists.xensource.com > 17. http://mc/compose?to=pasik@iki.fi > 18. http://mc/compose?to=bderzhavets@yahoo.com > 19. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 20. http://mc/compose?to=pasik@iki.fi > 21. http://mc/compose?to=pasik@iki.fi > 22. http://mc/compose?to=bodkekumar@gmail.com > 23. http://mc/compose?to=xen-users@lists.xensource.com > 24. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 25. http://mc/compose?to=Xen-users@lists.xensource.com > 26. http://lists.xensource.com/xen-users > 27. http://mc/compose?to=bderzhavets@yahoo.com > 28. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 29. http://mc/compose?to=pasik@iki.fi > 30. http://mc/compose?to=pasik@iki.fi > 31. http://mc/compose?to=bodkekumar@gmail.com > 32. http://mc/compose?to=xen-users@lists.xensource.com > 33. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 34. http://mc/compose?to=Xen-users@lists.xensource.com > 35. http://lists.xensource.com/xen-users > 36. http://mc/compose?to=Xen-users@lists.xensource.com > 37. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
What is "nomodeset" parameter for the dom0 kernel?? Could you please let me know what needs to be done?? thanks BK On Tue, Mar 2, 2010 at 12:21 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote: > > Hi Boris, > > > > I successfully compiled and installed linux 2.6.32.9. > > > > I modified the grub.conf to boot with xen. > > > > After reboot, the system shows some xen boot messages and goes to > black > > screen. Nothing comes on the screen. > > > > What could be wrong here? > > > > Do you have "nomodeset" parameter for the dom0 kernel? I think that''s > required still.. > > -- Pasi > > > Thanks > > BK > > > > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > > <[1]bderzhavets@yahoo.com> wrote: > > > > Quote:- > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > > > > end Quote. > > > > Add commands:- > > > > # git checkout origigin/xen/stable -b xen/stable > > # git pull > > > > Build with attached config :- > > > > # make -j2 (or 4 -number of cores your CPU) > > # make modules_install install > > > > Create initrd-2.6.32.9.img for your OS. > > > > Boris. > > > > --- On Mon, 3/1/10, kishore kumar <[3]bodkekumar@gmail.com> wrote: > > > > From: kishore kumar <[4]bodkekumar@gmail.com> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "Boris Derzhavets" <[5]bderzhavets@yahoo.com> > > Cc: "Pasi Kärkkäinen" <[6]pasik@iki.fi>, [7] > xen-users@lists.xensource.com > > Date: Monday, March 1, 2010, 7:52 PM > > > > Hi All, > > > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, > I downloaded > > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen > 3.4.2 from > > [8]xen.org website and compiled and installed. > > > > Later I changed my grub.conf file to boot from Xen. > > > > ####################### > > root (hd0,0) > > kernel /xen-3.4.2.gz > > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root > LANG=en_US.UTF-8 > > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > > module /initrd-2.6.18.8.img > > ####################### > > > > After I reboot, I get the following messages. > > > > ################ > > > > Xenopf Intel processor model 44 or P6 family is not supported. > > Initialization failed. > > > > LOADING DOMAIN 0 > > Cannot load bzImage v2.04. v2.08 is required. > > > > Panic on CPU 0 > > Could not set up DOM 0 Guest OS > > Reboot in 5 sec > > > > ############### > > What is wrong happening here? > > > > THanks > > BK > > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[9] > bodkekumar@gmail.com> wrote: > > > > Hi Boris, > > > > I was following your steps and got stuck in the middle. Here is what > I did... > > > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed > successfully. > > > > Now while doing the step 2 > > > > STEP 2: > > > > Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[10] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE > HERE IN PLACE OF > > x. ?? > > > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN > YOU PLEASE HELP ME > > OUT IN THIS?) > > > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA > 12 MACHINE. > > > > Thanks > > BK > > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <[11] > bderzhavets@yahoo.com> wrote: > > > > Nothing went wrong. > > Now build pvops kernel. > > Instructions bellow. > > Reading PVOPS WIKI would help as well > > > > Boris. > > > > --- On Fri, 2/26/10, kishore kumar <[12]bodkekumar@gmail.com> > wrote: > > > > From: kishore kumar <[13]bodkekumar@gmail.com> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "Pasi Kärkkäinen" <[14]pasik@iki.fi> > > Cc: "Boris Derzhavets" <[15]bderzhavets@yahoo.com>, > > [16]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 9:41 PM > > > > Now I am able to do yum install kernel-xen xen. > > > > I can see the xen Images sitting in /boot directory. Its > xen-3.4.2.gz and xen.gz. > > > > Is this what to be expected ? > > > > I changed the grub.conf file to boot with Xen as below > > > > title Fedora (2.6.31.9-174.fc12.x86_64) > > root(hd0,0) > > kernel /xen-3.4.2.gz > > > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But > I dont see this > > file .When we do yum to insall xen, will it also install > vmlinuz-2.6-xen0 also ?? > > > > Any idea what went wrong here?? > > > > thanks > > BK > > > > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[17] > pasik@iki.fi> wrote: > > > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > > > I did not clearly understood on what you said in the next > line......... > > > > > > to install unsigned rpms supposed to be built latter. > > > Activate rpmbuild on F12:- > > > > > > # yum install transfig texi2html libaio-devel dev86 \ > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > what should I do can you please clarify me on the above > statements you > > > said??? > > > > > > I followed your next step and downloaded > xen-3.4.2-2.fc13.src.rpm from > > > internet and started doing the steps mentioned by you. > but at the very > > > step I get the messages saying > > > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > > > > Any idea what went wrong again?? > > > > > > > Nothing went wrong, those are just warnings. > > > > -- Pasi > > > THanks > > > bk > > > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > > <[1][18]bderzhavets@yahoo.com> wrote: > > > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > > to install unsigned rpms supposed to be built latter. > > > Activate rpmbuild on F12:- > > > > > > # yum install transfig texi2html libaio-devel dev86 \ > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download > from Net > > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > > # cd > > > # cd rpmbuild/SPEC > > > # rpmbuild -bb ./xen.spec > > > # cd ../RPMS/x86_64 > > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > > > Xen Hypervisor 3.4.2 installed > > > > > > 2. Install Libvirt > > > > > > # yum install libvirt libvirt-python python-virtinst \ > > > virt-manager virt-viewer > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > > > > # git clone > > git://[2][19] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen > > > # cd linux-2.6-xen > > > # make menuconfig ( setup Xen Dom0 support) > > > # make -j(x)(number_of_kernels) > > > # make modules_install install > > > > > > You may also want to build 2.6.32.9 pvops > > > > > > # git checkout origin/xen/stable -b xen/stable > > > > > > I just switched from xen/master ( default 2.6.31.6 ) to > xen/stable (the most > > > recent supposed to become LTS - 2.6.32.9) > > > > > > Boris. > > > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][20]pasik@iki.fi> > wrote: > > > > > > From: Pasi Kärkkäinen <[4][21]pasik@iki.fi> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "kishore kumar" <[5][22]bodkekumar@gmail.com> > > > Cc: [6][23]xen-users@lists.xensource.com > > > Date: Friday, February 26, 2010, 4:50 AM > > > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar > wrote: > > > > HI, > > > > > > > > I am trying to install xen through yum. Here is what I > did. > > > > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > > > Setting up Install Process > > > > > > > > Resolving Dependencies > > > > > > > > --> Running transaction check > > > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to > be installed > > > > > > > > --> Processing Dependency: kernel-firmware >> 2.6.31.9-174.fc12 for > > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be > updated > > > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 > for package: > > > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > --> Processing Dependency: PyXML for package: > xen-3.4.2-1.fc12.x86_64 > > > > > > > > --> Running transaction check > > > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be > updated > > > > > > > > ---> Package kernel-firmware.noarch > 0:2.6.31.9-174.fc12 set to be > > updated > > > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to > be updated > > > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for > package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 > for package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > --> Running transaction check > > > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set > to be updated > > > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be > updated > > > > > > > > --> Finished Dependency Resolution > > > > > > > > Dependencies Resolved > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Package Arch Version Repository Size > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Installing: > > > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > > > Installing for dependencies: > > > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released > 2.9 M > > > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > > > Updating for dependencies: > > > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 > updates-released 906 k > > > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > > > Transaction Summary > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Install 5 Package(s) > > > > > > > > Upgrade 2 Package(s) > > > > > > > > Total download size: 29 M > > > > > > > > Is this ok [y/N]: y > > > > > > > > Downloading Packages: > > > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB > 00:02 > > > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | > 906 kB 00:00 > > > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB > 00:00 > > > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB > 00:00 > > > > > > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 > signature: NOKEY, key > > ID > > > > 57bbccba > > > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is > not installed > > > > > > > > > > > > > > > > Did Xen got installed with this? > > > > > > > > Will the grub.conf be automatically updtaed after I > run this command. > > > > (But I dont see my grub.conf being updated) > > > > > > > > Any Idea what went wrong here. > > > > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > > [7][24]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > > > You need to get one of the ''testing'' rpms, or compile it > yourself. > > > > > > -- Pasi > > > > > > _______________________________________________ > > > Xen-users mailing list > > > [8][25]Xen-users@lists.xensource.com > > > [9][26]http://lists.xensource.com/xen-users > > > > > > References > > > > > > Visible links > > > 1. mailto:[27]bderzhavets@yahoo.com > > > 2. [28] > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 3. mailto:[29]pasik@iki.fi > > > 4. mailto:[30]pasik@iki.fi > > > 5. mailto:[31]bodkekumar@gmail.com > > > 6. mailto:[32]xen-users@lists.xensource.com > > > 7. [33] > http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 8. [34]http://mc/compose?to=Xen-users@lists.xensource.com > > > 9. [35]http://lists.xensource.com/xen-users > > > > -----Inline Attachment Follows----- > > > > _______________________________________________ > > Xen-users mailing list > > [36]Xen-users@lists.xensource.com > > [37]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:bderzhavets@yahoo.com > > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:bodkekumar@gmail.com > > 4. mailto:bodkekumar@gmail.com > > 5. mailto:bderzhavets@yahoo.com > > 6. mailto:pasik@iki.fi > > 7. mailto:xen-users@lists.xensource.com > > 8. http://xen.org/ > > 9. http://mc/compose?to=bodkekumar@gmail.com > > 10. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 11. http://mc/compose?to=bderzhavets@yahoo.com > > 12. http://mc/compose?to=bodkekumar@gmail.com > > 13. http://mc/compose?to=bodkekumar@gmail.com > > 14. http://mc/compose?to=pasik@iki.fi > > 15. http://mc/compose?to=bderzhavets@yahoo.com > > 16. http://mc/compose?to=xen-users@lists.xensource.com > > 17. http://mc/compose?to=pasik@iki.fi > > 18. http://mc/compose?to=bderzhavets@yahoo.com > > 19. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 20. http://mc/compose?to=pasik@iki.fi > > 21. http://mc/compose?to=pasik@iki.fi > > 22. http://mc/compose?to=bodkekumar@gmail.com > > 23. http://mc/compose?to=xen-users@lists.xensource.com > > 24. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 25. http://mc/compose?to=Xen-users@lists.xensource.com > > 26. http://lists.xensource.com/xen-users > > 27. http://mc/compose?to=bderzhavets@yahoo.com > > 28. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 29. http://mc/compose?to=pasik@iki.fi > > 30. http://mc/compose?to=pasik@iki.fi > > 31. http://mc/compose?to=bodkekumar@gmail.com > > 32. http://mc/compose?to=xen-users@lists.xensource.com > > 33. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 34. http://mc/compose?to=Xen-users@lists.xensource.com > > 35. http://lists.xensource.com/xen-users > > 36. http://mc/compose?to=Xen-users@lists.xensource.com > > 37. http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Mar 02, 2010 at 12:34:37PM -0800, kishore kumar wrote:> What is "nomodeset" parameter for the dom0 kernel?? > > Could you please let me know what needs to be done?? >You need to add it to grub.conf for the dom0 kernel. It disables KMS (Kernel Mode Setting). -- Pasi> thanks > BK > > On Tue, Mar 2, 2010 at 12:21 PM, Pasi Kärkkäinen <[1]pasik@iki.fi> wrote: > > On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote: > > Hi Boris, > > > > I successfully compiled and installed linux 2.6.32.9. > > > > I modified the grub.conf to boot with xen. > > > > After reboot, the system shows some xen boot messages and goes to > black > > screen. Nothing comes on the screen. > > > > What could be wrong here? > > > > Do you have "nomodeset" parameter for the dom0 kernel? I think that''s > required still.. > > -- Pasi > > Thanks > > BK > > > > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > > <[1][2]bderzhavets@yahoo.com> wrote: > > > > Quote:- > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > # git clone > git://[2][3]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > > > > end Quote. > > > > Add commands:- > > > > # git checkout origigin/xen/stable -b xen/stable > > # git pull > > > > Build with attached config :- > > > > # make -j2 (or 4 -number of cores your CPU) > > # make modules_install install > > > > Create initrd-2.6.32.9.img for your OS. > > > > Boris. > > > > --- On Mon, 3/1/10, kishore kumar <[3][4]bodkekumar@gmail.com> wrote: > > > > From: kishore kumar <[4][5]bodkekumar@gmail.com> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "Boris Derzhavets" <[5][6]bderzhavets@yahoo.com> > > Cc: "Pasi Kärkkäinen" <[6][7]pasik@iki.fi>, > [7][8]xen-users@lists.xensource.com > > Date: Monday, March 1, 2010, 7:52 PM > > > > Hi All, > > > > To follow up this, after Installing Xen Hypervisor 3.4.2 > successfully, I downloaded > > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen > 3.4.2 from > > [8][9]xen.org website and compiled and installed. > > > > Later I changed my grub.conf file to boot from Xen. > > > > ####################### > > root (hd0,0) > > kernel /xen-3.4.2.gz > > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root > LANG=en_US.UTF-8 > > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > > module /initrd-2.6.18.8.img > > ####################### > > > > After I reboot, I get the following messages. > > > > ################ > > > > Xenopf Intel processor model 44 or P6 family is not supported. > > Initialization failed. > > > > LOADING DOMAIN 0 > > Cannot load bzImage v2.04. v2.08 is required. > > > > Panic on CPU 0 > > Could not set up DOM 0 Guest OS > > Reboot in 5 sec > > > > ############### > > What is wrong happening here? > > > > THanks > > BK > > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar > <[9][10]bodkekumar@gmail.com> wrote: > > > > Hi Boris, > > > > I was following your steps and got stuck in the middle. Here is > what I did... > > > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed > successfully. > > > > Now while doing the step 2 > > > > STEP 2: > > > > Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > # git clone > git://[10][11]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS > ?) > > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I > GIVE HERE IN PLACE OF > > x. ?? > > > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN > YOU PLEASE HELP ME > > OUT IN THIS?) > > > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING > FEDORA 12 MACHINE. > > > > Thanks > > BK > > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets > <[11][12]bderzhavets@yahoo.com> wrote: > > > > Nothing went wrong. > > Now build pvops kernel. > > Instructions bellow. > > Reading PVOPS WIKI would help as well > > > > Boris. > > > > --- On Fri, 2/26/10, kishore kumar > <[12][13]bodkekumar@gmail.com> wrote: > > > > From: kishore kumar <[13][14]bodkekumar@gmail.com> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "Pasi Kärkkäinen" <[14][15]pasik@iki.fi> > > Cc: "Boris Derzhavets" <[15][16]bderzhavets@yahoo.com>, > > [16][17]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 9:41 PM > > > > Now I am able to do yum install kernel-xen xen. > > > > I can see the xen Images sitting in /boot directory. Its > xen-3.4.2.gz and xen.gz. > > > > Is this what to be expected ? > > > > I changed the grub.conf file to boot with Xen as below > > > > title Fedora (2.6.31.9-174.fc12.x86_64) > > root(hd0,0) > > kernel /xen-3.4.2.gz > > > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? > But I dont see this > > file .When we do yum to insall xen, will it also install > vmlinuz-2.6-xen0 also ?? > > > > Any idea what went wrong here?? > > > > thanks > > BK > > > > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen > <[17][18]pasik@iki.fi> wrote: > > > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar > wrote: > > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > > > I did not clearly understood on what you said in the > next line......... > > > > > > to install unsigned rpms supposed to be built latter. > > > Activate rpmbuild on F12:- > > > > > > # yum install transfig texi2html libaio-devel dev86 \ > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > what should I do can you please clarify me on the above > statements you > > > said??? > > > > > > I followed your next step and downloaded > xen-3.4.2-2.fc13.src.rpm from > > > internet and started doing the steps mentioned by you. > but at the very > > > step I get the messages saying > > > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > warning: user mockbuild does not exist - using root > > > warning: group mockbuild does not exist - using root > > > > > > Any idea what went wrong again?? > > > > > > > Nothing went wrong, those are just warnings. > > > > -- Pasi > > > THanks > > > bk > > > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > > <[1][18][19]bderzhavets@yahoo.com> wrote: > > > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > > to install unsigned rpms supposed to be built latter. > > > Activate rpmbuild on F12:- > > > > > > # yum install transfig texi2html libaio-devel dev86 \ > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. > Download from Net > > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > > # cd > > > # cd rpmbuild/SPEC > > > # rpmbuild -bb ./xen.spec > > > # cd ../RPMS/x86_64 > > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > > > Xen Hypervisor 3.4.2 installed > > > > > > 2. Install Libvirt > > > > > > # yum install libvirt libvirt-python python-virtinst \ > > > virt-manager virt-viewer > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > > > > # git clone > > > git://[2][19][20]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen > > > # cd linux-2.6-xen > > > # make menuconfig ( setup Xen Dom0 support) > > > # make -j(x)(number_of_kernels) > > > # make modules_install install > > > > > > You may also want to build 2.6.32.9 pvops > > > > > > # git checkout origin/xen/stable -b xen/stable > > > > > > I just switched from xen/master ( default 2.6.31.6 ) to > xen/stable (the most > > > recent supposed to become LTS - 2.6.32.9) > > > > > > Boris. > > > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen > <[3][20][21]pasik@iki.fi> wrote: > > > > > > From: Pasi Kärkkäinen <[4][21][22]pasik@iki.fi> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "kishore kumar" <[5][22][23]bodkekumar@gmail.com> > > > Cc: [6][23][24]xen-users@lists.xensource.com > > > Date: Friday, February 26, 2010, 4:50 AM > > > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar > wrote: > > > > HI, > > > > > > > > I am trying to install xen through yum. Here is > what I did. > > > > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen > xen > > > > > > > > Setting up Install Process > > > > > > > > Resolving Dependencies > > > > > > > > --> Running transaction check > > > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set > to be installed > > > > > > > > --> Processing Dependency: kernel-firmware >> 2.6.31.9-174.fc12 for > > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be > updated > > > > > > > > --> Processing Dependency: xen-runtime > 3.4.2-1.fc12 for package: > > > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > --> Processing Dependency: PyXML for package: > xen-3.4.2-1.fc12.x86_64 > > > > > > > > --> Running transaction check > > > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be > updated > > > > > > > > ---> Package kernel-firmware.noarch > 0:2.6.31.9-174.fc12 set to be > > updated > > > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set > to be updated > > > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 > for package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 > for package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > --> Running transaction check > > > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 > set to be updated > > > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to > be updated > > > > > > > > --> Finished Dependency Resolution > > > > > > > > Dependencies Resolved > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Package Arch Version Repository Size > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Installing: > > > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 > M > > > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > > > Installing for dependencies: > > > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released > 2.9 M > > > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released > 4.0 M > > > > > > > > Updating for dependencies: > > > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 > updates-released 906 k > > > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > > > Transaction Summary > > > > > > > > > > > > > > ===============================================================================> > > > > > > > Install 5 Package(s) > > > > > > > > Upgrade 2 Package(s) > > > > > > > > Total download size: 29 M > > > > > > > > Is this ok [y/N]: y > > > > > > > > Downloading Packages: > > > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB > 00:00 > > > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB > 00:02 > > > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm > | 906 kB 00:00 > > > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 > MB 00:00 > > > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB > 00:00 > > > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB > 00:00 > > > > > > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 > signature: NOKEY, key > > ID > > > > 57bbccba > > > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is > not installed > > > > > > > > > > > > > > > > Did Xen got installed with this? > > > > > > > > Will the grub.conf be automatically updtaed after I > run this command. > > > > (But I dont see my grub.conf being updated) > > > > > > > > Any Idea what went wrong here. > > > > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > > > [7][24][25]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > > > You need to get one of the ''testing'' rpms, or compile it > yourself. > > > > > > -- Pasi > > > > > > _______________________________________________ > > > Xen-users mailing list > > > [8][25][26]Xen-users@lists.xensource.com > > > [9][26][27]http://lists.xensource.com/xen-users > > > > > > References > > > > > > Visible links > > > 1. mailto:[27][28]bderzhavets@yahoo.com > > > 2. > [28][29]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 3. mailto:[29][30]pasik@iki.fi > > > 4. mailto:[30][31]pasik@iki.fi > > > 5. mailto:[31][32]bodkekumar@gmail.com > > > 6. mailto:[32][33]xen-users@lists.xensource.com > > > 7. > [33][34]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 8. > [34][35]http://mc/compose?to=Xen-users@lists.xensource.com > > > 9. [35][36]http://lists.xensource.com/xen-users > > > > -----Inline Attachment Follows----- > > > > _______________________________________________ > > Xen-users mailing list > > [36][37]Xen-users@lists.xensource.com > > [37][38]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[39]bderzhavets@yahoo.com > > 2. > [40]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[41]bodkekumar@gmail.com > > 4. mailto:[42]bodkekumar@gmail.com > > 5. mailto:[43]bderzhavets@yahoo.com > > 6. mailto:[44]pasik@iki.fi > > 7. mailto:[45]xen-users@lists.xensource.com > > 8. [46]http://xen.org/ > > 9. [47]http://mc/compose?to=bodkekumar@gmail.com > > 10. > [48]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 11. [49]http://mc/compose?to=bderzhavets@yahoo.com > > 12. [50]http://mc/compose?to=bodkekumar@gmail.com > > 13. [51]http://mc/compose?to=bodkekumar@gmail.com > > 14. [52]http://mc/compose?to=pasik@iki.fi > > 15. [53]http://mc/compose?to=bderzhavets@yahoo.com > > 16. [54]http://mc/compose?to=xen-users@lists.xensource.com > > 17. [55]http://mc/compose?to=pasik@iki.fi > > 18. [56]http://mc/compose?to=bderzhavets@yahoo.com > > 19. > [57]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 20. [58]http://mc/compose?to=pasik@iki.fi > > 21. [59]http://mc/compose?to=pasik@iki.fi > > 22. [60]http://mc/compose?to=bodkekumar@gmail.com > > 23. [61]http://mc/compose?to=xen-users@lists.xensource.com > > 24. [62]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 25. [63]http://mc/compose?to=Xen-users@lists.xensource.com > > 26. [64]http://lists.xensource.com/xen-users > > 27. [65]http://mc/compose?to=bderzhavets@yahoo.com > > 28. > [66]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 29. [67]http://mc/compose?to=pasik@iki.fi > > 30. [68]http://mc/compose?to=pasik@iki.fi > > 31. [69]http://mc/compose?to=bodkekumar@gmail.com > > 32. [70]http://mc/compose?to=xen-users@lists.xensource.com > > 33. [71]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 34. [72]http://mc/compose?to=Xen-users@lists.xensource.com > > 35. [73]http://lists.xensource.com/xen-users > > 36. [74]http://mc/compose?to=Xen-users@lists.xensource.com > > 37. [75]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:pasik@iki.fi > 2. mailto:bderzhavets@yahoo.com > 3. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 4. mailto:bodkekumar@gmail.com > 5. mailto:bodkekumar@gmail.com > 6. mailto:bderzhavets@yahoo.com > 7. mailto:pasik@iki.fi > 8. mailto:xen-users@lists.xensource.com > 9. http://xen.org/ > 10. mailto:bodkekumar@gmail.com > 11. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 12. mailto:bderzhavets@yahoo.com > 13. mailto:bodkekumar@gmail.com > 14. mailto:bodkekumar@gmail.com > 15. mailto:pasik@iki.fi > 16. mailto:bderzhavets@yahoo.com > 17. mailto:xen-users@lists.xensource.com > 18. mailto:pasik@iki.fi > 19. mailto:bderzhavets@yahoo.com > 20. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 21. mailto:pasik@iki.fi > 22. mailto:pasik@iki.fi > 23. mailto:bodkekumar@gmail.com > 24. mailto:xen-users@lists.xensource.com > 25. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 26. mailto:Xen-users@lists.xensource.com > 27. http://lists.xensource.com/xen-users > 28. mailto:bderzhavets@yahoo.com > 29. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 30. mailto:pasik@iki.fi > 31. mailto:pasik@iki.fi > 32. mailto:bodkekumar@gmail.com > 33. mailto:xen-users@lists.xensource.com > 34. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 35. http://mc/compose?to=Xen-users@lists.xensource.com > 36. http://lists.xensource.com/xen-users > 37. mailto:Xen-users@lists.xensource.com > 38. http://lists.xensource.com/xen-users > 39. mailto:bderzhavets@yahoo.com > 40. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 41. mailto:bodkekumar@gmail.com > 42. mailto:bodkekumar@gmail.com > 43. mailto:bderzhavets@yahoo.com > 44. mailto:pasik@iki.fi > 45. mailto:xen-users@lists.xensource.com > 46. http://xen.org/ > 47. http://mc/compose?to=bodkekumar@gmail.com > 48. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 49. http://mc/compose?to=bderzhavets@yahoo.com > 50. http://mc/compose?to=bodkekumar@gmail.com > 51. http://mc/compose?to=bodkekumar@gmail.com > 52. http://mc/compose?to=pasik@iki.fi > 53. http://mc/compose?to=bderzhavets@yahoo.com > 54. http://mc/compose?to=xen-users@lists.xensource.com > 55. http://mc/compose?to=pasik@iki.fi > 56. http://mc/compose?to=bderzhavets@yahoo.com > 57. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 58. http://mc/compose?to=pasik@iki.fi > 59. http://mc/compose?to=pasik@iki.fi > 60. http://mc/compose?to=bodkekumar@gmail.com > 61. http://mc/compose?to=xen-users@lists.xensource.com > 62. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 63. http://mc/compose?to=Xen-users@lists.xensource.com > 64. http://lists.xensource.com/xen-users > 65. http://mc/compose?to=bderzhavets@yahoo.com > 66. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 67. http://mc/compose?to=pasik@iki.fi > 68. http://mc/compose?to=pasik@iki.fi > 69. http://mc/compose?to=bodkekumar@gmail.com > 70. http://mc/compose?to=xen-users@lists.xensource.com > 71. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 72. http://mc/compose?to=Xen-users@lists.xensource.com > 73. http://lists.xensource.com/xen-users > 74. http://mc/compose?to=Xen-users@lists.xensource.com > 75. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I did nodomoset to my grub.conf. But still the same issue... :( On Tue, Mar 2, 2010 at 12:39 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> On Tue, Mar 02, 2010 at 12:34:37PM -0800, kishore kumar wrote: > > What is "nomodeset" parameter for the dom0 kernel?? > > > > Could you please let me know what needs to be done?? > > > > You need to add it to grub.conf for the dom0 kernel. > It disables KMS (Kernel Mode Setting). > > -- Pasi > > > thanks > > BK > > > > On Tue, Mar 2, 2010 at 12:21 PM, Pasi Kärkkäinen <[1]pasik@iki.fi> > wrote: > > > > On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote: > > > Hi Boris, > > > > > > I successfully compiled and installed linux 2.6.32.9. > > > > > > I modified the grub.conf to boot with xen. > > > > > > After reboot, the system shows some xen boot messages and goes > to > > black > > > screen. Nothing comes on the screen. > > > > > > What could be wrong here? > > > > > > > Do you have "nomodeset" parameter for the dom0 kernel? I think > that''s > > required still.. > > > > -- Pasi > > > Thanks > > > BK > > > > > > > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > > > <[1][2]bderzhavets@yahoo.com> wrote: > > > > > > Quote:- > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > # git clone > > git://[2][3]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > > # cd linux-2.6-xen > > > > > > end Quote. > > > > > > Add commands:- > > > > > > # git checkout origigin/xen/stable -b xen/stable > > > # git pull > > > > > > Build with attached config :- > > > > > > # make -j2 (or 4 -number of cores your CPU) > > > # make modules_install install > > > > > > Create initrd-2.6.32.9.img for your OS. > > > > > > Boris. > > > > > > --- On Mon, 3/1/10, kishore kumar <[3][4]bodkekumar@gmail.com> > wrote: > > > > > > From: kishore kumar <[4][5]bodkekumar@gmail.com> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "Boris Derzhavets" <[5][6]bderzhavets@yahoo.com> > > > Cc: "Pasi Kärkkäinen" <[6][7]pasik@iki.fi>, > > [7][8]xen-users@lists.xensource.com > > > Date: Monday, March 1, 2010, 7:52 PM > > > > > > Hi All, > > > > > > To follow up this, after Installing Xen Hypervisor 3.4.2 > > successfully, I downloaded > > > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for > Xen > > 3.4.2 from > > > [8][9]xen.org website and compiled and installed. > > > > > > Later I changed my grub.conf file to boot from Xen. > > > > > > ####################### > > > root (hd0,0) > > > kernel /xen-3.4.2.gz > > > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root > > LANG=en_US.UTF-8 > > > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > > > module /initrd-2.6.18.8.img > > > ####################### > > > > > > After I reboot, I get the following messages. > > > > > > ################ > > > > > > Xenopf Intel processor model 44 or P6 family is not supported. > > > Initialization failed. > > > > > > LOADING DOMAIN 0 > > > Cannot load bzImage v2.04. v2.08 is required. > > > > > > Panic on CPU 0 > > > Could not set up DOM 0 Guest OS > > > Reboot in 5 sec > > > > > > ############### > > > What is wrong happening here? > > > > > > THanks > > > BK > > > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar > > <[9][10]bodkekumar@gmail.com> wrote: > > > > > > Hi Boris, > > > > > > I was following your steps and got stuck in the middle. Here > is > > what I did... > > > > > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed > > successfully. > > > > > > Now while doing the step 2 > > > > > > STEP 2: > > > > > > Install Libvirt > > > # yum install libvirt libvirt-python python-virtinst \ > > > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > # git clone > > git://[10][11] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > > # cd linux-2.6-xen > > > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP > THIS > > ?) > > > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I > > GIVE HERE IN PLACE OF > > > x. ?? > > > > > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. > CAN > > YOU PLEASE HELP ME > > > OUT IN THIS?) > > > > > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING > > FEDORA 12 MACHINE. > > > > > > Thanks > > > BK > > > > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets > > <[11][12]bderzhavets@yahoo.com> wrote: > > > > > > Nothing went wrong. > > > Now build pvops kernel. > > > Instructions bellow. > > > Reading PVOPS WIKI would help as well > > > > > > Boris. > > > > > > --- On Fri, 2/26/10, kishore kumar > > <[12][13]bodkekumar@gmail.com> wrote: > > > > > > From: kishore kumar <[13][14]bodkekumar@gmail.com> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "Pasi Kärkkäinen" <[14][15]pasik@iki.fi> > > > Cc: "Boris Derzhavets" <[15][16]bderzhavets@yahoo.com>, > > > [16][17]xen-users@lists.xensource.com > > > Date: Friday, February 26, 2010, 9:41 PM > > > > > > Now I am able to do yum install kernel-xen xen. > > > > > > I can see the xen Images sitting in /boot directory. Its > > xen-3.4.2.gz and xen.gz. > > > > > > Is this what to be expected ? > > > > > > I changed the grub.conf file to boot with Xen as below > > > > > > title Fedora (2.6.31.9-174.fc12.x86_64) > > > root(hd0,0) > > > kernel /xen-3.4.2.gz > > > > > > My question is I dont see vmlinuz-2.6-xen0 in /boot > directory. > > > > > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 > ??? > > But I dont see this > > > file .When we do yum to insall xen, will it also install > > vmlinuz-2.6-xen0 also ?? > > > > > > Any idea what went wrong here?? > > > > > > thanks > > > BK > > > > > > > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen > > <[17][18]pasik@iki.fi> wrote: > > > > > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar > > wrote: > > > > I have already set gpgcheck=0 in /etc/yum.conf > file. > > > > > > > > I did not clearly understood on what you said in > the > > next line......... > > > > > > > > to install unsigned rpms supposed to be built > latter. > > > > Activate rpmbuild on F12:- > > > > > > > > # yum install transfig texi2html libaio-devel dev86 > \ > > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > what should I do can you please clarify me on the > above > > statements you > > > > said??? > > > > > > > > I followed your next step and downloaded > > xen-3.4.2-2.fc13.src.rpm from > > > > internet and started doing the steps mentioned by > you. > > but at the very > > > > step I get the messages saying > > > > > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using root > > > > warning: group mockbuild does not exist - using > root > > > > > > > > Any idea what went wrong again?? > > > > > > > > > > Nothing went wrong, those are just warnings. > > > > > > -- Pasi > > > > THanks > > > > bk > > > > > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > > > <[1][18][19]bderzhavets@yahoo.com> wrote: > > > > > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > > > to install unsigned rpms supposed to be built latter. > > > > Activate rpmbuild on F12:- > > > > > > > > # yum install transfig texi2html libaio-devel dev86 \ > > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. > > Download from Net > > > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > > > # cd > > > > # cd rpmbuild/SPEC > > > > # rpmbuild -bb ./xen.spec > > > > # cd ../RPMS/x86_64 > > > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > > > > > Xen Hypervisor 3.4.2 installed > > > > > > > > 2. Install Libvirt > > > > > > > > # yum install libvirt libvirt-python python-virtinst \ > > > > virt-manager virt-viewer > > > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > > Fitzhardinge > > > > Git Repository to support Xen 3.4.2 Dom0. > > > > > > > > # git clone > > > > > git://[2][19][20] > git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > linux-2.6-xen > > > > # cd linux-2.6-xen > > > > # make menuconfig ( setup Xen Dom0 support) > > > > # make -j(x)(number_of_kernels) > > > > # make modules_install install > > > > > > > > You may also want to build 2.6.32.9 pvops > > > > > > > > # git checkout origin/xen/stable -b xen/stable > > > > > > > > I just switched from xen/master ( default 2.6.31.6 ) > to > > xen/stable (the most > > > > recent supposed to become LTS - 2.6.32.9) > > > > > > > > Boris. > > > > > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen > > <[3][20][21]pasik@iki.fi> wrote: > > > > > > > > From: Pasi Kärkkäinen <[4][21][22]pasik@iki.fi> > > > > Subject: Re: [Xen-users] xen Installation through > YUM > > > > To: "kishore kumar" <[5][22][23] > bodkekumar@gmail.com> > > > > Cc: [6][23][24]xen-users@lists.xensource.com > > > > Date: Friday, February 26, 2010, 4:50 AM > > > > > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore > kumar > > wrote: > > > > > HI, > > > > > > > > > > I am trying to install xen through yum. Here is > > what I did. > > > > > > > > > > > > > > > [root@localhost Kishore]# yum install > kernel-xen > > xen > > > > > > > > > > Setting up Install Process > > > > > > > > > > Resolving Dependencies > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 > set > > to be installed > > > > > > > > > > --> Processing Dependency: kernel-firmware >> > 2.6.31.9-174.fc12 for > > > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to > be > > updated > > > > > > > > > > --> Processing Dependency: xen-runtime > > 3.4.2-1.fc12 for package: > > > > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Processing Dependency: PyXML for package: > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set > to be > > updated > > > > > > > > > > ---> Package kernel-firmware.noarch > > 0:2.6.31.9-174.fc12 set to be > > > updated > > > > > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 > set > > to be updated > > > > > > > > > > --> Processing Dependency: xen-libs > 3.4.2-1.fc12 > > for package: > > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Processing Dependency: xen-hypervisor-abi > 3.4 > > for package: > > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package xen-hypervisor.x86_64 > 0:3.4.2-1.fc12 > > set to be updated > > > > > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set > to > > be updated > > > > > > > > > > --> Finished Dependency Resolution > > > > > > > > > > Dependencies Resolved > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Package Arch Version Repository Size > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Installing: > > > > > > > > > > kernel x86_64 2.6.31.9-174.fc12 > updates-released 20 > > M > > > > > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > > > > > Installing for dependencies: > > > > > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 > k > > > > > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 > updates-released > > 2.9 M > > > > > > > > > > xen-runtime x86_64 3.4.2-1.fc12 > updates-released > > 4.0 M > > > > > > > > > > Updating for dependencies: > > > > > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 > > updates-released 906 k > > > > > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released > 165 k > > > > > > > > > > Transaction Summary > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Install 5 Package(s) > > > > > > > > > > Upgrade 2 Package(s) > > > > > > > > > > Total download size: 29 M > > > > > > > > > > Is this ok [y/N]: y > > > > > > > > > > Downloading Packages: > > > > > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB > > 00:00 > > > > > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 > MB > > 00:02 > > > > > > > > > > (3/7): > kernel-firmware-2.6.31.9-174.fc12.noarch.rpm > > | 906 kB 00:00 > > > > > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB > 00:00 > > > > > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | > 2.9 > > MB 00:00 > > > > > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 > kB > > 00:00 > > > > > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | > 4.0 MB > > 00:00 > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > > > > > warning: rpmts_HdrFromFdno: Header V3 > RSA/SHA256 > > signature: NOKEY, key > > > ID > > > > > 57bbccba > > > > > > > > > > Public key for > xen-libs-3.4.2-1.fc12.x86_64.rpm is > > not installed > > > > > > > > > > > > > > > > > > > > Did Xen got installed with this? > > > > > > > > > > Will the grub.conf be automatically updtaed > after I > > run this command. > > > > > (But I dont see my grub.conf being updated) > > > > > > > > > > Any Idea what went wrong here. > > > > > > > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, > see: > > > > > > [7][24][25]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > > > > > You need to get one of the ''testing'' rpms, or > compile it > > yourself. > > > > > > > > -- Pasi > > > > > > > > _______________________________________________ > > > > Xen-users mailing list > > > > [8][25][26]Xen-users@lists.xensource.com > > > > [9][26][27]http://lists.xensource.com/xen-users > > > > > > > > References > > > > > > > > Visible links > > > > 1. mailto:[27][28]bderzhavets@yahoo.com > > > > 2. > > [28][29] > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > 3. mailto:[29][30]pasik@iki.fi > > > > 4. mailto:[30][31]pasik@iki.fi > > > > 5. mailto:[31][32]bodkekumar@gmail.com > > > > 6. mailto:[32][33]xen-users@lists.xensource.com > > > > 7. > > [33][34]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > 8. > > [34][35]http://mc/compose?to=Xen-users@lists.xensource.com > > > > 9. [35][36]http://lists.xensource.com/xen-users > > > > > > -----Inline Attachment Follows----- > > > > > > _______________________________________________ > > > Xen-users mailing list > > > [36][37]Xen-users@lists.xensource.com > > > [37][38]http://lists.xensource.com/xen-users > > > > > > References > > > > > > Visible links > > > 1. mailto:[39]bderzhavets@yahoo.com > > > 2. > > [40]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 3. mailto:[41]bodkekumar@gmail.com > > > 4. mailto:[42]bodkekumar@gmail.com > > > 5. mailto:[43]bderzhavets@yahoo.com > > > 6. mailto:[44]pasik@iki.fi > > > 7. mailto:[45]xen-users@lists.xensource.com > > > 8. [46]http://xen.org/ > > > 9. [47]http://mc/compose?to=bodkekumar@gmail.com > > > 10. > > [48]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 11. [49]http://mc/compose?to=bderzhavets@yahoo.com > > > 12. [50]http://mc/compose?to=bodkekumar@gmail.com > > > 13. [51]http://mc/compose?to=bodkekumar@gmail.com > > > 14. [52]http://mc/compose?to=pasik@iki.fi > > > 15. [53]http://mc/compose?to=bderzhavets@yahoo.com > > > 16. [54]http://mc/compose?to=xen-users@lists.xensource.com > > > 17. [55]http://mc/compose?to=pasik@iki.fi > > > 18. [56]http://mc/compose?to=bderzhavets@yahoo.com > > > 19. > > [57]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 20. [58]http://mc/compose?to=pasik@iki.fi > > > 21. [59]http://mc/compose?to=pasik@iki.fi > > > 22. [60]http://mc/compose?to=bodkekumar@gmail.com > > > 23. [61]http://mc/compose?to=xen-users@lists.xensource.com > > > 24. [62]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 25. [63]http://mc/compose?to=Xen-users@lists.xensource.com > > > 26. [64]http://lists.xensource.com/xen-users > > > 27. [65]http://mc/compose?to=bderzhavets@yahoo.com > > > 28. > > [66]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 29. [67]http://mc/compose?to=pasik@iki.fi > > > 30. [68]http://mc/compose?to=pasik@iki.fi > > > 31. [69]http://mc/compose?to=bodkekumar@gmail.com > > > 32. [70]http://mc/compose?to=xen-users@lists.xensource.com > > > 33. [71]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 34. [72]http://mc/compose?to=Xen-users@lists.xensource.com > > > 35. [73]http://lists.xensource.com/xen-users > > > 36. [74]http://mc/compose?to=Xen-users@lists.xensource.com > > > 37. [75]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:pasik@iki.fi > > 2. mailto:bderzhavets@yahoo.com > > 3. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 4. mailto:bodkekumar@gmail.com > > 5. mailto:bodkekumar@gmail.com > > 6. mailto:bderzhavets@yahoo.com > > 7. mailto:pasik@iki.fi > > 8. mailto:xen-users@lists.xensource.com > > 9. http://xen.org/ > > 10. mailto:bodkekumar@gmail.com > > 11. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 12. mailto:bderzhavets@yahoo.com > > 13. mailto:bodkekumar@gmail.com > > 14. mailto:bodkekumar@gmail.com > > 15. mailto:pasik@iki.fi > > 16. mailto:bderzhavets@yahoo.com > > 17. mailto:xen-users@lists.xensource.com > > 18. mailto:pasik@iki.fi > > 19. mailto:bderzhavets@yahoo.com > > 20. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 21. mailto:pasik@iki.fi > > 22. mailto:pasik@iki.fi > > 23. mailto:bodkekumar@gmail.com > > 24. mailto:xen-users@lists.xensource.com > > 25. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 26. mailto:Xen-users@lists.xensource.com > > 27. http://lists.xensource.com/xen-users > > 28. mailto:bderzhavets@yahoo.com > > 29. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 30. mailto:pasik@iki.fi > > 31. mailto:pasik@iki.fi > > 32. mailto:bodkekumar@gmail.com > > 33. mailto:xen-users@lists.xensource.com > > 34. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 35. http://mc/compose?to=Xen-users@lists.xensource.com > > 36. http://lists.xensource.com/xen-users > > 37. mailto:Xen-users@lists.xensource.com > > 38. http://lists.xensource.com/xen-users > > 39. mailto:bderzhavets@yahoo.com > > 40. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 41. mailto:bodkekumar@gmail.com > > 42. mailto:bodkekumar@gmail.com > > 43. mailto:bderzhavets@yahoo.com > > 44. mailto:pasik@iki.fi > > 45. mailto:xen-users@lists.xensource.com > > 46. http://xen.org/ > > 47. http://mc/compose?to=bodkekumar@gmail.com > > 48. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 49. http://mc/compose?to=bderzhavets@yahoo.com > > 50. http://mc/compose?to=bodkekumar@gmail.com > > 51. http://mc/compose?to=bodkekumar@gmail.com > > 52. http://mc/compose?to=pasik@iki.fi > > 53. http://mc/compose?to=bderzhavets@yahoo.com > > 54. http://mc/compose?to=xen-users@lists.xensource.com > > 55. http://mc/compose?to=pasik@iki.fi > > 56. http://mc/compose?to=bderzhavets@yahoo.com > > 57. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 58. http://mc/compose?to=pasik@iki.fi > > 59. http://mc/compose?to=pasik@iki.fi > > 60. http://mc/compose?to=bodkekumar@gmail.com > > 61. http://mc/compose?to=xen-users@lists.xensource.com > > 62. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 63. http://mc/compose?to=Xen-users@lists.xensource.com > > 64. http://lists.xensource.com/xen-users > > 65. http://mc/compose?to=bderzhavets@yahoo.com > > 66. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 67. http://mc/compose?to=pasik@iki.fi > > 68. http://mc/compose?to=pasik@iki.fi > > 69. http://mc/compose?to=bodkekumar@gmail.com > > 70. http://mc/compose?to=xen-users@lists.xensource.com > > 71. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 72. http://mc/compose?to=Xen-users@lists.xensource.com > > 73. http://lists.xensource.com/xen-users > > 74. http://mc/compose?to=Xen-users@lists.xensource.com > > 75. http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Mar 02, 2010 at 01:15:13PM -0800, kishore kumar wrote:> I did nodomoset to my grub.conf. >nomodeset, not nodomoset.. Also see here how to capture the full boot messages for troubleshooting: http://wiki.xensource.com/xenwiki/XenSerialConsole -- Pasi> But still the same issue... :( > > > On Tue, Mar 2, 2010 at 12:39 PM, Pasi Kärkkäinen <[1]pasik@iki.fi> wrote: > > On Tue, Mar 02, 2010 at 12:34:37PM -0800, kishore kumar wrote: > > What is "nomodeset" parameter for the dom0 kernel?? > > > > Could you please let me know what needs to be done?? > > > > You need to add it to grub.conf for the dom0 kernel. > It disables KMS (Kernel Mode Setting). > > -- Pasi > > > thanks > > BK > > > > On Tue, Mar 2, 2010 at 12:21 PM, Pasi Kärkkäinen > <[1][2]pasik@iki.fi> wrote: > > > > On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote: > > > Hi Boris, > > > > > > I successfully compiled and installed linux 2.6.32.9. > > > > > > I modified the grub.conf to boot with xen. > > > > > > After reboot, the system shows some xen boot messages and > goes to > > black > > > screen. Nothing comes on the screen. > > > > > > What could be wrong here? > > > > > > > Do you have "nomodeset" parameter for the dom0 kernel? I think > that''s > > required still.. > > > > -- Pasi > > > Thanks > > > BK > > > > > > > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > > > <[1][2][3]bderzhavets@yahoo.com> wrote: > > > > > > Quote:- > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > # git clone > > > git://[2][3][4]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > > # cd linux-2.6-xen > > > > > > end Quote. > > > > > > Add commands:- > > > > > > # git checkout origigin/xen/stable -b xen/stable > > > # git pull > > > > > > Build with attached config :- > > > > > > # make -j2 (or 4 -number of cores your CPU) > > > # make modules_install install > > > > > > Create initrd-2.6.32.9.img for your OS. > > > > > > Boris. > > > > > > --- On Mon, 3/1/10, kishore kumar > <[3][4][5]bodkekumar@gmail.com> wrote: > > > > > > From: kishore kumar <[4][5][6]bodkekumar@gmail.com> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "Boris Derzhavets" <[5][6][7]bderzhavets@yahoo.com> > > > Cc: "Pasi Kärkkäinen" <[6][7][8]pasik@iki.fi>, > > [7][8][9]xen-users@lists.xensource.com > > > Date: Monday, March 1, 2010, 7:52 PM > > > > > > Hi All, > > > > > > To follow up this, after Installing Xen Hypervisor 3.4.2 > > successfully, I downloaded > > > Linux 2.6.18 with Xen 3.4.x support source tarball, updated > for Xen > > 3.4.2 from > > > [8][9][10]xen.org website and compiled and installed. > > > > > > Later I changed my grub.conf file to boot from Xen. > > > > > > ####################### > > > root (hd0,0) > > > kernel /xen-3.4.2.gz > > > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root > > LANG=en_US.UTF-8 > > > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb > quiet > > > module /initrd-2.6.18.8.img > > > ####################### > > > > > > After I reboot, I get the following messages. > > > > > > ################ > > > > > > Xenopf Intel processor model 44 or P6 family is not > supported. > > > Initialization failed. > > > > > > LOADING DOMAIN 0 > > > Cannot load bzImage v2.04. v2.08 is required. > > > > > > Panic on CPU 0 > > > Could not set up DOM 0 Guest OS > > > Reboot in 5 sec > > > > > > ############### > > > What is wrong happening here? > > > > > > THanks > > > BK > > > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar > > <[9][10][11]bodkekumar@gmail.com> wrote: > > > > > > Hi Boris, > > > > > > I was following your steps and got stuck in the middle. > Here is > > what I did... > > > > > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed > > successfully. > > > > > > Now while doing the step 2 > > > > > > STEP 2: > > > > > > Install Libvirt > > > # yum install libvirt libvirt-python python-virtinst \ > > > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > Fitzhardinge > > > Git Repository to support Xen 3.4.2 Dom0. > > > # git clone > > > git://[10][11][12]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > > > # cd linux-2.6-xen > > > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP > THIS > > ?) > > > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT > SHOULD I > > GIVE HERE IN PLACE OF > > > x. ?? > > > > > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING > HERE. CAN > > YOU PLEASE HELP ME > > > OUT IN THIS?) > > > > > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM > USING > > FEDORA 12 MACHINE. > > > > > > Thanks > > > BK > > > > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets > > <[11][12][13]bderzhavets@yahoo.com> wrote: > > > > > > Nothing went wrong. > > > Now build pvops kernel. > > > Instructions bellow. > > > Reading PVOPS WIKI would help as well > > > > > > Boris. > > > > > > --- On Fri, 2/26/10, kishore kumar > > <[12][13][14]bodkekumar@gmail.com> wrote: > > > > > > From: kishore kumar <[13][14][15]bodkekumar@gmail.com> > > > Subject: Re: [Xen-users] xen Installation through YUM > > > To: "Pasi Kärkkäinen" <[14][15][16]pasik@iki.fi> > > > Cc: "Boris Derzhavets" > <[15][16][17]bderzhavets@yahoo.com>, > > > [16][17][18]xen-users@lists.xensource.com > > > Date: Friday, February 26, 2010, 9:41 PM > > > > > > Now I am able to do yum install kernel-xen xen. > > > > > > I can see the xen Images sitting in /boot directory. > Its > > xen-3.4.2.gz and xen.gz. > > > > > > Is this what to be expected ? > > > > > > I changed the grub.conf file to boot with Xen as below > > > > > > title Fedora (2.6.31.9-174.fc12.x86_64) > > > root(hd0,0) > > > kernel /xen-3.4.2.gz > > > > > > My question is I dont see vmlinuz-2.6-xen0 in /boot > directory. > > > > > > Do I need to add this line module > /boot/vmlinuz-2.6-xen0 ??? > > But I dont see this > > > file .When we do yum to insall xen, will it also > install > > vmlinuz-2.6-xen0 also ?? > > > > > > Any idea what went wrong here?? > > > > > > thanks > > > BK > > > > > > > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen > > <[17][18][19]pasik@iki.fi> wrote: > > > > > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore > kumar > > wrote: > > > > I have already set gpgcheck=0 in /etc/yum.conf > file. > > > > > > > > I did not clearly understood on what you said in > the > > next line......... > > > > > > > > to install unsigned rpms supposed to be built > latter. > > > > Activate rpmbuild on F12:- > > > > > > > > # yum install transfig texi2html libaio-devel > dev86 \ > > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > what should I do can you please clarify me on > the above > > statements you > > > > said??? > > > > > > > > I followed your next step and downloaded > > xen-3.4.2-2.fc13.src.rpm from > > > > internet and started doing the steps mentioned > by you. > > but at the very > > > > step I get the messages saying > > > > > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > warning: user mockbuild does not exist - using > root > > > > warning: group mockbuild does not exist - using > root > > > > > > > > Any idea what went wrong again?? > > > > > > > > > > Nothing went wrong, those are just warnings. > > > > > > -- Pasi > > > > THanks > > > > bk > > > > > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris > Derzhavets > > > > <[1][18][19][20]bderzhavets@yahoo.com> wrote: > > > > > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > > > to install unsigned rpms supposed to be built > latter. > > > > Activate rpmbuild on F12:- > > > > > > > > # yum install transfig texi2html libaio-devel dev86 > \ > > > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. > > Download from Net > > > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > > > # cd > > > > # cd rpmbuild/SPEC > > > > # rpmbuild -bb ./xen.spec > > > > # cd ../RPMS/x86_64 > > > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > > > > > Xen Hypervisor 3.4.2 installed > > > > > > > > 2. Install Libvirt > > > > > > > > # yum install libvirt libvirt-python > python-virtinst \ > > > > virt-manager virt-viewer > > > > > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > > Fitzhardinge > > > > Git Repository to support Xen 3.4.2 Dom0. > > > > > > > > # git clone > > > > > > git://[2][19][20][21]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > linux-2.6-xen > > > > # cd linux-2.6-xen > > > > # make menuconfig ( setup Xen Dom0 support) > > > > # make -j(x)(number_of_kernels) > > > > # make modules_install install > > > > > > > > You may also want to build 2.6.32.9 pvops > > > > > > > > # git checkout origin/xen/stable -b xen/stable > > > > > > > > I just switched from xen/master ( default 2.6.31.6 > ) to > > xen/stable (the most > > > > recent supposed to become LTS - 2.6.32.9) > > > > > > > > Boris. > > > > > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen > > <[3][20][21][22]pasik@iki.fi> wrote: > > > > > > > > From: Pasi Kärkkäinen > <[4][21][22][23]pasik@iki.fi> > > > > Subject: Re: [Xen-users] xen Installation through > YUM > > > > To: "kishore kumar" > <[5][22][23][24]bodkekumar@gmail.com> > > > > Cc: [6][23][24][25]xen-users@lists.xensource.com > > > > Date: Friday, February 26, 2010, 4:50 AM > > > > > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore > kumar > > wrote: > > > > > HI, > > > > > > > > > > I am trying to install xen through yum. Here > is > > what I did. > > > > > > > > > > > > > > > [root@localhost Kishore]# yum install > kernel-xen > > xen > > > > > > > > > > Setting up Install Process > > > > > > > > > > Resolving Dependencies > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package kernel.x86_64 > 0:2.6.31.9-174.fc12 set > > to be installed > > > > > > > > > > --> Processing Dependency: kernel-firmware > >> > 2.6.31.9-174.fc12 for > > > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set > to be > > updated > > > > > > > > > > --> Processing Dependency: xen-runtime > > 3.4.2-1.fc12 for package: > > > > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Processing Dependency: PyXML for > package: > > xen-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 > set to be > > updated > > > > > > > > > > ---> Package kernel-firmware.noarch > > 0:2.6.31.9-174.fc12 set to be > > > updated > > > > > > > > > > ---> Package xen-runtime.x86_64 > 0:3.4.2-1.fc12 set > > to be updated > > > > > > > > > > --> Processing Dependency: xen-libs > 3.4.2-1.fc12 > > for package: > > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Processing Dependency: > xen-hypervisor-abi = 3.4 > > for package: > > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > > > > > --> Running transaction check > > > > > > > > > > ---> Package xen-hypervisor.x86_64 > 0:3.4.2-1.fc12 > > set to be updated > > > > > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 > set to > > be updated > > > > > > > > > > --> Finished Dependency Resolution > > > > > > > > > > Dependencies Resolved > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Package Arch Version Repository Size > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Installing: > > > > > > > > > > kernel x86_64 2.6.31.9-174.fc12 > updates-released 20 > > M > > > > > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 > k > > > > > > > > > > Installing for dependencies: > > > > > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released > 906 k > > > > > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 > updates-released > > 2.9 M > > > > > > > > > > xen-runtime x86_64 3.4.2-1.fc12 > updates-released > > 4.0 M > > > > > > > > > > Updating for dependencies: > > > > > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 > > updates-released 906 k > > > > > > > > > > xen-libs x86_64 3.4.2-1.fc12 > updates-released 165 k > > > > > > > > > > Transaction Summary > > > > > > > > > > > > > > > > > > > > ===============================================================================> > > > > > > > > > Install 5 Package(s) > > > > > > > > > > Upgrade 2 Package(s) > > > > > > > > > > Total download size: 29 M > > > > > > > > > > Is this ok [y/N]: y > > > > > > > > > > Downloading Packages: > > > > > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 > kB > > 00:00 > > > > > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | > 20 MB > > 00:02 > > > > > > > > > > (3/7): > kernel-firmware-2.6.31.9-174.fc12.noarch.rpm > > | 906 kB 00:00 > > > > > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB > 00:00 > > > > > > > > > > (5/7): > xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 > > MB 00:00 > > > > > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | > 165 kB > > 00:00 > > > > > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | > 4.0 MB > > 00:00 > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > > > > > warning: rpmts_HdrFromFdno: Header V3 > RSA/SHA256 > > signature: NOKEY, key > > > ID > > > > > 57bbccba > > > > > > > > > > Public key for > xen-libs-3.4.2-1.fc12.x86_64.rpm is > > not installed > > > > > > > > > > > > > > > > > > > > Did Xen got installed with this? > > > > > > > > > > Will the grub.conf be automatically updtaed > after I > > run this command. > > > > > (But I dont see my grub.conf being updated) > > > > > > > > > > Any Idea what went wrong here. > > > > > > > > > > > > > Fedora 12 doesn''t include Xen dom0 capable > kernel, see: > > > > > > > [7][24][25][26]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > > > > > You need to get one of the ''testing'' rpms, or > compile it > > yourself. > > > > > > > > -- Pasi > > > > > > > > _______________________________________________ > > > > Xen-users mailing list > > > > [8][25][26][27]Xen-users@lists.xensource.com > > > > > [9][26][27][28]http://lists.xensource.com/xen-users > > > > > > > > References > > > > > > > > Visible links > > > > 1. mailto:[27][28][29]bderzhavets@yahoo.com > > > > 2. > > > [28][29][30]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > > 3. mailto:[29][30][31]pasik@iki.fi > > > > 4. mailto:[30][31][32]pasik@iki.fi > > > > 5. mailto:[31][32][33]bodkekumar@gmail.com > > > > 6. > mailto:[32][33][34]xen-users@lists.xensource.com > > > > 7. > > [33][34][35]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > 8. > > [34][35][36]http://mc/compose?to=Xen-users@lists.xensource.com > > > > 9. > [35][36][37]http://lists.xensource.com/xen-users > > > > > > -----Inline Attachment Follows----- > > > > > > _______________________________________________ > > > Xen-users mailing list > > > [36][37][38]Xen-users@lists.xensource.com > > > [37][38][39]http://lists.xensource.com/xen-users > > > > > > References > > > > > > Visible links > > > 1. mailto:[39][40]bderzhavets@yahoo.com > > > 2. > > > [40][41]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 3. mailto:[41][42]bodkekumar@gmail.com > > > 4. mailto:[42][43]bodkekumar@gmail.com > > > 5. mailto:[43][44]bderzhavets@yahoo.com > > > 6. mailto:[44][45]pasik@iki.fi > > > 7. mailto:[45][46]xen-users@lists.xensource.com > > > 8. [46][47]http://xen.org/ > > > 9. [47][48]http://mc/compose?to=bodkekumar@gmail.com > > > 10. > > > [48][49]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 11. [49][50]http://mc/compose?to=bderzhavets@yahoo.com > > > 12. [50][51]http://mc/compose?to=bodkekumar@gmail.com > > > 13. [51][52]http://mc/compose?to=bodkekumar@gmail.com > > > 14. [52][53]http://mc/compose?to=pasik@iki.fi > > > 15. [53][54]http://mc/compose?to=bderzhavets@yahoo.com > > > 16. > [54][55]http://mc/compose?to=xen-users@lists.xensource.com > > > 17. [55][56]http://mc/compose?to=pasik@iki.fi > > > 18. [56][57]http://mc/compose?to=bderzhavets@yahoo.com > > > 19. > > > [57][58]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 20. [58][59]http://mc/compose?to=pasik@iki.fi > > > 21. [59][60]http://mc/compose?to=pasik@iki.fi > > > 22. [60][61]http://mc/compose?to=bodkekumar@gmail.com > > > 23. > [61][62]http://mc/compose?to=xen-users@lists.xensource.com > > > 24. > [62][63]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 25. > [63][64]http://mc/compose?to=Xen-users@lists.xensource.com > > > 26. [64][65]http://lists.xensource.com/xen-users > > > 27. [65][66]http://mc/compose?to=bderzhavets@yahoo.com > > > 28. > > > [66][67]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > > 29. [67][68]http://mc/compose?to=pasik@iki.fi > > > 30. [68][69]http://mc/compose?to=pasik@iki.fi > > > 31. [69][70]http://mc/compose?to=bodkekumar@gmail.com > > > 32. > [70][71]http://mc/compose?to=xen-users@lists.xensource.com > > > 33. > [71][72]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > 34. > [72][73]http://mc/compose?to=Xen-users@lists.xensource.com > > > 35. [73][74]http://lists.xensource.com/xen-users > > > 36. > [74][75]http://mc/compose?to=Xen-users@lists.xensource.com > > > 37. [75][76]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[77]pasik@iki.fi > > 2. mailto:[78]bderzhavets@yahoo.com > > 3. > [79]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 4. mailto:[80]bodkekumar@gmail.com > > 5. mailto:[81]bodkekumar@gmail.com > > 6. mailto:[82]bderzhavets@yahoo.com > > 7. mailto:[83]pasik@iki.fi > > 8. mailto:[84]xen-users@lists.xensource.com > > 9. [85]http://xen.org/ > > 10. mailto:[86]bodkekumar@gmail.com > > 11. > [87]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 12. mailto:[88]bderzhavets@yahoo.com > > 13. mailto:[89]bodkekumar@gmail.com > > 14. mailto:[90]bodkekumar@gmail.com > > 15. mailto:[91]pasik@iki.fi > > 16. mailto:[92]bderzhavets@yahoo.com > > 17. mailto:[93]xen-users@lists.xensource.com > > 18. mailto:[94]pasik@iki.fi > > 19. mailto:[95]bderzhavets@yahoo.com > > 20. > [96]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 21. mailto:[97]pasik@iki.fi > > 22. mailto:[98]pasik@iki.fi > > 23. mailto:[99]bodkekumar@gmail.com > > 24. mailto:[100]xen-users@lists.xensource.com > > 25. [101]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 26. mailto:[102]Xen-users@lists.xensource.com > > 27. [103]http://lists.xensource.com/xen-users > > 28. mailto:[104]bderzhavets@yahoo.com > > 29. > [105]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 30. mailto:[106]pasik@iki.fi > > 31. mailto:[107]pasik@iki.fi > > 32. mailto:[108]bodkekumar@gmail.com > > 33. mailto:[109]xen-users@lists.xensource.com > > 34. [110]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 35. [111]http://mc/compose?to=Xen-users@lists.xensource.com > > 36. [112]http://lists.xensource.com/xen-users > > 37. mailto:[113]Xen-users@lists.xensource.com > > 38. [114]http://lists.xensource.com/xen-users > > 39. mailto:[115]bderzhavets@yahoo.com > > 40. > [116]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 41. mailto:[117]bodkekumar@gmail.com > > 42. mailto:[118]bodkekumar@gmail.com > > 43. mailto:[119]bderzhavets@yahoo.com > > 44. mailto:[120]pasik@iki.fi > > 45. mailto:[121]xen-users@lists.xensource.com > > 46. [122]http://xen.org/ > > 47. [123]http://mc/compose?to=bodkekumar@gmail.com > > 48. > [124]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 49. [125]http://mc/compose?to=bderzhavets@yahoo.com > > 50. [126]http://mc/compose?to=bodkekumar@gmail.com > > 51. [127]http://mc/compose?to=bodkekumar@gmail.com > > 52. [128]http://mc/compose?to=pasik@iki.fi > > 53. [129]http://mc/compose?to=bderzhavets@yahoo.com > > 54. [130]http://mc/compose?to=xen-users@lists.xensource.com > > 55. [131]http://mc/compose?to=pasik@iki.fi > > 56. [132]http://mc/compose?to=bderzhavets@yahoo.com > > 57. > [133]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 58. [134]http://mc/compose?to=pasik@iki.fi > > 59. [135]http://mc/compose?to=pasik@iki.fi > > 60. [136]http://mc/compose?to=bodkekumar@gmail.com > > 61. [137]http://mc/compose?to=xen-users@lists.xensource.com > > 62. [138]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 63. [139]http://mc/compose?to=Xen-users@lists.xensource.com > > 64. [140]http://lists.xensource.com/xen-users > > 65. [141]http://mc/compose?to=bderzhavets@yahoo.com > > 66. > [142]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 67. [143]http://mc/compose?to=pasik@iki.fi > > 68. [144]http://mc/compose?to=pasik@iki.fi > > 69. [145]http://mc/compose?to=bodkekumar@gmail.com > > 70. [146]http://mc/compose?to=xen-users@lists.xensource.com > > 71. [147]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 72. [148]http://mc/compose?to=Xen-users@lists.xensource.com > > 73. [149]http://lists.xensource.com/xen-users > > 74. [150]http://mc/compose?to=Xen-users@lists.xensource.com > > 75. [151]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:pasik@iki.fi > 2. mailto:pasik@iki.fi > 3. mailto:bderzhavets@yahoo.com > 4. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 5. mailto:bodkekumar@gmail.com > 6. mailto:bodkekumar@gmail.com > 7. mailto:bderzhavets@yahoo.com > 8. mailto:pasik@iki.fi > 9. mailto:xen-users@lists.xensource.com > 10. http://xen.org/ > 11. mailto:bodkekumar@gmail.com > 12. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 13. mailto:bderzhavets@yahoo.com > 14. mailto:bodkekumar@gmail.com > 15. mailto:bodkekumar@gmail.com > 16. mailto:pasik@iki.fi > 17. mailto:bderzhavets@yahoo.com > 18. mailto:xen-users@lists.xensource.com > 19. mailto:pasik@iki.fi > 20. mailto:bderzhavets@yahoo.com > 21. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 22. mailto:pasik@iki.fi > 23. mailto:pasik@iki.fi > 24. mailto:bodkekumar@gmail.com > 25. mailto:xen-users@lists.xensource.com > 26. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 27. mailto:Xen-users@lists.xensource.com > 28. http://lists.xensource.com/xen-users > 29. mailto:bderzhavets@yahoo.com > 30. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 31. mailto:pasik@iki.fi > 32. mailto:pasik@iki.fi > 33. mailto:bodkekumar@gmail.com > 34. mailto:xen-users@lists.xensource.com > 35. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 36. http://mc/compose?to=Xen-users@lists.xensource.com > 37. http://lists.xensource.com/xen-users > 38. mailto:Xen-users@lists.xensource.com > 39. http://lists.xensource.com/xen-users > 40. mailto:bderzhavets@yahoo.com > 41. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 42. mailto:bodkekumar@gmail.com > 43. mailto:bodkekumar@gmail.com > 44. mailto:bderzhavets@yahoo.com > 45. mailto:pasik@iki.fi > 46. mailto:xen-users@lists.xensource.com > 47. http://xen.org/ > 48. http://mc/compose?to=bodkekumar@gmail.com > 49. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 50. http://mc/compose?to=bderzhavets@yahoo.com > 51. http://mc/compose?to=bodkekumar@gmail.com > 52. http://mc/compose?to=bodkekumar@gmail.com > 53. http://mc/compose?to=pasik@iki.fi > 54. http://mc/compose?to=bderzhavets@yahoo.com > 55. http://mc/compose?to=xen-users@lists.xensource.com > 56. http://mc/compose?to=pasik@iki.fi > 57. http://mc/compose?to=bderzhavets@yahoo.com > 58. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 59. http://mc/compose?to=pasik@iki.fi > 60. http://mc/compose?to=pasik@iki.fi > 61. http://mc/compose?to=bodkekumar@gmail.com > 62. http://mc/compose?to=xen-users@lists.xensource.com > 63. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 64. http://mc/compose?to=Xen-users@lists.xensource.com > 65. http://lists.xensource.com/xen-users > 66. http://mc/compose?to=bderzhavets@yahoo.com > 67. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 68. http://mc/compose?to=pasik@iki.fi > 69. http://mc/compose?to=pasik@iki.fi > 70. http://mc/compose?to=bodkekumar@gmail.com > 71. http://mc/compose?to=xen-users@lists.xensource.com > 72. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 73. http://mc/compose?to=Xen-users@lists.xensource.com > 74. http://lists.xensource.com/xen-users > 75. http://mc/compose?to=Xen-users@lists.xensource.com > 76. http://lists.xensource.com/xen-users > 77. mailto:pasik@iki.fi > 78. mailto:bderzhavets@yahoo.com > 79. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 80. mailto:bodkekumar@gmail.com > 81. mailto:bodkekumar@gmail.com > 82. mailto:bderzhavets@yahoo.com > 83. mailto:pasik@iki.fi > 84. mailto:xen-users@lists.xensource.com > 85. http://xen.org/ > 86. mailto:bodkekumar@gmail.com > 87. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 88. mailto:bderzhavets@yahoo.com > 89. mailto:bodkekumar@gmail.com > 90. mailto:bodkekumar@gmail.com > 91. mailto:pasik@iki.fi > 92. mailto:bderzhavets@yahoo.com > 93. mailto:xen-users@lists.xensource.com > 94. mailto:pasik@iki.fi > 95. mailto:bderzhavets@yahoo.com > 96. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 97. mailto:pasik@iki.fi > 98. mailto:pasik@iki.fi > 99. mailto:bodkekumar@gmail.com > 100. mailto:xen-users@lists.xensource.com > 101. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 102. mailto:Xen-users@lists.xensource.com > 103. http://lists.xensource.com/xen-users > 104. mailto:bderzhavets@yahoo.com > 105. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 106. mailto:pasik@iki.fi > 107. mailto:pasik@iki.fi > 108. mailto:bodkekumar@gmail.com > 109. mailto:xen-users@lists.xensource.com > 110. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 111. http://mc/compose?to=Xen-users@lists.xensource.com > 112. http://lists.xensource.com/xen-users > 113. mailto:Xen-users@lists.xensource.com > 114. http://lists.xensource.com/xen-users > 115. mailto:bderzhavets@yahoo.com > 116. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 117. mailto:bodkekumar@gmail.com > 118. mailto:bodkekumar@gmail.com > 119. mailto:bderzhavets@yahoo.com > 120. mailto:pasik@iki.fi > 121. mailto:xen-users@lists.xensource.com > 122. http://xen.org/ > 123. http://mc/compose?to=bodkekumar@gmail.com > 124. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 125. http://mc/compose?to=bderzhavets@yahoo.com > 126. http://mc/compose?to=bodkekumar@gmail.com > 127. http://mc/compose?to=bodkekumar@gmail.com > 128. http://mc/compose?to=pasik@iki.fi > 129. http://mc/compose?to=bderzhavets@yahoo.com > 130. http://mc/compose?to=xen-users@lists.xensource.com > 131. http://mc/compose?to=pasik@iki.fi > 132. http://mc/compose?to=bderzhavets@yahoo.com > 133. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 134. http://mc/compose?to=pasik@iki.fi > 135. http://mc/compose?to=pasik@iki.fi > 136. http://mc/compose?to=bodkekumar@gmail.com > 137. http://mc/compose?to=xen-users@lists.xensource.com > 138. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 139. http://mc/compose?to=Xen-users@lists.xensource.com > 140. http://lists.xensource.com/xen-users > 141. http://mc/compose?to=bderzhavets@yahoo.com > 142. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 143. http://mc/compose?to=pasik@iki.fi > 144. http://mc/compose?to=pasik@iki.fi > 145. http://mc/compose?to=bodkekumar@gmail.com > 146. http://mc/compose?to=xen-users@lists.xensource.com > 147. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 148. http://mc/compose?to=Xen-users@lists.xensource.com > 149. http://lists.xensource.com/xen-users > 150. http://mc/compose?to=Xen-users@lists.xensource.com > 151. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
************************************************************ Just another way to fix issue - disable DRM inside kernel ************************************************************* cd /usr/src/linux-2.6-xen make menuconfig Device Drivers-> Graphics Support-> < > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) Disable DRM at all and rebuild kernel. It will work without "nomodeset" parameter. --- On Tue, 3/2/10, Pasi Kärkkäinen <pasik@iki.fi> wrote: From: Pasi Kärkkäinen <pasik@iki.fi> Subject: Re: [Xen-users] xen Installation through YUM To: "kishore kumar" <bodkekumar@gmail.com> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Tuesday, March 2, 2010, 3:21 PM On Tue, Mar 02, 2010 at 11:56:39AM -0800, kishore kumar wrote:> Hi Boris, > > I successfully compiled and installed linux 2.6.32.9. > > I modified the grub.conf to boot with xen. > > After reboot, the system shows some xen boot messages and goes to black > screen. Nothing comes on the screen. > > What could be wrong here? >Do you have "nomodeset" parameter for the dom0 kernel? I think that''s required still.. -- Pasi> Thanks > BK > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > <[1]bderzhavets@yahoo.com> wrote: > > Quote:- > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > --- On Mon, 3/1/10, kishore kumar <[3]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[4]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[5]bderzhavets@yahoo.com> > Cc: "Pasi Kärkkäinen" <[6]pasik@iki.fi>, [7]xen-users@lists.xensource.com > Date: Monday, March 1, 2010, 7:52 PM > > Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from > [8]xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? > > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[9]bodkekumar@gmail.com> wrote: > > Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[10]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF > x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME > OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. > > Thanks > BK > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <[11]bderzhavets@yahoo.com> wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > --- On Fri, 2/26/10, kishore kumar <[12]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[13]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <[14]pasik@iki.fi> > Cc: "Boris Derzhavets" <[15]bderzhavets@yahoo.com>, > [16]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this > file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[17]pasik@iki.fi> wrote: > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1][18]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone > git://[2][19]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][20]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4][21]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5][22]bodkekumar@gmail.com> > > Cc: [6][23]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7][24]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8][25]Xen-users@lists.xensource.com > > [9][26]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[27]bderzhavets@yahoo.com > > 2. [28]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[29]pasik@iki.fi > > 4. mailto:[30]pasik@iki.fi > > 5. mailto:[31]bodkekumar@gmail.com > > 6. mailto:[32]xen-users@lists.xensource.com > > 7. [33]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. [34]http://mc/compose?to=Xen-users@lists.xensource.com > > 9. [35]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [36]Xen-users@lists.xensource.com > [37]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 3. mailto:bodkekumar@gmail.com > 4. mailto:bodkekumar@gmail.com > 5. mailto:bderzhavets@yahoo.com > 6. mailto:pasik@iki.fi > 7. mailto:xen-users@lists.xensource.com > 8. http://xen.org/ > 9. http://mc/compose?to=bodkekumar@gmail.com > 10. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 11. http://mc/compose?to=bderzhavets@yahoo.com > 12. http://mc/compose?to=bodkekumar@gmail.com > 13. http://mc/compose?to=bodkekumar@gmail.com > 14. http://mc/compose?to=pasik@iki.fi > 15. http://mc/compose?to=bderzhavets@yahoo.com > 16. http://mc/compose?to=xen-users@lists.xensource.com > 17. http://mc/compose?to=pasik@iki.fi > 18. http://mc/compose?to=bderzhavets@yahoo.com > 19. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 20. http://mc/compose?to=pasik@iki.fi > 21. http://mc/compose?to=pasik@iki.fi > 22. http://mc/compose?to=bodkekumar@gmail.com > 23. http://mc/compose?to=xen-users@lists.xensource.com > 24. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 25. http://mc/compose?to=Xen-users@lists.xensource.com > 26. http://lists.xensource.com/xen-users > 27. http://mc/compose?to=bderzhavets@yahoo.com > 28. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 29. http://mc/compose?to=pasik@iki.fi > 30. http://mc/compose?to=pasik@iki.fi > 31. http://mc/compose?to=bodkekumar@gmail.com > 32. http://mc/compose?to=xen-users@lists.xensource.com > 33. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 34. http://mc/compose?to=Xen-users@lists.xensource.com > 35. http://lists.xensource.com/xen-users > 36. http://mc/compose?to=Xen-users@lists.xensource.com > 37. http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Might be DRM issue as i wrote . Try disable DRM first. But i suspect , serial console would be required. Boris. --- On Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: xen-users@lists.xensource.com Date: Tuesday, March 2, 2010, 2:56 PM Hi Boris, I successfully compiled and installed linux 2.6.32.9. I modified the grub.conf to boot with xen. After reboot, the system shows some xen boot messages and goes to black screen. Nothing comes on the screen. What could be wrong here? Thanks BK On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Quote:- PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen end Quote. Add commands:- # git checkout origigin/xen/stable -b xen/stable # git pull Build with attached config :- # make -j2 (or 4 -number of cores your CPU) # make modules_install install Create initrd-2.6.32.9.img for your OS. Boris. --- On Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "Pasi Kärkkäinen" <pasik@iki.fi>, xen-users@lists.xensource.com Date: Monday, March 1, 2010, 7:52 PM Hi All, To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from xen.org website and compiled and installed. Later I changed my grub.conf file to boot from Xen. ####################### root (hd0,0) kernel /xen-3.4.2.gz module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet module /initrd-2.6.18.8.img ####################### After I reboot, I get the following messages. ################ Xenopf Intel processor model 44 or P6 family is not supported. Initialization failed. LOADING DOMAIN 0 Cannot load bzImage v2.04. v2.08 is required. Panic on CPU 0 Could not set up DOM 0 Guest OS Reboot in 5 sec ############### What is wrong happening here? THanks BK On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com> wrote: Hi Boris, I was following your steps and got stuck in the middle. Here is what I did... Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. Now while doing the step 2 STEP 2: Install Libvirt # yum install libvirt libvirt-python python-virtinst \ virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF x. ?? BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME OUT IN THIS?) I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. Thanks BK On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Nothing went wrong. Now build pvops kernel. Instructions bellow. Reading PVOPS WIKI would help as well Boris. --- On Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Pasi Kärkkäinen" <pasik@iki.fi> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Friday, February 26, 2010, 9:41 PM Now I am able to do yum install kernel-xen xen. I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. Is this what to be expected ? I changed the grub.conf file to boot with Xen as below title Fedora (2.6.31.9-174.fc12.x86_64) root(hd0,0) kernel /xen-3.4.2.gz My question is I dont see vmlinuz-2.6-xen0 in /boot directory. Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? Any idea what went wrong here?? thanks BK On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote: On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote:> I have already set gpgcheck=0 in /etc/yum.conf file. > > I did not clearly understood on what you said in the next line.........> > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd> what should I do can you please clarify me on the above statements you > said??? > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > internet and started doing the steps mentioned by you. but at the very> step I get the messages saying > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > > Any idea what went wrong again??>Nothing went wrong, those are just warnings. -- Pasi> THanks > bk > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets> <[1]bderzhavets@yahoo.com> wrote: > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter.> Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net> xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \> xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \> xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> linux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops> > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > recent supposed to become LTS - 2.6.32.9) > > Boris.> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > From: Pasi Kärkkäinen <[4]pasik@iki.fi>> Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <[5]bodkekumar@gmail.com>> Cc: [6]xen-users@lists.xensource.com> Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did.> > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > >> > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for> > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package:> > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > >> > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated> > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package:> > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > >> > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > >> > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > =============================================================================== > > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > >> > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M> > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k> > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > =============================================================================== > > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > >> > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > >> > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00> > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > --------------------------------------------------------------------------------> > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed> > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated)> > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0> > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > _______________________________________________ > Xen-users mailing list> [8]Xen-users@lists.xensource.com > [9]http://lists.xensource.com/xen-users> > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> 3. mailto:pasik@iki.fi > 4. mailto:pasik@iki.fi> 5. mailto:bodkekumar@gmail.com > 6. mailto:xen-users@lists.xensource.com> 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 8. http://mc/compose?to=Xen-users@lists.xensource.com> 9. http://lists.xensource.com/xen-users-----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I disabled DRM and rebuilt the kernel. Still the same black screen. :( I did connect the serial port as well. On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Might be DRM issue as i wrote . Try disable DRM first. > But i suspect , serial console would be required. > > Boris. > > > --- On *Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com>* wrote: > > > From: kishore kumar <bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com> > Cc: xen-users@lists.xensource.com > Date: Tuesday, March 2, 2010, 2:56 PM > > > Hi Boris, > > I successfully compiled and installed linux 2.6.32.9. > > I modified the grub.conf to boot with xen. > > After reboot, the system shows some xen boot messages and goes to black > screen. Nothing comes on the screen. > > What could be wrong here? > > Thanks > BK > > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> > > wrote: > >> Quote:- >> >> >> PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >> Git Repository to support Xen 3.4.2 Dom0. >> # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) >> >> # cd linux-2.6-xen >> >> end Quote. >> >> Add commands:- >> >> # git checkout origigin/xen/stable -b xen/stable >> # git pull >> >> Build with attached config :- >> >> # make -j2 (or 4 -number of cores your CPU) >> # make modules_install install >> >> Create initrd-2.6.32.9.img for your OS. >> >> Boris. >> >> >> --- On *Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> >* wrote: >> >> >> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> > >> Subject: Re: [Xen-users] xen Installation through YUM >> To: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >> > >> Cc: "Pasi Kärkkäinen" <pasik@iki.fi <http://mc/compose?to=pasik@iki.fi>>, >> xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >> Date: Monday, March 1, 2010, 7:52 PM >> >> >> Hi All, >> >> To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I >> downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for >> Xen 3.4.2 from xen.org website and compiled and installed. >> >> Later I changed my grub.conf file to boot from Xen. >> >> ####################### >> root (hd0,0) >> kernel /xen-3.4.2.gz >> module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root >> LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb >> quiet >> module /initrd-2.6.18.8.img >> ####################### >> >> After I reboot, I get the following messages. >> >> ################ >> >> Xenopf Intel processor model 44 or P6 family is not supported. >> Initialization failed. >> >> LOADING DOMAIN 0 >> Cannot load bzImage v2.04. v2.08 is required. >> >> Panic on CPU 0 >> Could not set up DOM 0 Guest OS >> Reboot in 5 sec >> >> ############### >> What is wrong happening here? >> >> THanks >> BK >> On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> > wrote: >> >>> Hi Boris, >>> >>> I was following your steps and got stuck in the middle. Here is what I >>> did... >>> >>> Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. >>> >>> Now while doing the step 2 >>> >>> STEP 2: >>> >>> Install Libvirt >>> # yum install libvirt libvirt-python python-virtinst \ >>> virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) >>> >>> PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>> Git Repository to support Xen 3.4.2 Dom0. >>> # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) >>> >>> # cd linux-2.6-xen >>> # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) >>> # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE >>> IN PLACE OF x. ?? >>> >>> BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU >>> PLEASE HELP ME OUT IN THIS?) >>> >>> I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 >>> MACHINE. >>> >>> Thanks >>> BK >>> >>> >>> On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets < >>> bderzhavets@yahoo.com <http://mc/compose?to=bderzhavets@yahoo.com>>wrote: >>> >>>> Nothing went wrong. >>>> Now build pvops kernel. >>>> Instructions bellow. >>>> Reading PVOPS WIKI would help as well >>>> >>>> Boris. >>>> >>>> >>>> --- On *Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>> >* wrote: >>>> >>>> >>>> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com>> >>>> >>>> >>>> Subject: Re: [Xen-users] xen Installation through YUM >>>> To: "Pasi Kärkkäinen" <pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>> > >>>> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>>, >>>> xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>> Date: Friday, February 26, 2010, 9:41 PM >>>> >>>> >>>> Now I am able to do yum install kernel-xen xen. >>>> >>>> I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz >>>> and xen.gz. >>>> >>>> Is this what to be expected ? >>>> >>>> I changed the grub.conf file to boot with Xen as below >>>> >>>> title Fedora (2.6.31.9-174.fc12.x86_64) >>>> root(hd0,0) >>>> kernel /xen-3.4.2.gz >>>> >>>> My question is I dont see vmlinuz-2.6-xen0 in /boot directory. >>>> >>>> Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont >>>> see this file .When we do yum to insall xen, will it also install >>>> vmlinuz-2.6-xen0 also ?? >>>> >>>> Any idea what went wrong here?? >>>> >>>> thanks >>>> BK >>>> >>>> >>>> >>>> On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>> > wrote: >>>> >>>>> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: >>>>> > I have already set gpgcheck=0 in /etc/yum.conf file. >>>>> > >>>>> > I did not clearly understood on what you said in the next >>>>> line......... >>>>> > >>>>> > to install unsigned rpms supposed to be built latter. >>>>> > Activate rpmbuild on F12:- >>>>> > >>>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>>> > what should I do can you please clarify me on the above statements >>>>> you >>>>> > said??? >>>>> > >>>>> > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm >>>>> from >>>>> > internet and started doing the steps mentioned by you. but at the >>>>> very >>>>> > step I get the messages saying >>>>> > >>>>> > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > warning: user mockbuild does not exist - using root >>>>> > warning: group mockbuild does not exist - using root >>>>> > >>>>> > Any idea what went wrong again?? >>>>> > >>>>> >>>>> Nothing went wrong, those are just warnings. >>>>> >>>>> -- Pasi >>>>> >>>>> > THanks >>>>> > bk >>>>> > >>>>> > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets >>>>> > <[1]bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>> >>>>> wrote: >>>>> > >>>>> > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) >>>>> > to install unsigned rpms supposed to be built latter. >>>>> > Activate rpmbuild on F12:- >>>>> > >>>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>>> > >>>>> > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net >>>>> > xen-3.4.2-2.fc13.src.rpm. Now :- >>>>> > >>>>> > # rpm -iv xen-3.4.2-2.fc13.src.rpm >>>>> > # cd >>>>> > # cd rpmbuild/SPEC >>>>> > # rpmbuild -bb ./xen.spec >>>>> > # cd ../RPMS/x86_64 >>>>> > yum install xen-3.4.2-2.fc12.x86_64.rpm \ >>>>> > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ >>>>> > xen-devel-3.4.2-2.fc12.x86_64.rpm \ >>>>> > xen-doc-3.4.2-2.fc12.x86_64.rpm \ >>>>> > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ >>>>> > xen-libs-3.4.-2.fc12.x86_64.rpm \ >>>>> > xen-runtime-3.4.2-2.fc12.x86_64.rpm >>>>> > >>>>> > Xen Hypervisor 3.4.2 installed >>>>> > >>>>> > 2. Install Libvirt >>>>> > >>>>> > # yum install libvirt libvirt-python python-virtinst \ >>>>> > virt-manager virt-viewer >>>>> > >>>>> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>>>> > Git Repository to support Xen 3.4.2 Dom0. >>>>> > >>>>> > # git clone git://[2] >>>>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>>> > linux-2.6-xen >>>>> > # cd linux-2.6-xen >>>>> > # make menuconfig ( setup Xen Dom0 support) >>>>> > # make -j(x)(number_of_kernels) >>>>> > # make modules_install install >>>>> > >>>>> > You may also want to build 2.6.32.9 pvops >>>>> > >>>>> > # git checkout origin/xen/stable -b xen/stable >>>>> > >>>>> > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable >>>>> (the most >>>>> > recent supposed to become LTS - 2.6.32.9) >>>>> > >>>>> > Boris. >>>>> > >>>>> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi>> >>>>> wrote: >>>>> > >>>>> > From: Pasi Kärkkäinen <[4]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>>> > >>>>> > Subject: Re: [Xen-users] xen Installation through YUM >>>>> > To: "kishore kumar" <[5]bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>>> > >>>>> > Cc: [6]xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>>> > Date: Friday, February 26, 2010, 4:50 AM >>>>> > >>>>> > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: >>>>> > > HI, >>>>> > > >>>>> > > I am trying to install xen through yum. Here is what I did. >>>>> > > >>>>> > > >>>>> > > [root@localhost Kishore]# yum install kernel-xen xen >>>>> > > >>>>> > > Setting up Install Process >>>>> > > >>>>> > > Resolving Dependencies >>>>> > > >>>>> > > --> Running transaction check >>>>> > > >>>>> > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be >>>>> installed >>>>> > > >>>>> > > --> Processing Dependency: kernel-firmware >>>>>> 2.6.31.9-174.fc12 for >>>>> > > package: kernel-2.6.31.9-174.fc12.x86_64 >>>>> > > >>>>> > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated >>>>> > > >>>>> > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for >>>>> package: >>>>> > > xen-3.4.2-1.fc12.x86_64 >>>>> > > >>>>> > > --> Processing Dependency: PyXML for package: >>>>> xen-3.4.2-1.fc12.x86_64 >>>>> > > >>>>> > > --> Running transaction check >>>>> > > >>>>> > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated >>>>> > > >>>>> > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to >>>>> be updated >>>>> > > >>>>> > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be >>>>> updated >>>>> > > >>>>> > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for >>>>> package: >>>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>>> > > >>>>> > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for >>>>> package: >>>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>>> > > >>>>> > > --> Running transaction check >>>>> > > >>>>> > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be >>>>> updated >>>>> > > >>>>> > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated >>>>> > > >>>>> > > --> Finished Dependency Resolution >>>>> > > >>>>> > > Dependencies Resolved >>>>> > > >>>>> > > >>>>> > >>>>> ===============================================================================>>>>> > > >>>>> > > Package Arch Version Repository Size >>>>> > > >>>>> > > >>>>> > >>>>> ===============================================================================>>>>> > > >>>>> > > Installing: >>>>> > > >>>>> > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M >>>>> > > >>>>> > > xen x86_64 3.4.2-1.fc12 updates-released 898 k >>>>> > > >>>>> > > Installing for dependencies: >>>>> > > >>>>> > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k >>>>> > > >>>>> > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M >>>>> > > >>>>> > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M >>>>> > > >>>>> > > Updating for dependencies: >>>>> > > >>>>> > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 >>>>> k >>>>> > > >>>>> > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k >>>>> > > >>>>> > > Transaction Summary >>>>> > > >>>>> > > >>>>> > >>>>> ===============================================================================>>>>> > > >>>>> > > Install 5 Package(s) >>>>> > > >>>>> > > Upgrade 2 Package(s) >>>>> > > >>>>> > > Total download size: 29 M >>>>> > > >>>>> > > Is this ok [y/N]: y >>>>> > > >>>>> > > Downloading Packages: >>>>> > > >>>>> > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 >>>>> > > >>>>> > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 >>>>> > > >>>>> > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB >>>>> 00:00 >>>>> > > >>>>> > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 >>>>> > > >>>>> > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 >>>>> > > >>>>> > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 >>>>> > > >>>>> > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 >>>>> > > >>>>> > > >>>>> > >>>>> -------------------------------------------------------------------------------- >>>>> > > >>>>> > > Total 6.7 MB/s | 29 MB 00:04 >>>>> > > >>>>> > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: >>>>> NOKEY, key ID >>>>> > > 57bbccba >>>>> > > >>>>> > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not >>>>> installed >>>>> > > >>>>> > > >>>>> > > >>>>> > > Did Xen got installed with this? >>>>> > > >>>>> > > Will the grub.conf be automatically updtaed after I run this >>>>> command. >>>>> > > (But I dont see my grub.conf being updated) >>>>> > > >>>>> > > Any Idea what went wrong here. >>>>> > > >>>>> > >>>>> > Fedora 12 doesn''t include Xen dom0 capable kernel, see: >>>>> > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>>> > >>>>> > You need to get one of the ''testing'' rpms, or compile it yourself. >>>>> > >>>>> > -- Pasi >>>>> > >>>>> > _______________________________________________ >>>>> > Xen-users mailing list >>>>> > [8]Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>>>> > [9]http://lists.xensource.com/xen-users >>>>> > >>>>> > References >>>>> > >>>>> > Visible links >>>>> > 1. mailto:bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >>>>> > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>>> > 3. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>>> > 4. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>>> > 5. mailto:bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>>> > 6. mailto:xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>>> > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>>> > 8. http://mc/compose?to=Xen-users@lists.xensource.com >>>>> > 9. http://lists.xensource.com/xen-users >>>>> >>>> >>>> >>>> -----Inline Attachment Follows----- >>>> >>>> _______________________________________________ >>>> Xen-users mailing list >>>> >>>> Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>>> http://lists.xensource.com/xen-users >>>> >>>> >>>> >>> >> >> > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Mar 02, 2010 at 05:02:46PM -0800, kishore kumar wrote:> I disabled DRM and rebuilt the kernel. Still the same black screen. :( > > I did connect the serial port as well. >Please paste the full serial boot log of Xen + dom0 kernel. -- Pasi> > > On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets > <[1]bderzhavets@yahoo.com> wrote: > > Might be DRM issue as i wrote . Try disable DRM first. > But i suspect , serial console would be required. > > Boris. > > --- On Tue, 3/2/10, kishore kumar <[2]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[3]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[4]bderzhavets@yahoo.com> > Cc: [5]xen-users@lists.xensource.com > Date: Tuesday, March 2, 2010, 2:56 PM > > Hi Boris, > > I successfully compiled and installed linux 2.6.32.9. > > I modified the grub.conf to boot with xen. > > After reboot, the system shows some xen boot messages and goes to black screen. Nothing > comes on the screen. > > What could be wrong here? > > Thanks > BK > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <[6]bderzhavets@yahoo.com> wrote: > > Quote:- > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[7]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > --- On Mon, 3/1/10, kishore kumar <[8]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[9]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[10]bderzhavets@yahoo.com> > Cc: "Pasi Kärkkäinen" <[11]pasik@iki.fi>, [12]xen-users@lists.xensource.com > Date: Monday, March 1, 2010, 7:52 PM > > Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from > [13]xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? > > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[14]bodkekumar@gmail.com> wrote: > > Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[15]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF > x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME > OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. > > Thanks > BK > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <[16]bderzhavets@yahoo.com> wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > --- On Fri, 2/26/10, kishore kumar <[17]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[18]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <[19]pasik@iki.fi> > Cc: "Boris Derzhavets" <[20]bderzhavets@yahoo.com>, > [21]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this > file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[22]pasik@iki.fi> wrote: > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1][23]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone > git://[2][24]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][25]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4][26]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5][27]bodkekumar@gmail.com> > > Cc: [6][28]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7][29]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8][30]Xen-users@lists.xensource.com > > [9][31]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[32]bderzhavets@yahoo.com > > 2. [33]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[34]pasik@iki.fi > > 4. mailto:[35]pasik@iki.fi > > 5. mailto:[36]bodkekumar@gmail.com > > 6. mailto:[37]xen-users@lists.xensource.com > > 7. [38]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. [39]http://mc/compose?to=Xen-users@lists.xensource.com > > 9. [40]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [41]Xen-users@lists.xensource.com > [42]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [43]Xen-users@lists.xensource.com > [44]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. mailto:bodkekumar@gmail.com > 3. mailto:bodkekumar@gmail.com > 4. mailto:bderzhavets@yahoo.com > 5. mailto:xen-users@lists.xensource.com > 6. http://mc/compose?to=bderzhavets@yahoo.com > 7. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 8. http://mc/compose?to=bodkekumar@gmail.com > 9. http://mc/compose?to=bodkekumar@gmail.com > 10. http://mc/compose?to=bderzhavets@yahoo.com > 11. http://mc/compose?to=pasik@iki.fi > 12. http://mc/compose?to=xen-users@lists.xensource.com > 13. http://xen.org/ > 14. http://mc/compose?to=bodkekumar@gmail.com > 15. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 16. http://mc/compose?to=bderzhavets@yahoo.com > 17. http://mc/compose?to=bodkekumar@gmail.com > 18. http://mc/compose?to=bodkekumar@gmail.com > 19. http://mc/compose?to=pasik@iki.fi > 20. http://mc/compose?to=bderzhavets@yahoo.com > 21. http://mc/compose?to=xen-users@lists.xensource.com > 22. http://mc/compose?to=pasik@iki.fi > 23. http://mc/compose?to=bderzhavets@yahoo.com > 24. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 25. http://mc/compose?to=pasik@iki.fi > 26. http://mc/compose?to=pasik@iki.fi > 27. http://mc/compose?to=bodkekumar@gmail.com > 28. http://mc/compose?to=xen-users@lists.xensource.com > 29. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 30. http://mc/compose?to=Xen-users@lists.xensource.com > 31. http://lists.xensource.com/xen-users > 32. http://mc/compose?to=bderzhavets@yahoo.com > 33. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 34. http://mc/compose?to=pasik@iki.fi > 35. http://mc/compose?to=pasik@iki.fi > 36. http://mc/compose?to=bodkekumar@gmail.com > 37. http://mc/compose?to=xen-users@lists.xensource.com > 38. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 39. http://mc/compose?to=Xen-users@lists.xensource.com > 40. http://lists.xensource.com/xen-users > 41. http://mc/compose?to=Xen-users@lists.xensource.com > 42. http://lists.xensource.com/xen-users > 43. http://mc/compose?to=Xen-users@lists.xensource.com > 44. http://lists.xensource.com/xen-users> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Could you share your hardware configuration ? Boris. --- On Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: xen-users@lists.xensource.com Date: Tuesday, March 2, 2010, 8:02 PM I disabled DRM and rebuilt the kernel. Still the same black screen. :( I did connect the serial port as well. On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Might be DRM issue as i wrote . Try disable DRM first. But i suspect , serial console would be required. Boris. --- On Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: xen-users@lists.xensource.com Date: Tuesday, March 2, 2010, 2:56 PM Hi Boris, I successfully compiled and installed linux 2.6.32.9. I modified the grub.conf to boot with xen. After reboot, the system shows some xen boot messages and goes to black screen. Nothing comes on the screen. What could be wrong here? Thanks BK On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Quote:- PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen end Quote. Add commands:- # git checkout origigin/xen/stable -b xen/stable # git pull Build with attached config :- # make -j2 (or 4 -number of cores your CPU) # make modules_install install Create initrd-2.6.32.9.img for your OS. Boris. --- On Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "Pasi Kärkkäinen" <pasik@iki.fi>, xen-users@lists.xensource.com Date: Monday, March 1, 2010, 7:52 PM Hi All, To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from xen.org website and compiled and installed. Later I changed my grub.conf file to boot from Xen. ####################### root (hd0,0) kernel /xen-3.4.2.gz module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet module /initrd-2.6.18.8.img ####################### After I reboot, I get the following messages. ################ Xenopf Intel processor model 44 or P6 family is not supported. Initialization failed. LOADING DOMAIN 0 Cannot load bzImage v2.04. v2.08 is required. Panic on CPU 0 Could not set up DOM 0 Guest OS Reboot in 5 sec ############### What is wrong happening here? THanks BK On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com> wrote: Hi Boris, I was following your steps and got stuck in the middle. Here is what I did... Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. Now while doing the step 2 STEP 2: Install Libvirt # yum install libvirt libvirt-python python-virtinst \ virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge Git Repository to support Xen 3.4.2 Dom0. # git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) # cd linux-2.6-xen # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF x. ?? BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME OUT IN THIS?) I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. Thanks BK On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <bderzhavets@yahoo.com> wrote: Nothing went wrong. Now build pvops kernel. Instructions bellow. Reading PVOPS WIKI would help as well Boris. --- On Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com> wrote: From: kishore kumar <bodkekumar@gmail.com> Subject: Re: [Xen-users] xen Installation through YUM To: "Pasi Kärkkäinen" <pasik@iki.fi> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-users@lists.xensource.com Date: Friday, February 26, 2010, 9:41 PM Now I am able to do yum install kernel-xen xen. I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. Is this what to be expected ? I changed the grub.conf file to boot with Xen as below title Fedora (2.6.31.9-174.fc12.x86_64) root(hd0,0) kernel /xen-3.4.2.gz My question is I dont see vmlinuz-2.6-xen0 in /boot directory. Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? Any idea what went wrong here?? thanks BK On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote: On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote:> I have already set gpgcheck=0 in /etc/yum.conf file. > > I did not clearly understood on what you said in the next line.........> > to install unsigned rpms supposed to be built latter. > Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd> what should I do can you please clarify me on the above statements you > said??? > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > internet and started doing the steps mentioned by you. but at the very> step I get the messages saying > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root> warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > > Any idea what went wrong again??>Nothing went wrong, those are just warnings. -- Pasi> THanks > bk > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets> <[1]bderzhavets@yahoo.com> wrote: > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > to install unsigned rpms supposed to be built latter.> Activate rpmbuild on F12:- > > # yum install transfig texi2html libaio-devel dev86 \ > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net> xen-3.4.2-2.fc13.src.rpm. Now :- > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > # cd > # cd rpmbuild/SPEC > # rpmbuild -bb ./xen.spec > # cd ../RPMS/x86_64 > yum install xen-3.4.2-2.fc12.x86_64.rpm \> xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > xen-libs-3.4.-2.fc12.x86_64.rpm \> xen-runtime-3.4.2-2.fc12.x86_64.rpm > > Xen Hypervisor 3.4.2 installed > > 2. Install Libvirt > > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > > # git clone git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> linux-2.6-xen > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) > # make -j(x)(number_of_kernels) > # make modules_install install > > You may also want to build 2.6.32.9 pvops> > # git checkout origin/xen/stable -b xen/stable > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > recent supposed to become LTS - 2.6.32.9) > > Boris.> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi> wrote: > > From: Pasi Kärkkäinen <[4]pasik@iki.fi>> Subject: Re: [Xen-users] xen Installation through YUM > To: "kishore kumar" <[5]bodkekumar@gmail.com>> Cc: [6]xen-users@lists.xensource.com> Date: Friday, February 26, 2010, 4:50 AM > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > HI, > > > > I am trying to install xen through yum. Here is what I did.> > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > Setting up Install Process > > > > Resolving Dependencies > >> > --> Running transaction check > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for> > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package:> > xen-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > >> > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be updated > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated> > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package:> > xen-runtime-3.4.2-1.fc12.x86_64 > > > > --> Running transaction check > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > >> > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > --> Finished Dependency Resolution > > > > Dependencies Resolved > >> > > ===============================================================================> > > > Package Arch Version Repository Size > > > > > =============================================================================== > > > > Installing: > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > >> > Installing for dependencies: > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M> > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > Updating for dependencies: > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k> > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > Transaction Summary > > > > > =============================================================================== > > > > Install 5 Package(s) > > > > Upgrade 2 Package(s) > > > > Total download size: 29 M > > > > Is this ok [y/N]: y > >> > Downloading Packages: > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > >> > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00> > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > --------------------------------------------------------------------------------> > > > Total 6.7 MB/s | 29 MB 00:04 > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID > > 57bbccba > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed> > > > > > > > Did Xen got installed with this? > > > > Will the grub.conf be automatically updtaed after I run this command. > > (But I dont see my grub.conf being updated)> > > > Any Idea what went wrong here. > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0> > You need to get one of the ''testing'' rpms, or compile it yourself. > > -- Pasi > > _______________________________________________ > Xen-users mailing list> [8]Xen-users@lists.xensource.com > [9]http://lists.xensource.com/xen-users> > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> 3. mailto:pasik@iki.fi > 4. mailto:pasik@iki.fi> 5. mailto:bodkekumar@gmail.com > 6. mailto:xen-users@lists.xensource.com> 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 8. http://mc/compose?to=Xen-users@lists.xensource.com> 9. http://lists.xensource.com/xen-users-----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -----Inline Attachment Follows----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Attached is the file which gives my Hardware configuration details. I did cat /proc/cpuinfo command to get this. Let me know if you need any other info. Hi Pasi The Xen boot messages I am getting is on the vga, not on the serial port. I get other BIOS information on the serial port and then transfer the Xen boot messages to vga. Let me know how to capture the boot messages from vga. Thanks BK. On Wed, Mar 3, 2010 at 2:30 AM, Boris Derzhavets <bderzhavets@yahoo.com>wrote:> Could you share your hardware configuration ? > > > Boris. > > --- On *Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com>* wrote: > > > From: kishore kumar <bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com> > Cc: xen-users@lists.xensource.com > Date: Tuesday, March 2, 2010, 8:02 PM > > > > I disabled DRM and rebuilt the kernel. Still the same black screen. :( > > I did connect the serial port as well. > > > > > On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> > > wrote: > >> Might be DRM issue as i wrote . Try disable DRM first. >> But i suspect , serial console would be required. >> >> Boris. >> >> >> --- On *Tue, 3/2/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> >* wrote: >> >> >> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >> > >> Subject: Re: [Xen-users] xen Installation through YUM >> To: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >> > >> Cc: xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >> Date: Tuesday, March 2, 2010, 2:56 PM >> >> >> Hi Boris, >> >> I successfully compiled and installed linux 2.6.32.9. >> >> I modified the grub.conf to boot with xen. >> >> After reboot, the system shows some xen boot messages and goes to black >> screen. Nothing comes on the screen. >> >> What could be wrong here? >> >> Thanks >> BK >> >> >> >> On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >> > wrote: >> >>> Quote:- >>> >>> >>> PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>> Git Repository to support Xen 3.4.2 Dom0. >>> # git clone git:// >>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) >>> >>> # cd linux-2.6-xen >>> >>> end Quote. >>> >>> Add commands:- >>> >>> # git checkout origigin/xen/stable -b xen/stable >>> # git pull >>> >>> Build with attached config :- >>> >>> # make -j2 (or 4 -number of cores your CPU) >>> # make modules_install install >>> >>> Create initrd-2.6.32.9.img for your OS. >>> >>> Boris. >>> >>> >>> --- On *Mon, 3/1/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> >* wrote: >>> >>> >>> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> > >>> Subject: Re: [Xen-users] xen Installation through YUM >>> To: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >>> > >>> Cc: "Pasi Kärkkäinen" <pasik@iki.fi <http://mc/compose?to=pasik@iki.fi>>, >>> xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>> Date: Monday, March 1, 2010, 7:52 PM >>> >>> >>> Hi All, >>> >>> To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I >>> downloaded Linux 2.6.18 with Xen 3.4.x support source tarball, updated for >>> Xen 3.4.2 from xen.org website and compiled and installed. >>> >>> Later I changed my grub.conf file to boot from Xen. >>> >>> ####################### >>> root (hd0,0) >>> kernel /xen-3.4.2.gz >>> module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root >>> LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb >>> quiet >>> module /initrd-2.6.18.8.img >>> ####################### >>> >>> After I reboot, I get the following messages. >>> >>> ################ >>> >>> Xenopf Intel processor model 44 or P6 family is not supported. >>> Initialization failed. >>> >>> LOADING DOMAIN 0 >>> Cannot load bzImage v2.04. v2.08 is required. >>> >>> Panic on CPU 0 >>> Could not set up DOM 0 Guest OS >>> Reboot in 5 sec >>> >>> ############### >>> What is wrong happening here? >>> >>> THanks >>> BK >>> On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>> > wrote: >>> >>>> Hi Boris, >>>> >>>> I was following your steps and got stuck in the middle. Here is what I >>>> did... >>>> >>>> Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed >>>> successfully. >>>> >>>> Now while doing the step 2 >>>> >>>> STEP 2: >>>> >>>> Install Libvirt >>>> # yum install libvirt libvirt-python python-virtinst \ >>>> virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) >>>> >>>> PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>>> Git Repository to support Xen 3.4.2 Dom0. >>>> # git clone git:// >>>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) >>>> >>>> # cd linux-2.6-xen >>>> # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) >>>> # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE >>>> IN PLACE OF x. ?? >>>> >>>> BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU >>>> PLEASE HELP ME OUT IN THIS?) >>>> >>>> I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 >>>> MACHINE. >>>> >>>> Thanks >>>> BK >>>> >>>> >>>> On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets < >>>> bderzhavets@yahoo.com <http://mc/compose?to=bderzhavets@yahoo.com>>wrote: >>>> >>>>> Nothing went wrong. >>>>> Now build pvops kernel. >>>>> Instructions bellow. >>>>> Reading PVOPS WIKI would help as well >>>>> >>>>> Boris. >>>>> >>>>> >>>>> --- On *Fri, 2/26/10, kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>>> >* wrote: >>>>> >>>>> >>>>> From: kishore kumar <bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com>> >>>>> >>>>> >>>>> Subject: Re: [Xen-users] xen Installation through YUM >>>>> To: "Pasi Kärkkäinen" <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>>> > >>>>> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>>, >>>>> xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>>> Date: Friday, February 26, 2010, 9:41 PM >>>>> >>>>> >>>>> Now I am able to do yum install kernel-xen xen. >>>>> >>>>> I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz >>>>> and xen.gz. >>>>> >>>>> Is this what to be expected ? >>>>> >>>>> I changed the grub.conf file to boot with Xen as below >>>>> >>>>> title Fedora (2.6.31.9-174.fc12.x86_64) >>>>> root(hd0,0) >>>>> kernel /xen-3.4.2.gz >>>>> >>>>> My question is I dont see vmlinuz-2.6-xen0 in /boot directory. >>>>> >>>>> Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I >>>>> dont see this file .When we do yum to insall xen, will it also install >>>>> vmlinuz-2.6-xen0 also ?? >>>>> >>>>> Any idea what went wrong here?? >>>>> >>>>> thanks >>>>> BK >>>>> >>>>> >>>>> >>>>> On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>>> > wrote: >>>>> >>>>>> On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: >>>>>> > I have already set gpgcheck=0 in /etc/yum.conf file. >>>>>> > >>>>>> > I did not clearly understood on what you said in the next >>>>>> line......... >>>>>> > >>>>>> > to install unsigned rpms supposed to be built latter. >>>>>> > Activate rpmbuild on F12:- >>>>>> > >>>>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>>>> > what should I do can you please clarify me on the above >>>>>> statements you >>>>>> > said??? >>>>>> > >>>>>> > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm >>>>>> from >>>>>> > internet and started doing the steps mentioned by you. but at >>>>>> the very >>>>>> > step I get the messages saying >>>>>> > >>>>>> > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > warning: user mockbuild does not exist - using root >>>>>> > warning: group mockbuild does not exist - using root >>>>>> > >>>>>> > Any idea what went wrong again?? >>>>>> > >>>>>> >>>>>> Nothing went wrong, those are just warnings. >>>>>> >>>>>> -- Pasi >>>>>> >>>>>> > THanks >>>>>> > bk >>>>>> > >>>>>> > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets >>>>>> > <[1]bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com>> >>>>>> wrote: >>>>>> > >>>>>> > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) >>>>>> > to install unsigned rpms supposed to be built latter. >>>>>> > Activate rpmbuild on F12:- >>>>>> > >>>>>> > # yum install transfig texi2html libaio-devel dev86 \ >>>>>> > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd >>>>>> > >>>>>> > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net >>>>>> > xen-3.4.2-2.fc13.src.rpm. Now :- >>>>>> > >>>>>> > # rpm -iv xen-3.4.2-2.fc13.src.rpm >>>>>> > # cd >>>>>> > # cd rpmbuild/SPEC >>>>>> > # rpmbuild -bb ./xen.spec >>>>>> > # cd ../RPMS/x86_64 >>>>>> > yum install xen-3.4.2-2.fc12.x86_64.rpm \ >>>>>> > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ >>>>>> > xen-devel-3.4.2-2.fc12.x86_64.rpm \ >>>>>> > xen-doc-3.4.2-2.fc12.x86_64.rpm \ >>>>>> > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ >>>>>> > xen-libs-3.4.-2.fc12.x86_64.rpm \ >>>>>> > xen-runtime-3.4.2-2.fc12.x86_64.rpm >>>>>> > >>>>>> > Xen Hypervisor 3.4.2 installed >>>>>> > >>>>>> > 2. Install Libvirt >>>>>> > >>>>>> > # yum install libvirt libvirt-python python-virtinst \ >>>>>> > virt-manager virt-viewer >>>>>> > >>>>>> > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge >>>>>> > Git Repository to support Xen 3.4.2 Dom0. >>>>>> > >>>>>> > # git clone git://[2] >>>>>> git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>>>> > linux-2.6-xen >>>>>> > # cd linux-2.6-xen >>>>>> > # make menuconfig ( setup Xen Dom0 support) >>>>>> > # make -j(x)(number_of_kernels) >>>>>> > # make modules_install install >>>>>> > >>>>>> > You may also want to build 2.6.32.9 pvops >>>>>> > >>>>>> > # git checkout origin/xen/stable -b xen/stable >>>>>> > >>>>>> > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable >>>>>> (the most >>>>>> > recent supposed to become LTS - 2.6.32.9) >>>>>> > >>>>>> > Boris. >>>>>> > >>>>>> > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi>> >>>>>> wrote: >>>>>> > >>>>>> > From: Pasi Kärkkäinen <[4]pasik@iki.fi<http://mc/compose?to=pasik@iki.fi> >>>>>> > >>>>>> > Subject: Re: [Xen-users] xen Installation through YUM >>>>>> > To: "kishore kumar" <[5]bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>>>> > >>>>>> > Cc: [6]xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>>>> > Date: Friday, February 26, 2010, 4:50 AM >>>>>> > >>>>>> > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: >>>>>> > > HI, >>>>>> > > >>>>>> > > I am trying to install xen through yum. Here is what I did. >>>>>> > > >>>>>> > > >>>>>> > > [root@localhost Kishore]# yum install kernel-xen xen >>>>>> > > >>>>>> > > Setting up Install Process >>>>>> > > >>>>>> > > Resolving Dependencies >>>>>> > > >>>>>> > > --> Running transaction check >>>>>> > > >>>>>> > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be >>>>>> installed >>>>>> > > >>>>>> > > --> Processing Dependency: kernel-firmware >>>>>>> 2.6.31.9-174.fc12 for >>>>>> > > package: kernel-2.6.31.9-174.fc12.x86_64 >>>>>> > > >>>>>> > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated >>>>>> > > >>>>>> > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for >>>>>> package: >>>>>> > > xen-3.4.2-1.fc12.x86_64 >>>>>> > > >>>>>> > > --> Processing Dependency: PyXML for package: >>>>>> xen-3.4.2-1.fc12.x86_64 >>>>>> > > >>>>>> > > --> Running transaction check >>>>>> > > >>>>>> > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated >>>>>> > > >>>>>> > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set >>>>>> to be updated >>>>>> > > >>>>>> > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be >>>>>> updated >>>>>> > > >>>>>> > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for >>>>>> package: >>>>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>>>> > > >>>>>> > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for >>>>>> package: >>>>>> > > xen-runtime-3.4.2-1.fc12.x86_64 >>>>>> > > >>>>>> > > --> Running transaction check >>>>>> > > >>>>>> > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be >>>>>> updated >>>>>> > > >>>>>> > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated >>>>>> > > >>>>>> > > --> Finished Dependency Resolution >>>>>> > > >>>>>> > > Dependencies Resolved >>>>>> > > >>>>>> > > >>>>>> > >>>>>> ===============================================================================>>>>>> > > >>>>>> > > Package Arch Version Repository Size >>>>>> > > >>>>>> > > >>>>>> > >>>>>> ===============================================================================>>>>>> > > >>>>>> > > Installing: >>>>>> > > >>>>>> > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M >>>>>> > > >>>>>> > > xen x86_64 3.4.2-1.fc12 updates-released 898 k >>>>>> > > >>>>>> > > Installing for dependencies: >>>>>> > > >>>>>> > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k >>>>>> > > >>>>>> > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M >>>>>> > > >>>>>> > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M >>>>>> > > >>>>>> > > Updating for dependencies: >>>>>> > > >>>>>> > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 >>>>>> k >>>>>> > > >>>>>> > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k >>>>>> > > >>>>>> > > Transaction Summary >>>>>> > > >>>>>> > > >>>>>> > >>>>>> ===============================================================================>>>>>> > > >>>>>> > > Install 5 Package(s) >>>>>> > > >>>>>> > > Upgrade 2 Package(s) >>>>>> > > >>>>>> > > Total download size: 29 M >>>>>> > > >>>>>> > > Is this ok [y/N]: y >>>>>> > > >>>>>> > > Downloading Packages: >>>>>> > > >>>>>> > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 >>>>>> > > >>>>>> > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 >>>>>> > > >>>>>> > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB >>>>>> 00:00 >>>>>> > > >>>>>> > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 >>>>>> > > >>>>>> > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 >>>>>> > > >>>>>> > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 >>>>>> > > >>>>>> > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 >>>>>> > > >>>>>> > > >>>>>> > >>>>>> -------------------------------------------------------------------------------- >>>>>> > > >>>>>> > > Total 6.7 MB/s | 29 MB 00:04 >>>>>> > > >>>>>> > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: >>>>>> NOKEY, key ID >>>>>> > > 57bbccba >>>>>> > > >>>>>> > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not >>>>>> installed >>>>>> > > >>>>>> > > >>>>>> > > >>>>>> > > Did Xen got installed with this? >>>>>> > > >>>>>> > > Will the grub.conf be automatically updtaed after I run this >>>>>> command. >>>>>> > > (But I dont see my grub.conf being updated) >>>>>> > > >>>>>> > > Any Idea what went wrong here. >>>>>> > > >>>>>> > >>>>>> > Fedora 12 doesn''t include Xen dom0 capable kernel, see: >>>>>> > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>>>> > >>>>>> > You need to get one of the ''testing'' rpms, or compile it yourself. >>>>>> > >>>>>> > -- Pasi >>>>>> > >>>>>> > _______________________________________________ >>>>>> > Xen-users mailing list >>>>>> > [8]Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>>>>> > [9]http://lists.xensource.com/xen-users >>>>>> > >>>>>> > References >>>>>> > >>>>>> > Visible links >>>>>> > 1. mailto:bderzhavets@yahoo.com<http://mc/compose?to=bderzhavets@yahoo.com> >>>>>> > 2. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git >>>>>> > 3. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>>>> > 4. mailto:pasik@iki.fi <http://mc/compose?to=pasik@iki.fi> >>>>>> > 5. mailto:bodkekumar@gmail.com<http://mc/compose?to=bodkekumar@gmail.com> >>>>>> > 6. mailto:xen-users@lists.xensource.com<http://mc/compose?to=xen-users@lists.xensource.com> >>>>>> > 7. http://fedoraproject.org/wiki/Features/XenPvopsDom0 >>>>>> > 8. http://mc/compose?to=Xen-users@lists.xensource.com >>>>>> > 9. http://lists.xensource.com/xen-users >>>>>> >>>>> >>>>> >>>>> -----Inline Attachment Follows----- >>>>> >>>>> _______________________________________________ >>>>> Xen-users mailing list >>>>> >>>>> Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >>>>> http://lists.xensource.com/xen-users >>>>> >>>>> >>>>> >>>> >>> >>> >> >> -----Inline Attachment Follows----- >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> >> http://lists.xensource.com/xen-users >> >> >> > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com<http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Lucélio Gomes de Freitas
2010-Mar-04 01:00 UTC
Re: [Xen-users] xen Installation through YUM
Hi kishore kumar, Boris, Pasi, and ..., I also would like very much to install Xen in F12-x86_64. I don''t think that is easy do it, but I would like to, and may I sugest someone to make a "How to", for making a complete installation via YUM, please. I have a free machine(F12-x86_64) to do this in my lab. Ps: for me is a dream to have Xen updated via "sudo yum update", like I actually do now in an other machine with Virtualbox, on my network. Thanks, Em 03-03-2010 19:50, kishore kumar escreveu:> Attached is the file which gives my Hardware configuration details. > I did cat /proc/cpuinfo command to get this. > Let me know if you need any other info. > Hi Pasi > The Xen boot messages I am getting is on the vga, not on the serial > port. I get other BIOS information on the serial port and then > transfer the Xen boot messages to vga. > Let me know how to capture the boot messages from vga. > Thanks > BK. > > On Wed, Mar 3, 2010 at 2:30 AM, Boris Derzhavets > <bderzhavets@yahoo.com <mailto:bderzhavets@yahoo.com>> wrote: > > Could you share your hardware configuration ? > > > Boris. > > --- On *Tue, 3/2/10, kishore kumar /<bodkekumar@gmail.com > <mailto:bodkekumar@gmail.com>>/* wrote: > > > From: kishore kumar <bodkekumar@gmail.com > <mailto:bodkekumar@gmail.com>> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com > <mailto:bderzhavets@yahoo.com>> > Cc: xen-users@lists.xensource.com > <mailto:xen-users@lists.xensource.com> > Date: Tuesday, March 2, 2010, 8:02 PM > > > > I disabled DRM and rebuilt the kernel. Still the same black > screen. :( > I did connect the serial port as well. > > On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets > <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> wrote: > > Might be DRM issue as i wrote . Try disable DRM first. > But i suspect , serial console would be required. > > Boris. > > > --- On *Tue, 3/2/10, kishore kumar /<bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>>/* wrote: > > > From: kishore kumar <bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> > Cc: xen-users@lists.xensource.com > <http://mc/compose?to=xen-users@lists.xensource.com> > Date: Tuesday, March 2, 2010, 2:56 PM > > > Hi Boris, > I successfully compiled and installed linux 2.6.32.9. > I modified the grub.conf to boot with xen. > After reboot, the system shows some xen boot messages > and goes to black screen. Nothing comes on the screen. > What could be wrong here? > Thanks > BK > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets > <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> wrote: > > Quote:- > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy > Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone > git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > <http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> > linux-2.6-xen (THIS WENT THROUGH > SUCCESSFULLY) > > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > > --- On *Mon, 3/1/10, kishore kumar > /<bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>>/* wrote: > > > From: kishore kumar <bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>> > Subject: Re: [Xen-users] xen Installation > through YUM > To: "Boris Derzhavets" <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> > Cc: "Pasi Kärkkäinen" <pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi>>, > xen-users@lists.xensource.com > <http://mc/compose?to=xen-users@lists.xensource.com> > Date: Monday, March 1, 2010, 7:52 PM > > > Hi All, > To follow up this, after Installing Xen > Hypervisor 3.4.2 successfully, I downloaded > Linux 2.6.18 with Xen 3.4.x support source > tarball, updated for Xen 3.4.2 from xen.org > <http://xen.org/> website and compiled and > installed. > Later I changed my grub.conf file to boot from > Xen. > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro > root=dev/mapper/VolGroup-lv_root > LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 > KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > After I reboot, I get the following messages. > ################ > Xenopf Intel processor model 44 or P6 family > is not supported. > Initialization failed. > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > ############### > What is wrong happening here? > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar > <bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>> > wrote: > > Hi Boris, > I was following your steps and got stuck > in the middle. Here is what I did... > Step 1 was sucessfull and Xen Hypervisor > 3.4.2 is installed successfully. > Now while doing the step 2 > STEP 2: > Install Libvirt > # yum install libvirt libvirt-python > python-virtinst \ > virt-manager virt-viewer (THIS WENT > THROUGH SUCCESSFULLY) > PVOPS kernel 2.6.31.6 may be installed via > Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone > git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > <http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> > linux-2.6-xen (THIS WENT > THROUGH SUCCESSFULLY) > > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 > support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID > MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE > OF x. ?? > BUT GAVE ME ERRORS. I DONT KNOW WHAT > WRONG I AM DOING HERE. CAN YOU PLEASE > HELP ME OUT IN THIS?) > I HAVE ATTACHED THE LOG FILE FOR YOUR > REFERENCE. I AM USING FEDORA 12 MACHINE. > Thanks > BK > > > On Sat, Feb 27, 2010 at 4:27 AM, Boris > Derzhavets <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> > wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > > --- On *Fri, 2/26/10, kishore kumar > /<bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>>/* > wrote: > > > From: kishore kumar > <bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>> > > > Subject: Re: [Xen-users] xen > Installation through YUM > To: "Pasi Kärkkäinen" > <pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi>> > Cc: "Boris Derzhavets" > <bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>>, > xen-users@lists.xensource.com > <http://mc/compose?to=xen-users@lists.xensource.com> > Date: Friday, February 26, 2010, > 9:41 PM > > > Now I am able to do yum install > kernel-xen xen. > I can see the xen Images sitting > in /boot directory. Its > xen-3.4.2.gz and xen.gz. > Is this what to be expected ? > I changed the grub.conf file to > boot with Xen as below > title Fedora > (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > My question is I dont see > vmlinuz-2.6-xen0 in /boot directory. > Do I need to add this line module > /boot/vmlinuz-2.6-xen0 ??? But I > dont see this file .When we do yum > to insall xen, will it also > install vmlinuz-2.6-xen0 also ?? > Any idea what went wrong here?? > thanks > BK > > On Fri, Feb 26, 2010 at 2:28 PM, > Pasi Kärkkäinen <pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi>> > wrote: > > On Fri, Feb 26, 2010 at > 02:23:37PM -0800, kishore > kumar wrote: > > I have already set > gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly > understood on what you said in > the next line......... > > > > to install unsigned rpms > supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig > texi2html libaio-devel dev86 \ > > glibc-devel.i686 > e2fsprogs-devel gitk mkinitrd > > what should I do can you > please clarify me on the above > statements you > > said??? > > > > I followed your next step > and downloaded > xen-3.4.2-2.fc13.src.rpm from > > internet and started > doing the steps mentioned by > you. but at the very > > step I get the messages > saying > > > > After I ran the rpm -iv > xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > warning: user mockbuild > does not exist - using root > > warning: group mockbuild > does not exist - using root > > > > Any idea what went wrong > again?? > > > > Nothing went wrong, those are > just warnings. > > -- Pasi > > > THanks > > bk > > > > On Fri, Feb 26, 2010 at > 5:39 AM, Boris Derzhavets > > <[1]bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com>> > wrote: > > > > Set in /etc/yum.conf set > gpgcheck=0 ( temporarily ) > > to install unsigned rpms > supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig > texi2html libaio-devel dev86 \ > > glibc-devel.i686 > e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via > xen-3.4.2-2.fc13.src.rpm. > Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv > xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install > xen-3.4.2-2.fc12.x86_64.rpm \ > > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm > \ > > > xen-devel-3.4.2-2.fc12.x86_64.rpm > \ > > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm > \ > > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt > libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be > installed via Jeremy Fitzhardinge > > Git Repository to support > Xen 3.4.2 Dom0. > > > > # git clone > git://[2]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > <http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git> > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup > Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build > 2.6.32.9 pvops > > > > # git checkout > origin/xen/stable -b xen/stable > > > > I just switched from > xen/master ( default 2.6.31.6 > ) to xen/stable (the most > > recent supposed to become > LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi > Kärkkäinen <[3]pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi>> > wrote: > > > > From: Pasi Kärkkäinen > <[4]pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi>> > > Subject: Re: [Xen-users] > xen Installation through YUM > > To: "kishore kumar" > <[5]bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com>> > > Cc: > [6]xen-users@lists.xensource.com > <http://mc/compose?to=xen-users@lists.xensource.com> > > Date: Friday, February 26, > 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at > 06:04:26PM -0800, kishore > kumar wrote: > > > HI, > > > > > > I am trying to install > xen through yum. Here is what > I did. > > > > > > > > > [root@localhost > Kishore]# yum install > kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction > check > > > > > > ---> Package > kernel.x86_64 > 0:2.6.31.9-174.fc12 set to be > installed > > > > > > --> Processing > Dependency: kernel-firmware >> 2.6.31.9-174.fc12 for > > > package: > kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 > 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing > Dependency: xen-runtime > 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing > Dependency: PyXML for package: > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction > check > > > > > > ---> Package > PyXML.x86_64 0:0.8.4-17.fc12 > set to be updated > > > > > > ---> Package > kernel-firmware.noarch > 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package > xen-runtime.x86_64 > 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing > Dependency: xen-libs > 3.4.2-1.fc12 for package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing > Dependency: xen-hypervisor-abi > = 3.4 for package: > > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction > check > > > > > > ---> Package > xen-hypervisor.x86_64 > 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package > xen-libs.x86_64 0:3.4.2-1.fc12 > set to be updated > > > > > > --> Finished Dependency > Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version > Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 > 2.6.31.9-174.fc12 > updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 > updates-released 898 k > > > > > > Installing for > dependencies: > > > > > > PyXML x86_64 > 0.8.4-17.fc12 updates-released > 906 k > > > > > > xen-hypervisor x86_64 > 3.4.2-1.fc12 updates-released > 2.9 M > > > > > > xen-runtime x86_64 > 3.4.2-1.fc12 updates-released > 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch > 2.6.31.9-174.fc12 > updates-released 906 k > > > > > > xen-libs x86_64 > 3.4.2-1.fc12 updates-released > 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): > PyXML-0.8.4-17.fc12.x86_64.rpm > | 906 kB 00:00 > > > > > > (2/7): > kernel-2.6.31.9-174.fc12.x86_64.rpm > | 20 MB 00:02 > > > > > > (3/7): > kernel-firmware-2.6.31.9-174.fc12.noarch.rpm > | 906 kB 00:00 > > > > > > (4/7): > xen-3.4.2-1.fc12.x86_64.rpm | > 898 kB 00:00 > > > > > > (5/7): > xen-hypervisor-3.4.2-1.fc12.x86_64.rpm > | 2.9 MB 00:00 > > > > > > (6/7): > xen-libs-3.4.2-1.fc12.x86_64.rpm > | 165 kB 00:00 > > > > > > (7/7): > xen-runtime-3.4.2-1.fc12.x86_64.rpm > | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB > 00:04 > > > > > > warning: > rpmts_HdrFromFdno: Header V3 > RSA/SHA256 signature: NOKEY, > key ID > > > 57bbccba > > > > > > Public key for > xen-libs-3.4.2-1.fc12.x86_64.rpm > is not installed > > > > > > > > > > > > Did Xen got installed > with this? > > > > > > Will the grub.conf be > automatically updtaed after I > run this command. > > > (But I dont see my > grub.conf being updated) > > > > > > Any Idea what went > wrong here. > > > > > > > Fedora 12 doesn''t include > Xen dom0 capable kernel, see: > > > [7]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the > ''testing'' rpms, or compile it > yourself. > > > > -- Pasi > > > > > _______________________________________________ > > Xen-users mailing list > > > [8]Xen-users@lists.xensource.com > <http://mc/compose?to=Xen-users@lists.xensource.com> > > > [9]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. > mailto:bderzhavets@yahoo.com > <http://mc/compose?to=bderzhavets@yahoo.com> > > 2. > http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi> > > 4. mailto:pasik@iki.fi > <http://mc/compose?to=pasik@iki.fi> > > 5. > mailto:bodkekumar@gmail.com > <http://mc/compose?to=bodkekumar@gmail.com> > > 6. > mailto:xen-users@lists.xensource.com > <http://mc/compose?to=xen-users@lists.xensource.com> > > 7. > http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. > http://mc/compose?to=Xen-users@lists.xensource.com > > 9. > http://lists.xensource.com/xen-users > > > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > > Xen-users@lists.xensource.com > <http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > > > > > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > <http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > <http://mc/compose?to=Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- Lucélio Gomes de Freitas ETFCSF-> U.G.F.-> P.U.C.(RJ) Engº, Analista Suporte(Free Mind). Email:aa.lucelio@gmail.com Tel: 55 0XX 21 85964911 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Mar 03, 2010 at 02:50:42PM -0800, kishore kumar wrote:> Attached is the file which gives my Hardware configuration details. > > I did cat /proc/cpuinfo command to get this. > > Let me know if you need any other info. > > Hi Pasi > > The Xen boot messages I am getting is on the vga, not on the serial port. > I get other BIOS information on the serial port and then transfer the Xen > boot messages to vga. > > Let me know how to capture the boot messages from vga. >You should configure Xen to log to the serial console, and then capture from serial, see: http://wiki.xensource.com/xenwiki/XenSerialConsole There''s an example for Xen + pvops dom0 kernel. -- Pasi> Thanks > BK. > > On Wed, Mar 3, 2010 at 2:30 AM, Boris Derzhavets > <[1]bderzhavets@yahoo.com> wrote: > > Could you share your hardware configuration ? > > Boris. > > --- On Tue, 3/2/10, kishore kumar <[2]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[3]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[4]bderzhavets@yahoo.com> > Cc: [5]xen-users@lists.xensource.com > Date: Tuesday, March 2, 2010, 8:02 PM > > I disabled DRM and rebuilt the kernel. Still the same black screen. :( > > I did connect the serial port as well. > > > > On Tue, Mar 2, 2010 at 2:04 PM, Boris Derzhavets <[6]bderzhavets@yahoo.com> wrote: > > Might be DRM issue as i wrote . Try disable DRM first. > But i suspect , serial console would be required. > > Boris. > > --- On Tue, 3/2/10, kishore kumar <[7]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[8]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[9]bderzhavets@yahoo.com> > Cc: [10]xen-users@lists.xensource.com > Date: Tuesday, March 2, 2010, 2:56 PM > > Hi Boris, > > I successfully compiled and installed linux 2.6.32.9. > > I modified the grub.conf to boot with xen. > > After reboot, the system shows some xen boot messages and goes to black screen. Nothing > comes on the screen. > > What could be wrong here? > > Thanks > BK > > > On Mon, Mar 1, 2010 at 5:12 PM, Boris Derzhavets <[11]bderzhavets@yahoo.com> wrote: > > Quote:- > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[12]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > > end Quote. > > Add commands:- > > # git checkout origigin/xen/stable -b xen/stable > # git pull > > Build with attached config :- > > # make -j2 (or 4 -number of cores your CPU) > # make modules_install install > > Create initrd-2.6.32.9.img for your OS. > > Boris. > > --- On Mon, 3/1/10, kishore kumar <[13]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[14]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Boris Derzhavets" <[15]bderzhavets@yahoo.com> > Cc: "Pasi Kärkkäinen" <[16]pasik@iki.fi>, [17]xen-users@lists.xensource.com > Date: Monday, March 1, 2010, 7:52 PM > > Hi All, > > To follow up this, after Installing Xen Hypervisor 3.4.2 successfully, I downloaded > Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2 from > [18]xen.org website and compiled and installed. > > Later I changed my grub.conf file to boot from Xen. > > ####################### > root (hd0,0) > kernel /xen-3.4.2.gz > module /vmlinuz-2.6.18 ro root=dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 > SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet > module /initrd-2.6.18.8.img > ####################### > > After I reboot, I get the following messages. > > ################ > > Xenopf Intel processor model 44 or P6 family is not supported. > Initialization failed. > > LOADING DOMAIN 0 > Cannot load bzImage v2.04. v2.08 is required. > > Panic on CPU 0 > Could not set up DOM 0 Guest OS > Reboot in 5 sec > > ############### > What is wrong happening here? > > THanks > BK > On Mon, Mar 1, 2010 at 12:14 PM, kishore kumar <[19]bodkekumar@gmail.com> wrote: > > Hi Boris, > > I was following your steps and got stuck in the middle. Here is what I did... > > Step 1 was sucessfull and Xen Hypervisor 3.4.2 is installed successfully. > > Now while doing the step 2 > > STEP 2: > > Install Libvirt > # yum install libvirt libvirt-python python-virtinst \ > virt-manager virt-viewer (THIS WENT THROUGH SUCCESSFULLY) > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > Git Repository to support Xen 3.4.2 Dom0. > # git clone git://[20]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > linux-2.6-xen (THIS WENT THROUGH SUCCESSFULLY) > # cd linux-2.6-xen > # make menuconfig ( setup Xen Dom0 support) (HOW TO SET UP THIS ?) > # make -j(x)(number_of_kernels) (I DID MAKE -J, WHAT SHOULD I GIVE HERE IN PLACE OF > x. ?? > > BUT GAVE ME ERRORS. I DONT KNOW WHAT WRONG I AM DOING HERE. CAN YOU PLEASE HELP ME > OUT IN THIS?) > > I HAVE ATTACHED THE LOG FILE FOR YOUR REFERENCE. I AM USING FEDORA 12 MACHINE. > > Thanks > BK > > On Sat, Feb 27, 2010 at 4:27 AM, Boris Derzhavets <[21]bderzhavets@yahoo.com> wrote: > > Nothing went wrong. > Now build pvops kernel. > Instructions bellow. > Reading PVOPS WIKI would help as well > > Boris. > > --- On Fri, 2/26/10, kishore kumar <[22]bodkekumar@gmail.com> wrote: > > From: kishore kumar <[23]bodkekumar@gmail.com> > Subject: Re: [Xen-users] xen Installation through YUM > To: "Pasi Kärkkäinen" <[24]pasik@iki.fi> > Cc: "Boris Derzhavets" <[25]bderzhavets@yahoo.com>, > [26]xen-users@lists.xensource.com > Date: Friday, February 26, 2010, 9:41 PM > > Now I am able to do yum install kernel-xen xen. > > I can see the xen Images sitting in /boot directory. Its xen-3.4.2.gz and xen.gz. > > Is this what to be expected ? > > I changed the grub.conf file to boot with Xen as below > > title Fedora (2.6.31.9-174.fc12.x86_64) > root(hd0,0) > kernel /xen-3.4.2.gz > > My question is I dont see vmlinuz-2.6-xen0 in /boot directory. > > Do I need to add this line module /boot/vmlinuz-2.6-xen0 ??? But I dont see this > file .When we do yum to insall xen, will it also install vmlinuz-2.6-xen0 also ?? > > Any idea what went wrong here?? > > thanks > BK > > > On Fri, Feb 26, 2010 at 2:28 PM, Pasi Kärkkäinen <[27]pasik@iki.fi> wrote: > > On Fri, Feb 26, 2010 at 02:23:37PM -0800, kishore kumar wrote: > > I have already set gpgcheck=0 in /etc/yum.conf file. > > > > I did not clearly understood on what you said in the next line......... > > > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > what should I do can you please clarify me on the above statements you > > said??? > > > > I followed your next step and downloaded xen-3.4.2-2.fc13.src.rpm from > > internet and started doing the steps mentioned by you. but at the very > > step I get the messages saying > > > > After I ran the rpm -iv xen-3.4.2-2.fc13.src.rpm > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > warning: user mockbuild does not exist - using root > > warning: group mockbuild does not exist - using root > > > > Any idea what went wrong again?? > > > > Nothing went wrong, those are just warnings. > > -- Pasi > > THanks > > bk > > > > On Fri, Feb 26, 2010 at 5:39 AM, Boris Derzhavets > > <[1][28]bderzhavets@yahoo.com> wrote: > > > > Set in /etc/yum.conf set gpgcheck=0 ( temporarily ) > > to install unsigned rpms supposed to be built latter. > > Activate rpmbuild on F12:- > > > > # yum install transfig texi2html libaio-devel dev86 \ > > glibc-devel.i686 e2fsprogs-devel gitk mkinitrd > > > > 1. Install Xen 3.4.2 via xen-3.4.2-2.fc13.src.rpm. Download from Net > > xen-3.4.2-2.fc13.src.rpm. Now :- > > > > # rpm -iv xen-3.4.2-2.fc13.src.rpm > > # cd > > # cd rpmbuild/SPEC > > # rpmbuild -bb ./xen.spec > > # cd ../RPMS/x86_64 > > yum install xen-3.4.2-2.fc12.x86_64.rpm \ > > xen-debuginfo-3.4.2-2.fc12.x86_64.rpm \ > > xen-devel-3.4.2-2.fc12.x86_64.rpm \ > > xen-doc-3.4.2-2.fc12.x86_64.rpm \ > > xen-hypervisor-3.4.2-2.fc12.x86_64.rpm \ > > xen-libs-3.4.-2.fc12.x86_64.rpm \ > > xen-runtime-3.4.2-2.fc12.x86_64.rpm > > > > Xen Hypervisor 3.4.2 installed > > > > 2. Install Libvirt > > > > # yum install libvirt libvirt-python python-virtinst \ > > virt-manager virt-viewer > > > > PVOPS kernel 2.6.31.6 may be installed via Jeremy Fitzhardinge > > Git Repository to support Xen 3.4.2 Dom0. > > > > # git clone > git://[2][29]git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > linux-2.6-xen > > # cd linux-2.6-xen > > # make menuconfig ( setup Xen Dom0 support) > > # make -j(x)(number_of_kernels) > > # make modules_install install > > > > You may also want to build 2.6.32.9 pvops > > > > # git checkout origin/xen/stable -b xen/stable > > > > I just switched from xen/master ( default 2.6.31.6 ) to xen/stable (the most > > recent supposed to become LTS - 2.6.32.9) > > > > Boris. > > > > --- On Fri, 2/26/10, Pasi Kärkkäinen <[3][30]pasik@iki.fi> wrote: > > > > From: Pasi Kärkkäinen <[4][31]pasik@iki.fi> > > Subject: Re: [Xen-users] xen Installation through YUM > > To: "kishore kumar" <[5][32]bodkekumar@gmail.com> > > Cc: [6][33]xen-users@lists.xensource.com > > Date: Friday, February 26, 2010, 4:50 AM > > > > On Thu, Feb 25, 2010 at 06:04:26PM -0800, kishore kumar wrote: > > > HI, > > > > > > I am trying to install xen through yum. Here is what I did. > > > > > > > > > [root@localhost Kishore]# yum install kernel-xen xen > > > > > > Setting up Install Process > > > > > > Resolving Dependencies > > > > > > --> Running transaction check > > > > > > ---> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be installed > > > > > > --> Processing Dependency: kernel-firmware >= 2.6.31.9-174.fc12 for > > > package: kernel-2.6.31.9-174.fc12.x86_64 > > > > > > ---> Package xen.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-runtime = 3.4.2-1.fc12 for package: > > > xen-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: PyXML for package: xen-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package PyXML.x86_64 0:0.8.4-17.fc12 set to be updated > > > > > > ---> Package kernel-firmware.noarch 0:2.6.31.9-174.fc12 set to be > updated > > > > > > ---> Package xen-runtime.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Processing Dependency: xen-libs = 3.4.2-1.fc12 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Processing Dependency: xen-hypervisor-abi = 3.4 for package: > > > xen-runtime-3.4.2-1.fc12.x86_64 > > > > > > --> Running transaction check > > > > > > ---> Package xen-hypervisor.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > ---> Package xen-libs.x86_64 0:3.4.2-1.fc12 set to be updated > > > > > > --> Finished Dependency Resolution > > > > > > Dependencies Resolved > > > > > > > > > ===============================================================================> > > > > > Package Arch Version Repository Size > > > > > > > > > ===============================================================================> > > > > > Installing: > > > > > > kernel x86_64 2.6.31.9-174.fc12 updates-released 20 M > > > > > > xen x86_64 3.4.2-1.fc12 updates-released 898 k > > > > > > Installing for dependencies: > > > > > > PyXML x86_64 0.8.4-17.fc12 updates-released 906 k > > > > > > xen-hypervisor x86_64 3.4.2-1.fc12 updates-released 2.9 M > > > > > > xen-runtime x86_64 3.4.2-1.fc12 updates-released 4.0 M > > > > > > Updating for dependencies: > > > > > > kernel-firmware noarch 2.6.31.9-174.fc12 updates-released 906 k > > > > > > xen-libs x86_64 3.4.2-1.fc12 updates-released 165 k > > > > > > Transaction Summary > > > > > > > > > ===============================================================================> > > > > > Install 5 Package(s) > > > > > > Upgrade 2 Package(s) > > > > > > Total download size: 29 M > > > > > > Is this ok [y/N]: y > > > > > > Downloading Packages: > > > > > > (1/7): PyXML-0.8.4-17.fc12.x86_64.rpm | 906 kB 00:00 > > > > > > (2/7): kernel-2.6.31.9-174.fc12.x86_64.rpm | 20 MB 00:02 > > > > > > (3/7): kernel-firmware-2.6.31.9-174.fc12.noarch.rpm | 906 kB 00:00 > > > > > > (4/7): xen-3.4.2-1.fc12.x86_64.rpm | 898 kB 00:00 > > > > > > (5/7): xen-hypervisor-3.4.2-1.fc12.x86_64.rpm | 2.9 MB 00:00 > > > > > > (6/7): xen-libs-3.4.2-1.fc12.x86_64.rpm | 165 kB 00:00 > > > > > > (7/7): xen-runtime-3.4.2-1.fc12.x86_64.rpm | 4.0 MB 00:00 > > > > > > > > > -------------------------------------------------------------------------------- > > > > > > Total 6.7 MB/s | 29 MB 00:04 > > > > > > warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key > ID > > > 57bbccba > > > > > > Public key for xen-libs-3.4.2-1.fc12.x86_64.rpm is not installed > > > > > > > > > > > > Did Xen got installed with this? > > > > > > Will the grub.conf be automatically updtaed after I run this command. > > > (But I dont see my grub.conf being updated) > > > > > > Any Idea what went wrong here. > > > > > > > Fedora 12 doesn''t include Xen dom0 capable kernel, see: > > [7][34]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > > > You need to get one of the ''testing'' rpms, or compile it yourself. > > > > -- Pasi > > > > _______________________________________________ > > Xen-users mailing list > > [8][35]Xen-users@lists.xensource.com > > [9][36]http://lists.xensource.com/xen-users > > > > References > > > > Visible links > > 1. mailto:[37]bderzhavets@yahoo.com > > 2. [38]http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > > 3. mailto:[39]pasik@iki.fi > > 4. mailto:[40]pasik@iki.fi > > 5. mailto:[41]bodkekumar@gmail.com > > 6. mailto:[42]xen-users@lists.xensource.com > > 7. [43]http://fedoraproject.org/wiki/Features/XenPvopsDom0 > > 8. [44]http://mc/compose?to=Xen-users@lists.xensource.com > > 9. [45]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [46]Xen-users@lists.xensource.com > [47]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [48]Xen-users@lists.xensource.com > [49]http://lists.xensource.com/xen-users > > -----Inline Attachment Follows----- > > _______________________________________________ > Xen-users mailing list > [50]Xen-users@lists.xensource.com > [51]http://lists.xensource.com/xen-users > > References > > Visible links > 1. mailto:bderzhavets@yahoo.com > 2. mailto:bodkekumar@gmail.com > 3. mailto:bodkekumar@gmail.com > 4. mailto:bderzhavets@yahoo.com > 5. mailto:xen-users@lists.xensource.com > 6. http://mc/compose?to=bderzhavets@yahoo.com > 7. http://mc/compose?to=bodkekumar@gmail.com > 8. http://mc/compose?to=bodkekumar@gmail.com > 9. http://mc/compose?to=bderzhavets@yahoo.com > 10. http://mc/compose?to=xen-users@lists.xensource.com > 11. http://mc/compose?to=bderzhavets@yahoo.com > 12. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 13. http://mc/compose?to=bodkekumar@gmail.com > 14. http://mc/compose?to=bodkekumar@gmail.com > 15. http://mc/compose?to=bderzhavets@yahoo.com > 16. http://mc/compose?to=pasik@iki.fi > 17. http://mc/compose?to=xen-users@lists.xensource.com > 18. http://xen.org/ > 19. http://mc/compose?to=bodkekumar@gmail.com > 20. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 21. http://mc/compose?to=bderzhavets@yahoo.com > 22. http://mc/compose?to=bodkekumar@gmail.com > 23. http://mc/compose?to=bodkekumar@gmail.com > 24. http://mc/compose?to=pasik@iki.fi > 25. http://mc/compose?to=bderzhavets@yahoo.com > 26. http://mc/compose?to=xen-users@lists.xensource.com > 27. http://mc/compose?to=pasik@iki.fi > 28. http://mc/compose?to=bderzhavets@yahoo.com > 29. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 30. http://mc/compose?to=pasik@iki.fi > 31. http://mc/compose?to=pasik@iki.fi > 32. http://mc/compose?to=bodkekumar@gmail.com > 33. http://mc/compose?to=xen-users@lists.xensource.com > 34. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 35. http://mc/compose?to=Xen-users@lists.xensource.com > 36. http://lists.xensource.com/xen-users > 37. http://mc/compose?to=bderzhavets@yahoo.com > 38. http://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > 39. http://mc/compose?to=pasik@iki.fi > 40. http://mc/compose?to=pasik@iki.fi > 41. http://mc/compose?to=bodkekumar@gmail.com > 42. http://mc/compose?to=xen-users@lists.xensource.com > 43. http://fedoraproject.org/wiki/Features/XenPvopsDom0 > 44. http://mc/compose?to=Xen-users@lists.xensource.com > 45. http://lists.xensource.com/xen-users > 46. http://mc/compose?to=Xen-users@lists.xensource.com > 47. http://lists.xensource.com/xen-users > 48. http://mc/compose?to=Xen-users@lists.xensource.com > 49. http://lists.xensource.com/xen-users > 50. http://mc/compose?to=Xen-users@lists.xensource.com > 51. http://lists.xensource.com/xen-users> [root@localhost default]# cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 0 > cpu cores : 6 > apicid : 0 > initial apicid : 0 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6400.22 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 1 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 1 > cpu cores : 6 > apicid : 2 > initial apicid : 2 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 2 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 2 > cpu cores : 6 > apicid : 4 > initial apicid : 4 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 3 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 8 > cpu cores : 6 > apicid : 16 > initial apicid : 16 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 4 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 9 > cpu cores : 6 > apicid : 18 > initial apicid : 18 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 5 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 10 > cpu cores : 6 > apicid : 20 > initial apicid : 20 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 6 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 0 > cpu cores : 6 > apicid : 1 > initial apicid : 1 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 7 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 1 > cpu cores : 6 > apicid : 3 > initial apicid : 3 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 8 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 2 > cpu cores : 6 > apicid : 5 > initial apicid : 5 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 9 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 8 > cpu cores : 6 > apicid : 17 > initial apicid : 17 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 10 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 9 > cpu cores : 6 > apicid : 19 > initial apicid : 19 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: > > processor : 11 > vendor_id : GenuineIntel > cpu family : 6 > model : 44 > model name : Genuine Intel(R) CPU 000 @ 3.20GHz > stepping : 0 > cpu MHz : 1596.000 > cache size : 12288 KB > physical id : 0 > siblings : 12 > core id : 10 > cpu cores : 6 > apicid : 21 > initial apicid : 21 > fpu : yes > fpu_exception : yes > cpuid level : 11 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology tsc_reliable nonstop_tsc pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt aes lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid > bogomips : 6399.78 > clflush size : 64 > cache_alignment : 64 > address sizes : 40 bits physical, 48 bits virtual > power management: >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users