From: Digimer <linux@alteeve.com>
To: Boris Derzhavets <bderzhavets@yahoo.com>
Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com,
"Pasi Kärkkäinen" <pasik@iki.fi>
Subject: Re: [Xen-devel] Re: [HOWTO] Running Xen 4.0 host (dom0) with Redhat Enterprise Linux 6 (RHEL6)
Date: Mon, 29 Nov 2010 22:50:09 -0500 [thread overview]
Message-ID: <4CF47471.3040802@alteeve.com> (raw)
In-Reply-To: <627706.22997.qm@web56103.mail.re3.yahoo.com>
On 11/29/2010 02:40 PM, Boris Derzhavets wrote:
> Could it be considered as update for "HOWTO" ?
>
> http://bderzhavets.wordpress.com/2010/11/29/rebuild-kernel-2-6-32-26-174-xendom0-fc12-src-rpm-on-rhel-server-6/
>
> Boris.
I ran through this tonight, and I did get it working and installed, so
thank you. :)
If I can make a couple suggestions?
1. Provide a downloadable patch file and and example showing how to use
patch for those who might be less familiar with it.
2. After compile and install, disable the epel repo as it triggers these
errors:
------------------------------------------------------------------------
[root@an-node03 x86_64]# yum update
Loaded plugins: refresh-packagekit, rhnplugin
epel | 3.7 kB 00:00
epel/primary_db | 3.4 MB 00:07
rhel-x86_64-server-6 | 1.8 kB 00:00
rhel-x86_64-server-6/primary | 1.6 MB 00:03
rhel-x86_64-server-6 3562/3562
rhel-x86_64-server-ha-6 | 1.8 kB 00:00
rhel-x86_64-server-ha-6/primary | 13 kB 00:00
rhel-x86_64-server-ha-6 35/35
rhel-x86_64-server-optional-6 | 1.6 kB 00:00
rhel-x86_64-server-optional-6/primary| 695 kB 00:01
rhel-x86_64-server-optional-6 2672/2672
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: pkgconfig(augeas) >= 0.5.0 for package:
netcf-devel-0.1.6-4.el6.x86_64
---> Package augeas-devel.x86_64 0:0.7.3-1.el5 set to be updated
--> Processing Dependency: augeas-libs = 0.7.2-3.el6 for package:
augeas-devel-0.7.2-3.el6.i686
---> Package augeas-libs.x86_64 0:0.7.3-1.el5 set to be updated
---> Package cvs.x86_64 0:1.11.23-11.el6_0.1 set to be updated
---> Package fontpackages-filesystem.noarch 0:1.44-1.el5.1 set to be updated
---> Package iwl6000-firmware.noarch 0:9.193.4.1-1.el5 set to be updated
---> Package libldb.x86_64 0:0.9.10-25.el5 set to be updated
---> Package libtalloc.x86_64 0:2.0.1-7.el5 set to be updated
---> Package libtdb.x86_64 0:1.2.1-4.el5 set to be updated
---> Package python-nose.noarch 0:0.11.3-2.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-nose-0.11.3-2.el5.noarch
---> Package python-paramiko.noarch 0:1.7.6-1.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-paramiko-1.7.6-1.el5.noarch
---> Package xorg-x11-drv-qxl.x86_64 0:0.0.12-2.1.el6_0.1 set to be updated
--> Running transaction check
---> Package augeas-devel.i686 0:0.7.2-3.el6 set to be updated
---> Package augeas-libs.i686 0:0.7.2-3.el6 set to be updated
--> Processing Dependency: libselinux.so.1 for package:
augeas-libs-0.7.2-3.el6.i686
---> Package python-nose.noarch 0:0.11.3-2.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-nose-0.11.3-2.el5.noarch
---> Package python-paramiko.noarch 0:1.7.6-1.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-paramiko-1.7.6-1.el5.noarch
--> Running transaction check
---> Package libselinux.i686 0:2.0.94-2.el6 set to be updated
---> Package python-nose.noarch 0:0.11.3-2.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-nose-0.11.3-2.el5.noarch
---> Package python-paramiko.noarch 0:1.7.6-1.el5 set to be updated
--> Processing Dependency: python(abi) = 2.4 for package:
python-paramiko-1.7.6-1.el5.noarch
--> Finished Dependency Resolution
Error: Package: python-nose-0.11.3-2.el5.noarch (epel)
Requires: python(abi) = 2.4
Installed: python-2.6.5-3.el6.x86_64 (@Red Hat Enterprise
Linux/6.0)
python(abi) = 2.6
Available: python26-2.6.5-5.el5.x86_64 (epel)
python(abi) = 2.6
Error: Package: python-paramiko-1.7.6-1.el5.noarch (epel)
Requires: python(abi) = 2.4
Installed: python-2.6.5-3.el6.x86_64 (@Red Hat Enterprise
Linux/6.0)
python(abi) = 2.6
Available: python26-2.6.5-5.el5.x86_64 (epel)
python(abi) = 2.6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
------------------------------------------------------------------------
I had to change /etc/yum.repos.d/epel.repo to 'enabled=0' and then run
'yum clean all && yum update' to get yum running again.
These are small issues though, and I'd vote for a reference in Pasi's
tutorial as an option against compiling from source (though I'd leave
that option in place).
I would like to use this to add myoung's kernel as an option in pxdi, if
that is ok with you.
--
Digimer
E-Mail: digimer@alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin: http://nodeassassin.org
next prev parent reply other threads:[~2010-11-30 3:50 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-18 20:00 [HOWTO] Running Xen 4.0 host (dom0) with Redhat Enterprise Linux 6 (RHEL6) Pasi Kärkkäinen
2010-11-18 20:14 ` Digimer
2010-11-18 20:37 ` [Xen-users] " Pasi Kärkkäinen
2010-11-29 18:40 ` [Xen-devel] " Boris Derzhavets
2010-11-29 19:40 ` Boris Derzhavets
2010-11-30 3:50 ` Digimer [this message]
2010-11-30 6:04 ` Boris Derzhavets
2010-11-30 14:43 ` Digimer
2010-11-30 14:45 ` Re: [Xen-users] " Boris Derzhavets
2010-11-30 14:46 ` [Xen-devel] " Digimer
2010-12-01 9:11 ` Re: [Xen-users] " Boris Derzhavets
2010-11-30 18:29 ` Pasi Kärkkäinen
2010-11-23 11:55 ` [Xen-devel] " Boris Derzhavets
2010-11-23 12:23 ` Re: [Xen-users] " Pasi Kärkkäinen
2010-11-23 12:31 ` Boris Derzhavets
2010-11-18 20:23 ` Rudi Ahlers
2010-11-18 20:39 ` [Xen-users] " Pasi Kärkkäinen
2010-11-19 17:08 ` Digimer
2010-11-19 17:11 ` [Xen-users] " Pasi Kärkkäinen
2010-11-19 18:04 ` Digimer
2010-11-19 18:28 ` Pasi Kärkkäinen
2010-11-19 19:07 ` Digimer
2010-11-19 19:15 ` [Xen-users] " Pasi Kärkkäinen
2010-11-22 15:08 ` [Xen-devel] " Konrad Rzeszutek Wilk
2010-11-22 15:26 ` Digimer
2010-11-22 15:59 ` Re: [Xen-users] " Konrad Rzeszutek Wilk
2010-11-18 20:44 ` Pasi Kärkkäinen
2010-11-18 20:57 ` M A Young
2010-11-18 21:02 ` Pasi Kärkkäinen
2010-11-19 4:30 ` Digimer
2010-11-19 6:57 ` Pasi Kärkkäinen
2010-11-19 15:38 ` Digimer
2010-11-19 16:22 ` Digimer
2010-11-19 16:26 ` Pasi Kärkkäinen
2010-11-19 16:43 ` Digimer
2011-11-19 11:59 ` [Xen-users] " beeckmans.o
2010-11-23 12:24 ` Re: [Xen-users] [HOWTO] Running Xen 4.0 host (dom0) with Redhat Enterprise Linux 6 (RHEL6) xen fails to build Boris Derzhavets
2010-11-23 12:35 ` Michal Novotny
2010-11-23 12:45 ` Boris Derzhavets
2010-11-23 19:09 ` [Xen-devel] " Pasi Kärkkäinen
2010-11-23 19:23 ` Re: [Xen-users] " Boris Derzhavets
2010-11-23 13:03 ` [Xen-devel] " Boris Derzhavets
2010-11-23 14:20 ` [Xen-devel] Re: [HOWTO] Running Xen 4.0 host (dom0) with Redhat Enterprise Linux 6 (RHEL6) . Link for Libvirt 0.8.1 Boris Derzhavets
2010-11-23 14:36 ` Digimer
2010-11-23 19:15 ` Pasi Kärkkäinen
2010-11-23 18:42 ` Re: [Xen-users] " Pasi Kärkkäinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CF47471.3040802@alteeve.com \
--to=linux@alteeve.com \
--cc=bderzhavets@yahoo.com \
--cc=pasik@iki.fi \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.