Friday, September 23, 2016

Upgrading Linux - rhn-client-tools and oraclelinux-release conflict - /etc/pki/rpm-gpg/RPM-GPG-KEY etc




this is because both packages are trying to do the same thing with regard to the key.

Solution

:

Update oraclelinux

[root@CSLFEB16R2 ~]# yum upgrade oraclelinux-release
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package oraclelinux-release.x86_64 6:6Server-4.0.4 will be updated
---> Package oraclelinux-release.x86_64 6:6Server-7.0.6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================
 Package                              Arch                    Version                          Repository                   Size
=================================================================================================================================
Updating:
 oraclelinux-release                  x86_64                  6:6Server-7.0.6                  ol6_latest                   23 k

Transaction Summary
=================================================================================================================================
Upgrade       1 Package(s)

Total download size: 23 k
Is this ok [y/N]: y
Downloading Packages:
oraclelinux-release-6Server-7.0.6.x86_64.rpm                                                              |  23 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
** Found 4 pre-existing rpmdb problem(s), 'yum check' output follows:
glibc-headers-2.12-1.107.el6_4.4.x86_64 has missing requires of kernel-headers
glibc-headers-2.12-1.107.el6_4.4.x86_64 has missing requires of kernel-headers >= ('0', '2.2.1', None)
oracle-rdbms-server-11gR2-preinstall-1.0-7.el6.x86_64 has missing requires of kernel-uek
oracle-rdbms-server-12cR1-preinstall-1.0-8.el6.x86_64 has missing requires of kernel-uek
  Updating   : 6:oraclelinux-release-6Server-7.0.6.x86_64                                                                    1/2
  Cleanup    : 6:oraclelinux-release-6Server-4.0.4.x86_64                                                                    2/2
  Verifying  : 6:oraclelinux-release-6Server-7.0.6.x86_64                                                                    1/2
  Verifying  : 6:oraclelinux-release-6Server-4.0.4.x86_64                                                                    2/2

Updated:
  oraclelinux-release.x86_64 6:6Server-7.0.6

Complete!
[root@CSLFEB16R2 ~]# yum -y install rhn-client-tools
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package rhn-client-tools.noarch 0:1.0.0.1-4.0.1.el6 will be updated
---> Package rhn-client-tools.noarch 0:1.0.0.1-32.0.4.el6 will be an update
--> Processing Dependency: rhnlib >= 2.5.22-13 for package: rhn-client-tools-1.0.0.1-32.0.4.el6.noarch
--> Running transaction check
---> Package rhnlib.noarch 0:2.5.22-12.0.2.el6 will be updated
---> Package rhnlib.noarch 0:2.5.22-15.0.2.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=================================================================================================================================
 Package                           Arch                    Version                             Repository                   Size
=================================================================================================================================
Updating:
 rhn-client-tools                  noarch                  1.0.0.1-32.0.4.el6                  ol6_latest                  503 k
Updating for dependencies:
 rhnlib                            noarch                  2.5.22-15.0.2.el6                   ol6_latest                   67 k

Transaction Summary
=================================================================================================================================
Upgrade       2 Package(s)

Total size: 571 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : rhnlib-2.5.22-15.0.2.el6.noarch                                                                               1/4
  Updating   : rhn-client-tools-1.0.0.1-32.0.4.el6.noarch                                                                    2/4
warning: /etc/yum.repos.d/public-yum-ol6.repo created as /etc/yum.repos.d/public-yum-ol6.repo.rpmnew
  Cleanup    : rhn-client-tools-1.0.0.1-4.0.1.el6.noarch                                                                     3/4
  Cleanup    : rhnlib-2.5.22-12.0.2.el6.noarch                                                                               4/4
  Verifying  : rhnlib-2.5.22-15.0.2.el6.noarch                                                                               1/4
  Verifying  : rhn-client-tools-1.0.0.1-32.0.4.el6.noarch                                                                    2/4
  Verifying  : rhnlib-2.5.22-12.0.2.el6.noarch                                                                               3/4
  Verifying  : rhn-client-tools-1.0.0.1-4.0.1.el6.noarch                                                                     4/4

Updated:
  rhn-client-tools.noarch 0:1.0.0.1-32.0.4.el6

Dependency Updated:
  rhnlib.noarch 0:2.5.22-15.0.2.el6

Complete!
[root@CSLFEB16R2 ~]#

No comments: