oracle / centos2ol

Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
https://linux.oracle.com/switch/centos/
Universal Permissive License v1.0
344 stars 81 forks source link

Issue in converting CentOS 6.10 to Oracle Linux 6 #94

Closed Manojkkkkk closed 2 years ago

Manojkkkkk commented 2 years ago

Raising this Query on behalf of a customer who is facing issues in converting CentOS to OL.

Kindly assist. Any suggestion to fix this issue is highly appreciated.

Cent OS 6.10 Final Kernel: 2.6.32-754.35.1.el6.x86_64

CT not been able to do a "complete" yum update since the CentOS 6 repos for base/6/x86_64 went away. The system currently has CentOS kernel 2.6.32-754.35.1.el6.x86_64. CentOS repos report "Error: Cannot find a valid baseurl for repo: base/6/x86_64." So, as far as CT can tell, the system is as up-to-date as possible for EL6.

Removed all old kernels, did "yum clean all" and STILL get this error:

(3/3): redhat-release-server-6Server-6.10.0.12.0.1.el6.x86_64.rpm                                                                       | 2.6 kB     00:00
Switching old release package with Oracle Linux...
error: Failed dependencies:
        oraclelinux-release is obsoleted by (installed) centos-release-6-10.el6.centos.12.3.x86_64
=================================================================

`# bash centos2ol.sh -kV
Checking for required packages...
Checking your distribution...
Creating a list of RPMs installed before the switch
Verifying RPMs installed before the switch against RPM database
prelink: /sbin/grubby: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/metacity: at least one of file's dependencies has changed since prelinking
--
--
prelink: /usr/libexec/notification-daemon: at least one of file's dependencies has changed since prelinking
prelink: /sbin/lspci: at least one of file's dependencies has changed since prelinking
prelink: /sbin/setpci: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/get_module: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/systool: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/xz: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/xzdec: at least one of file's dependencies has changed since prelinking
prelink: /usr/bin/screen: at least one of file's dependencies has changed since prelinking
package epel-release is not installed
Checking for yum lock...
Checking for required python packages...
Finding your repository directory...
Learning which repositories are enabled...
Repositories enabled before update include:
base
extras
updates
Downloading Oracle Linux yum repository file...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12045  100 12045    0     0   8356      0  0:00:01  0:00:01 --:--:-- 11438
Looking for yumdownloader...
Backing up and removing old repository files...
Removing CentOS-specific yum configuration from /etc/yum.conf
Downloading Oracle Linux release package...
Loaded plugins: fastestmirror, kabi
Loading support for CentOS kernel ABI
Determining fastest mirrors
ol6_UEK_latest/x86_64                                                                                                                                       | 2.5 kB     00:00
ol6_UEK_latest/x86_64/primary_db                                                                                                                            |  57 MB     00:05
ol6_latest/x86_64                                                                                                                                           | 2.7 kB     00:00
ol6_latest/x86_64/primary_db                                                                                                                                |  20 MB     00:01
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
Public key for oraclelinux-release-6Server-10.0.2.x86_64.rpm is not installed
(1/3): oraclelinux-release-6Server-10.0.2.x86_64.rpm                                                                                                        |  24 kB     00:00
(2/3): oraclelinux-release-el6-1.0-7.el6.noarch.rpm                                                                                                         |  18 kB     00:00
(3/3): redhat-release-server-6Server-6.10.0.12.0.1.el6.x86_64.rpm                                                                                           | 2.6 kB     00:00
Switching old release package with Oracle Linux...
warning: oraclelinux-release-6Server-10.0.2.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
error: Failed dependencies:
        oraclelinux-release is obsoleted by (installed) centos-release-6-10.el6.centos.12.3.x86_64
An error occurred while attempting to switch this system to Oracle Linux and it may be in an unstable/unbootable state. To avoid further issues, the script has terminated.
Djelibeybi commented 2 years ago

Can you please post the full output from the script because the error would've occurred earlier with the output of Switching old release package with Oracle Linux....

Manojkkkkk commented 2 years ago
Using username "root".

Last login: Wed Sep 15 14:26:27 2021

[root@osdial-8fed09ba ~]# ls -l /etc/yum.repos.d

total 44

-rw-r--r-- 1 root root 1991 Jun 26  2018 CentOS-Base.repo

-rw-r--r-- 1 root root  647 Jun 26  2018 CentOS-Debuginfo.repo

-rw-r--r-- 1 root root  289 Jun 26  2018 CentOS-fasttrack.repo

-rw-r--r-- 1 root root  630 Jun 26  2018 CentOS-Media.repo

-rw-r--r-- 1 root root 8854 Jun 26  2018 CentOS-Vault.repo

-rw-r--r-- 1 root root  739 Mar 20  2013 mirrors-rpmforge

-rw-r--r-- 1 root root  717 Mar 20  2013 mirrors-rpmforge-extras

-rw-r--r-- 1 root root  728 Mar 20  2013 mirrors-rpmforge-testing

-rw-r--r-- 1 root root 1128 Apr  3  2020 rpmforge.repo

[root@osdial-8fed09ba ~]# rm /etc/yum.repos.d/*rpmforge*

rm: remove regular file `/etc/yum.repos.d/mirrors-rpmforge'? y

rm: remove regular file `/etc/yum.repos.d/mirrors-rpmforge-extras'? y

rm: remove regular file `/etc/yum.repos.d/mirrors-rpmforge-testing'? y

rm: remove regular file `/etc/yum.repos.d/rpmforge.repo'? y

[root@osdial-8fed09ba ~]# ls -l /etc/yum.repos.d

total 28

-rw-r--r-- 1 root root 1991 Jun 26  2018 CentOS-Base.repo

-rw-r--r-- 1 root root  647 Jun 26  2018 CentOS-Debuginfo.repo

-rw-r--r-- 1 root root  289 Jun 26  2018 CentOS-fasttrack.repo

-rw-r--r-- 1 root root  630 Jun 26  2018 CentOS-Media.repo

-rw-r--r-- 1 root root 8854 Jun 26  2018 CentOS-Vault.repo

[root@osdial-8fed09ba ~]# rpm -qa kernel

kernel-2.6.32-754.35.1.el6.x86_64

kernel-2.6.32-431.5.1.el6.x86_64

kernel-2.6.32-754.28.1.el6.x86_64

[root@osdial-8fed09ba ~]# yum remove kernel kernel-2.6.32-754.28.1.el6.x86_64 ke                                  rnel-2.6.32-431.5.1.el6.x86_64

Loaded plugins: fastestmirror, kabi

Loading support for CentOS kernel ABI

Skipping the running kernel: kernel-2.6.32-754.35.1.el6.x86_64

Resolving Dependencies

--> Running transaction check

---> Package kernel.x86_64 0:2.6.32-431.5.1.el6 will be erased

---> Package kernel.x86_64 0:2.6.32-754.28.1.el6 will be erased

--> Finished Dependency Resolution

Dependencies Resolved

================================================================================

 Package

        Arch   Version             Repository                              Size

================================================================================

Removing:

 kernel x86_64 2.6.32-431.5.1.el6  @anaconda-CentOS-201303020151.x86_64/6.5

                                                                          121 M

 kernel x86_64 2.6.32-754.28.1.el6 @updates                               133 M

Transaction Summary

================================================================================

Remove  2 Packages

Installed size: 254 M

Is this ok [y/d/N]: y

Downloading packages:

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

  Erasing    : kernel.x86_64                                                1/2

  Erasing    : kernel.x86_64                                                2/2

  Verifying  : kernel-2.6.32-431.5.1.el6.x86_64                             1/2

  Verifying  : kernel-2.6.32-754.28.1.el6.x86_64                            2/2

Removed:

  kernel.x86_64 0:2.6.32-431.5.1.el6     kernel.x86_64 0:2.6.32-754.28.1.el6

Complete!

[root@osdial-8fed09ba ~]# rpm -qa kernel

kernel-2.6.32-754.35.1.el6.x86_64

[root@osdial-8fed09ba ~]# yum clean all

Loaded plugins: fastestmirror, kabi

Loading support for CentOS kernel ABI

Cleaning repos: base extras updates

Cleaning up everything

Cleaning up list of fastest mirrors

[root@osdial-8fed09ba ~]# yum update

Loaded plugins: fastestmirror, kabi

Loading support for CentOS kernel ABI

Determining fastest mirrors

Error: Cannot find a valid baseurl for repo: base/6/x86_64

[root@osdial-8fed09ba ~]# wget https://raw.githubusercontent.com/oracle/centos2ol/main/centos2ol.sh

--2021-09-15 14:47:43--  https://raw.githubusercontent.com/oracle/centos2ol/main/centos2ol.sh

Resolving raw.githubusercontent.com... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...

Connecting to raw.githubusercontent.com|185.199.108.133|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 22661 (22K) [text/plain]

Saving to: �centos2ol.sh�

100%[========================================================================>] 22,661      --.-K/s   in 0.009s

2021-09-15 14:47:43 (2.37 MB/s) - �centos2ol.sh� saved [22661/22661]

[root@osdial-8fed09ba ~]# bash -x centos2ol.sh -k -V

+ set -e

+ unset CDPATH

+ yum_url=https://yum.oracle.com

+ github_url=https://github.com/oracle/centos2ol/

++ uname -m

+ arch=x86_64

+ bad_packages=(centos-backgrounds centos-gpg-keys centos-logos centos-release centos-release-cr desktop-backgrounds-basic centos-release-advanced-virtualization centos-release-ansible26 centos-release-ansible-27 centos-release-ansible-28 centos-release-ansible-29 centos-release-azure centos-release-ceph-jewel centos-release-ceph-luminous centos-release-ceph-nautilus centos-release-ceph-octopus centos-release-configmanagement centos-release-dotnet centos-release-fdio centos-release-gluster40 centos-release-gluster41 centos-release-gluster5 centos-release-gluster6 centos-release-gluster7 centos-release-gluster8 centos-release-gluster-legacy centos-release-messaging centos-release-nfs-ganesha28 centos-release-nfs-ganesha30 centos-release-nfv-common centos-release-nfv-openvswitch centos-release-openshift-origin centos-release-openstack-queens centos-release-openstack-rocky centos-release-openstack-stein centos-release-openstack-train centos-release-openstack-ussuri centos-release-opstools centos-release-ovirt42 centos-release-ovirt43 centos-release-ovirt44 centos-release-paas-common centos-release-qemu-ev centos-release-qpid-proton centos-release-rabbitmq-38 centos-release-samba411 centos-release-samba412 centos-release-scl centos-release-scl-rh centos-release-storage-common centos-release-virt-common centos-release-xen centos-release-xen-410 centos-release-xen-412 centos-release-xen-46 centos-release-xen-48 centos-release-xen-common libreport-centos libreport-plugin-mantisbt libreport-plugin-rhtsupport python3-syspurpose python-oauth sl-logos yum-rhn-plugin)

+ reinstall_all_rpms=false

+ verify_all_rpms=false

+ install_uek_kernel=true

+ getopts hrkV option

+ case "$option" in

+ install_uek_kernel=false

+ getopts hrkV option

+ case "$option" in

+ verify_all_rpms=true

+ getopts hrkV option

+ '[' x86_64 == aarch64 ']'

++ id -u

+ '[' 0 -ne 0 ']'

+ echo 'Checking for required packages...'

Checking for required packages...

+ for pkg in rpm yum curl

+ dep_check rpm

+ have_program rpm

+ hash rpm

+ for pkg in rpm yum curl

+ dep_check yum

+ have_program yum

+ hash yum

+ for pkg in rpm yum curl

+ dep_check curl

+ have_program curl

+ hash curl

+ echo 'Checking your distribution...'

Checking your distribution...

++ rpm -q --whatprovides /etc/redhat-release

+ old_release=centos-release-6-10.el6.centos.12.3.x86_64

++ echo centos-release-6-10.el6.centos.12.3.x86_64

++ wc -l

+ '[' 1 -ne 1 ']'

+ true

+ generate_rpms_info before

+ echo 'Creating a list of RPMs installed before the switch'

Creating a list of RPMs installed before the switch

+ rpm -qa --qf '%{NAME}-%{EPOCH}:%{VERSION}-%{RELEASE}.%{ARCH}|%{INSTALLTIME}|%{VENDOR}|%{BUILDTIME}|%{BUILDHOST}|%{SOURCERPM}|%{LICENSE}|%{PACKAGER}\n'

+ sed 's/(none)://g'

+ sort

++ hostname

+ echo 'Verifying RPMs installed before the switch against RPM database'

Verifying RPMs installed before the switch against RPM database

+ sort -k3

+ rpm -Va

++ hostname

+ case "${old_release}" in

++ rpm -q centos-release-6-10.el6.centos.12.3.x86_64 --qf '%{version}'

+ os_version=6

+ major_os_version=6

+ false

+ base_packages=(basesystem initscripts oracle-logos)

+ case "$os_version" in

+ repo_file=public-yum-ol6.repo

+ new_releases=(oraclelinux-release oraclelinux-release-el6 redhat-release-server)

+ base_packages=("${base_packages[@]}" oraclelinux-release-notes plymouth grub grubby)

+ packages_to_replace=([epel-release]="oracle-epel-release-el${major_os_version}")

+ declare -A packages_to_replace

+ for package_name in '"${!packages_to_replace[@]}"'

+ rpm -q epel-release

package epel-release is not installed

+ echo 'Checking for yum lock...'

Checking for yum lock...

+ '[' -f /var/run/yum.pid ']'

+ echo 'Checking for required python packages...'

Checking for required python packages...

+ case "$os_version" in

+ dep_check python2

+ have_program python2

+ hash python2

+ [[ 6 =~ 8.* ]]

+ echo 'Finding your repository directory...'

Finding your repository directory...

+ case "$os_version" in

++ python2 -c '

import yum

import os

for dir in yum.YumBase().doConfigSetup(init_plugins=False).reposdir:

    if os.path.isdir(dir):

        print dir

        break

'

+ reposdir=/etc/yum.repos.d

+ echo 'Learning which repositories are enabled...'

Learning which repositories are enabled...

+ case "$os_version" in

++ python2 -c '

import yum

base = yum.YumBase()

base.doConfigSetup(init_plugins=False)

for repo in base.repos.listEnabled():

  print repo

'

+ enabled_repos='base

extras

updates'

+ echo -e 'Repositories enabled before update include:\nbase

extras

updates'

Repositories enabled before update include:

base

extras

updates

+ '[' -z /etc/yum.repos.d ']'

+ cd /etc/yum.repos.d

+ case "$os_version" in

+ echo 'Downloading Oracle Linux yum repository file...'

Downloading Oracle Linux yum repository file...

+ curl -o switch-to-oraclelinux.repo https://yum.oracle.com/public-yum-ol6.repo

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 12045  100 12045    0     0  12586      0 --:--:-- --:--:-- --:--:-- 17133

+ echo 'Looking for yumdownloader...'

Looking for yumdownloader...

+ have_program yumdownloader

+ hash yumdownloader

++ mktemp -d

+ cd /tmp/tmp.WxAqiNUysu

+ trap final_failure ERR

+ [[ centos-release-6-10.el6.centos.12.3.x86_64 =~ ^centos-release-8.* ]]

+ [[ centos-release-6-10.el6.centos.12.3.x86_64 =~ ^centos-linux-release-8.* ]]

+ echo 'Backing up and removing old repository files...'

Backing up and removing old repository files...

+ grep '\.repo$'

+ rpm -ql centos-release-6-10.el6.centos.12.3.x86_64

++ rpm -qa 'centos-release-*'

++ wc -l

+ '[' 0 -gt 0 ']'

+ read -r repo

+ '[' -f /etc/yum.repos.d/CentOS-Base.repo ']'

+ cat - /etc/yum.repos.d/CentOS-Base.repo

++ mktemp repo.XXXXX

+ tmpfile=repo.Wnw5d

+ echo /etc/yum.repos.d/CentOS-Base.repo

+ cat - /etc/yum.repos.d/CentOS-Base.repo

+ rm /etc/yum.repos.d/CentOS-Base.repo

+ read -r repo

+ '[' -f /etc/yum.repos.d/CentOS-Debuginfo.repo ']'

+ cat - /etc/yum.repos.d/CentOS-Debuginfo.repo

++ mktemp repo.XXXXX

+ tmpfile=repo.k4GVu

+ echo /etc/yum.repos.d/CentOS-Debuginfo.repo

+ cat - /etc/yum.repos.d/CentOS-Debuginfo.repo

+ rm /etc/yum.repos.d/CentOS-Debuginfo.repo

+ read -r repo

+ '[' -f /etc/yum.repos.d/CentOS-Media.repo ']'

+ cat - /etc/yum.repos.d/CentOS-Media.repo

++ mktemp repo.XXXXX

+ tmpfile=repo.AQjCH

+ echo /etc/yum.repos.d/CentOS-Media.repo

+ cat - /etc/yum.repos.d/CentOS-Media.repo

+ rm /etc/yum.repos.d/CentOS-Media.repo

+ read -r repo

+ '[' -f /etc/yum.repos.d/CentOS-Vault.repo ']'

+ cat - /etc/yum.repos.d/CentOS-Vault.repo

++ mktemp repo.XXXXX

+ tmpfile=repo.k5hmH

+ echo /etc/yum.repos.d/CentOS-Vault.repo

+ cat - /etc/yum.repos.d/CentOS-Vault.repo

+ rm /etc/yum.repos.d/CentOS-Vault.repo

+ read -r repo

+ '[' -f /etc/yum.repos.d/CentOS-fasttrack.repo ']'

+ cat - /etc/yum.repos.d/CentOS-fasttrack.repo

++ mktemp repo.XXXXX

+ tmpfile=repo.kgALu

+ echo /etc/yum.repos.d/CentOS-fasttrack.repo

+ cat - /etc/yum.repos.d/CentOS-fasttrack.repo

+ rm /etc/yum.repos.d/CentOS-fasttrack.repo

+ read -r repo

+ echo 'Removing CentOS-specific yum configuration from /etc/yum.conf'

Removing CentOS-specific yum configuration from /etc/yum.conf

+ sed -i.bak -e 's/^distroverpkg/#&/g' -e 's/^bugtracker_url/#&/g' /etc/yum.conf

+ echo 'Downloading Oracle Linux release package...'

Downloading Oracle Linux release package...

+ yumdownloader oraclelinux-release oraclelinux-release-el6 redhat-release-server

Loaded plugins: fastestmirror, kabi

Loading support for CentOS kernel ABI

Loading mirror speeds from cached hostfile

ol6_UEK_latest/x86_64                                                                      | 2.5 kB     00:00

ol6_UEK_latest/x86_64/primary_db                                                           |  57 MB     00:02

ol6_latest/x86_64                                                                          | 2.7 kB     00:00

ol6_latest/x86_64/primary_db                                                               |  20 MB     00:00

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY

Public key for oraclelinux-release-6Server-10.0.2.x86_64.rpm is not installed

(1/3): oraclelinux-release-6Server-10.0.2.x86_64.rpm                                       |  24 kB     00:00

(2/3): oraclelinux-release-el6-1.0-7.el6.noarch.rpm                                        |  18 kB     00:00

(3/3): redhat-release-server-6Server-6.10.0.12.0.1.el6.x86_64.rpm                          | 2.6 kB     00:00

+ echo 'Switching old release package with Oracle Linux...'

Switching old release package with Oracle Linux...

+ rpm -i --force 'oraclelinux-release*.rpm' 'oraclelinux-release-el6*.rpm' 'redhat-release-server*.rpm'

warning: oraclelinux-release-6Server-10.0.2.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY

error: Failed dependencies:

        oraclelinux-release is obsoleted by (installed) centos-release-6-10.el6.centos.12.3.x86_64

++ final_failure

++ echo 'An error occurred while attempting to switch this system to Oracle Linux and it may be in an unstable/unbootable state. To avoid further issues, the script has terminated.'

An error occurred while attempting to switch this system to Oracle Linux and it may be in an unstable/unbootable state. To avoid further issues, the script has terminated.

[root@osdial-8fed09ba ~]#
Manojkkkkk commented 2 years ago

Posted the full output from the script. Please assist.

Djelibeybi commented 2 years ago

Can you please try swapping lines 400 and 401 so that it becomes:

echo "Switching old release package with Oracle Linux..."
rpm -e --nodeps "$old_release"
rpm -i --force "${new_releases[@]/%/*.rpm}"
rm -f "${reposdir}/switch-to-oraclelinux.repo"

This should resolve the issue by removing the CentOS release RPM first, then installing the Oracle Linux one.

Manojkkkkk commented 2 years ago

This made it further than last time. Seems CT still have some incompatibilities.

Below is the error log:

Using username "root". Last login: Sun Sep 26 13:19:32 2021 [root@ ~]# bash -x centos2olr.sh

for dir in yum.YumBase().doConfigSetup(init_plugins=False).reposdir: if os.path.isdir(dir): print dir break '

base = yum.YumBase() base.doConfigSetup(init_plugins=False) for repo in base.repos.listEnabled(): print repo '

======================================================================================================================================================================== Package Arch Version Repository Size

Installing: kernel-uek x86_64 4.1.12-124.48.6.el6uek ol6_UEKR4 42 M linux-firmware noarch 20171128-56.git17e62881.0.2.el6 ol6_UEKR4 74 M replacing bfa-firmware.noarch 3.2.23.0-2.el6 replacing ivtv-firmware.noarch 2:20080701-20.2 replacing iwl100-firmware.noarch 39.31.5.1-1.el6 replacing iwl1000-firmware.noarch 1:39.31.5.1-1.el6 replacing iwl3945-firmware.noarch 15.32.2.9-4.el6 replacing iwl4965-firmware.noarch 228.61.2.24-2.1.el6 replacing iwl5000-firmware.noarch 8.83.5.1_1-1.el6_1.1 replacing iwl5150-firmware.noarch 8.24.2.2-1.el6 replacing iwl6000-firmware.noarch 9.221.4.1-1.el6 replacing iwl6000g2a-firmware.noarch 17.168.5.3-1.el6 replacing iwl6000g2b-firmware.noarch 17.168.5.2-1.el6 replacing iwl6050-firmware.noarch 41.28.5.1-2.el6 replacing kernel-firmware.noarch 2.6.32-754.35.1.el6 replacing libertas-usb8388-firmware.noarch 2:5.110.22.p23-3.1.el6 replacing netxen-firmware.noarch 4.0.534-3.1.el6 replacing ql2100-firmware.noarch 1.19.38-3.1.el6 replacing ql2200-firmware.noarch 2.02.08-3.1.el6 replacing ql23xx-firmware.noarch 3.03.27-3.1.el6 replacing ql2400-firmware.noarch 7.03.00-1.el6_5 replacing ql2500-firmware.noarch 7.03.00-1.el6_5 replacing rt61pci-firmware.noarch 1.2-7.el6 replacing rt73usb-firmware.noarch 1.8-7.el6 oracle-logos noarch 60.0.14-1.0.5.el6 ol6_latest 12 M replacing redhat-logos.noarch 60.0.14-12.el6.centos oraclelinux-release-notes x86_64 6Server-22.0.2.el6 ol6_latest 233 k Updating: basesystem noarch 10.0-4.0.1.el6 ol6_latest 4.3 k grub x86_64 1:0.97-99.0.1.el6 ol6_latest 939 k initscripts x86_64 9.03.61-1.0.6.el6 ol6_latest 952 k plymouth x86_64 0.8.3-29.0.1.el6 ol6_latest 89 k plymouth-system-theme noarch 0.8.3-29.0.1.el6 ol6_latest 27 k plymouth-theme-rings noarch 0.8.3-29.0.1.el6 ol6_latest 33 k Removing: libreport-plugin-rhtsupport x86_64 2.0.9-34.el6.centos @base/6 79 k redhat-logos noarch 60.0.14-12.el6.centos @anaconda-CentOS-201303020151.x86_64/6.5 15 M Installing for dependencies: kernel-uek-firmware noarch 4.1.12-124.48.6.el6uek ol6_UEKR4 2.6 M Updating for dependencies: grubby x86_64 7.0.15-7.0.5.el6 ol6_latest 44 k plymouth-core-libs x86_64 0.8.3-29.0.1.el6 ol6_latest 88 k plymouth-graphics-libs x86_64 0.8.3-29.0.1.el6 ol6_latest 39 k plymouth-plugin-label x86_64 0.8.3-29.0.1.el6 ol6_latest 31 k plymouth-plugin-two-step x86_64 0.8.3-29.0.1.el6 ol6_latest 36 k Removing for dependencies: abrt x86_64 2.0.8-44.el6.centos @base/6 754 k abrt-addon-ccpp x86_64 2.0.8-44.el6.centos @base/6 200 k abrt-addon-kerneloops x86_64 2.0.8-44.el6.centos @base/6 28 k abrt-addon-python x86_64 2.0.8-44.el6.centos @base/6 20 k abrt-cli x86_64 2.0.8-44.el6.centos @base/6 0.0 abrt-libs x86_64 2.0.8-44.el6.centos @base/6 29 k abrt-python x86_64 2.0.8-44.el6.centos @base/6 52 k abrt-tui x86_64 2.0.8-44.el6.centos @base/6 17 k firstboot x86_64 1.110.15-4.el6 @base/6 651 k libreport x86_64 2.0.9-34.el6.centos @base/6 1.2 M libreport-cli x86_64 2.0.9-34.el6.centos @base/6 26 k libreport-compat x86_64 2.0.9-34.el6.centos @base/6 7.6 k libreport-gtk x86_64 2.0.9-34.el6.centos @base/6 136 k libreport-newt x86_64 2.0.9-34.el6.centos @base/6 15 k libreport-plugin-kerneloops x86_64 2.0.9-34.el6.centos @base/6 18 k libreport-plugin-logger x86_64 2.0.9-34.el6.centos @base/6 23 k libreport-plugin-mailx x86_64 2.0.9-34.el6.centos @base/6 33 k libreport-plugin-reportuploader x86_64 2.0.9-34.el6.centos @base/6 35 k libreport-plugin-ureport x86_64 2.0.9-34.el6.centos @base/6 25 k libreport-python x86_64 2.0.9-34.el6.centos @base/6 73 k python-meh noarch 0.12.1-3.el6 @anaconda-CentOS-201303020151.x86_64/6.5 186 k

Transaction Summary

Install 4 Packages (+ 1 Dependent package) Upgrade 6 Packages (+ 5 Dependent packages) Remove 2 Packages (+21 Dependent packages)

Total download size: 133 M Downloading packages: No Presto metadata available for ol6_latest warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY Public key for basesystem-10.0-4.0.1.el6.noarch.rpm is not installed (1/16): basesystem-10.0-4.0.1.el6.noarch.rpm | 4.3 kB 00:00 (2/16): grub-0.97-99.0.1.el6.x86_64.rpm | 939 kB 00:00 (3/16): grubby-7.0.15-7.0.5.el6.x86_64.rpm | 44 kB 00:00 (4/16): initscripts-9.03.61-1.0.6.el6.x86_64.rpm | 952 kB 00:00 Public key for kernel-uek-4.1.12-124.48.6.el6uek.x86_64.rpm is not installed [============================================- ] 20 MB/s | 34 MB 00:00 ETA (5/16): kernel-uek-4.1.12-124.48.6.el6uek.x86_64.rpm | 42 MB 00:01 (6/16): kernel-uek-firmware-4.1.12-124.48.6.el6uek.noarch.rpm | 2.6 MB 00:00 (7/16): linux-firmware-20171128-56.git17e62881.0.2.el6.noarch.rpm | 74 MB 00:01 (8/16): oracle-logos-60.0.14-1.0.5.el6.noarch.rpm | 12 MB 00:00 (9/16): oraclelinux-release-notes-6Server-22.0.2.el6.x86_64.rpm | 233 kB 00:00 (10/16): plymouth-0.8.3-29.0.1.el6.x86_64.rpm | 89 kB 00:00 (11/16): plymouth-core-libs-0.8.3-29.0.1.el6.x86_64.rpm | 88 kB 00:00 (12/16): plymouth-graphics-libs-0.8.3-29.0.1.el6.x86_64.rpm | 39 kB 00:00 (13/16): plymouth-plugin-label-0.8.3-29.0.1.el6.x86_64.rpm | 31 kB 00:00 (14/16): plymouth-plugin-two-step-0.8.3-29.0.1.el6.x86_64.rpm | 36 kB 00:00 (15/16): plymouth-system-theme-0.8.3-29.0.1.el6.noarch.rpm | 27 kB 00:00 (16/16): plymouth-theme-rings-0.8.3-29.0.1.el6.noarch.rpm | 33 kB 00:00

Total 6.0 MB/s | 133 MB 00:22 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle Importing GPG key 0xEC551F03: Userid : "Oracle OSS group (Open Source Software group) build@oss.oracle.com" Fingerprint: 4214 4123 fecf c55b 9086 313d 72f9 7b74 ec55 1f03 Package : 6:oraclelinux-release-6Server-10.0.2.x86_64 (installed) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle Running transaction check Running transaction test Transaction test succeeded Running transaction Warning: RPMDB altered outside of yum. Updating : plymouth-core-libs-0.8.3-29.0.1.el6.x86_64 1/72 Installing : oracle-logos-60.0.14-1.0.5.el6.noarch 2/72 Updating : initscripts-9.03.61-1.0.6.el6.x86_64 3/72 Updating : plymouth-0.8.3-29.0.1.el6.x86_64 4/72 Updating : plymouth-graphics-libs-0.8.3-29.0.1.el6.x86_64 5/72 Updating : plymouth-plugin-label-0.8.3-29.0.1.el6.x86_64 6/72 Updating : plymouth-plugin-two-step-0.8.3-29.0.1.el6.x86_64 7/72 Updating : plymouth-theme-rings-0.8.3-29.0.1.el6.noarch 8/72 Updating : grubby-7.0.15-7.0.5.el6.x86_64 9/72 Installing : linux-firmware-20171128-56.git17e62881.0.2.el6.noarch 10/72 Installing : kernel-uek-firmware-4.1.12-124.48.6.el6uek.noarch 11/72 Installing : kernel-uek-4.1.12-124.48.6.el6uek.x86_64 12/72 Updating : plymouth-system-theme-0.8.3-29.0.1.el6.noarch 13/72 Updating : 1:grub-0.97-99.0.1.el6.x86_64 14/72 Updating : basesystem-10.0-4.0.1.el6.noarch 15/72 Installing : oraclelinux-release-notes-6Server-22.0.2.el6.x86_64 16/72 Erasing : abrt-cli-2.0.8-44.el6.centos.x86_64 17/72 Cleanup : 1:grub-0.97-99.el6.x86_64 18/72 Cleanup : plymouth-system-theme-0.8.3-29.el6.centos.noarch 19/72 Cleanup : plymouth-theme-rings-0.8.3-29.el6.centos.noarch 20/72 Erasing : firstboot-1.110.15-4.el6.x86_64 21/72 Erasing : python-meh-0.12.1-3.el6.noarch 22/72 Cleanup : basesystem-10.0-4.el6.noarch 23/72 Erasing : 2:libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch 24/72 Erasing : rt73usb-firmware-1.8-7.el6.noarch 25/72 Erasing : rt61pci-firmware-1.2-7.el6.noarch 26/72 Erasing : ql2500-firmware-7.03.00-1.el6_5.noarch 27/72 Erasing : ql2400-firmware-7.03.00-1.el6_5.noarch 28/72 Erasing : ql23xx-firmware-3.03.27-3.1.el6.noarch 29/72 Erasing : ql2200-firmware-2.02.08-3.1.el6.noarch 30/72 Erasing : ql2100-firmware-1.19.38-3.1.el6.noarch 31/72 Erasing : netxen-firmware-4.0.534-3.1.el6.noarch 32/72 Erasing : iwl6050-firmware-41.28.5.1-2.el6.noarch 33/72 Erasing : iwl6000g2b-firmware-17.168.5.2-1.el6.noarch 34/72 Erasing : iwl6000g2a-firmware-17.168.5.3-1.el6.noarch 35/72 Erasing : iwl6000-firmware-9.221.4.1-1.el6.noarch 36/72 Erasing : iwl5150-firmware-8.24.2.2-1.el6.noarch 37/72 Erasing : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch 38/72 Erasing : iwl4965-firmware-228.61.2.24-2.1.el6.noarch 39/72 Erasing : iwl3945-firmware-15.32.2.9-4.el6.noarch 40/72 Erasing : 1:iwl1000-firmware-39.31.5.1-1.el6.noarch 41/72 Erasing : iwl100-firmware-39.31.5.1-1.el6.noarch 42/72 Erasing : 2:ivtv-firmware-20080701-20.2.noarch 43/72 Erasing : bfa-firmware-3.2.23.0-2.el6.noarch 44/72 Erasing : kernel-firmware-2.6.32-754.35.1.el6.noarch 45/72 Cleanup : plymouth-plugin-two-step-0.8.3-29.el6.centos.x86_64 46/72 Cleanup : plymouth-plugin-label-0.8.3-29.el6.centos.x86_64 47/72 Erasing : abrt-addon-kerneloops-2.0.8-44.el6.centos.x86_64 48/72 Erasing : abrt-addon-ccpp-2.0.8-44.el6.centos.x86_64 49/72 Erasing : abrt-tui-2.0.8-44.el6.centos.x86_64 50/72 Erasing : abrt-addon-python-2.0.8-44.el6.centos.x86_64 51/72 Erasing : abrt-python-2.0.8-44.el6.centos.x86_64 52/72 Erasing : abrt-2.0.8-44.el6.centos.x86_64 53/72 Erasing : abrt-libs-2.0.8-44.el6.centos.x86_64 54/72 Erasing : libreport-plugin-mailx-2.0.9-34.el6.centos.x86_64 55/72 Erasing : libreport-plugin-ureport-2.0.9-34.el6.centos.x86_64 56/72 Erasing : libreport-plugin-kerneloops-2.0.9-34.el6.centos.x86_64 57/72 Cleanup : plymouth-graphics-libs-0.8.3-29.el6.centos.x86_64 58/72 Erasing : libreport-gtk-2.0.9-34.el6.centos.x86_64 59/72 Erasing : libreport-newt-2.0.9-34.el6.centos.x86_64 60/72 Erasing : libreport-cli-2.0.9-34.el6.centos.x86_64 61/72 Erasing : libreport-plugin-logger-2.0.9-34.el6.centos.x86_64 62/72 Erasing : libreport-compat-2.0.9-34.el6.centos.x86_64 63/72 Erasing : libreport-plugin-reportuploader-2.0.9-34.el6.centos.x86_64 64/72 Erasing : libreport-plugin-rhtsupport-2.0.9-34.el6.centos.x86_64 65/72 Erasing : libreport-python-2.0.9-34.el6.centos.x86_64 66/72 Erasing : libreport-2.0.9-34.el6.centos.x86_64 67/72 Cleanup : plymouth-0.8.3-29.el6.centos.x86_64 68/72 Cleanup : initscripts-9.03.61-1.el6.centos.x86_64 69/72 Erasing : redhat-logos-60.0.14-12.el6.centos.noarch 70/72 Cleanup : plymouth-core-libs-0.8.3-29.el6.centos.x86_64 71/72 Cleanup : grubby-7.0.15-7.el6.x86_64 72/72 Verifying : kernel-uek-firmware-4.1.12-124.48.6.el6uek.noarch 1/72 Verifying : plymouth-plugin-label-0.8.3-29.0.1.el6.x86_64 2/72 Verifying : plymouth-theme-rings-0.8.3-29.0.1.el6.noarch 3/72 Verifying : oraclelinux-release-notes-6Server-22.0.2.el6.x86_64 4/72 Verifying : linux-firmware-20171128-56.git17e62881.0.2.el6.noarch 5/72 Verifying : plymouth-core-libs-0.8.3-29.0.1.el6.x86_64 6/72 Verifying : grubby-7.0.15-7.0.5.el6.x86_64 7/72 Verifying : initscripts-9.03.61-1.0.6.el6.x86_64 8/72 Verifying : basesystem-10.0-4.0.1.el6.noarch 9/72 Verifying : plymouth-graphics-libs-0.8.3-29.0.1.el6.x86_64 10/72 Verifying : plymouth-plugin-two-step-0.8.3-29.0.1.el6.x86_64 11/72 Verifying : plymouth-0.8.3-29.0.1.el6.x86_64 12/72 Verifying : plymouth-system-theme-0.8.3-29.0.1.el6.noarch 13/72 Verifying : oracle-logos-60.0.14-1.0.5.el6.noarch 14/72 Verifying : 1:grub-0.97-99.0.1.el6.x86_64 15/72 Verifying : kernel-uek-4.1.12-124.48.6.el6uek.x86_64 16/72 Verifying : rt73usb-firmware-1.8-7.el6.noarch 17/72 Verifying : firstboot-1.110.15-4.el6.x86_64 18/72 Verifying : plymouth-system-theme-0.8.3-29.el6.centos.noarch 19/72 Verifying : 1:grub-0.97-99.el6.x86_64 20/72 Verifying : iwl6000g2a-firmware-17.168.5.3-1.el6.noarch 21/72 Verifying : libreport-newt-2.0.9-34.el6.centos.x86_64 22/72 Verifying : iwl6050-firmware-41.28.5.1-2.el6.noarch 23/72 Verifying : plymouth-plugin-two-step-0.8.3-29.el6.centos.x86_64 24/72 Verifying : libreport-compat-2.0.9-34.el6.centos.x86_64 25/72 Verifying : ql2100-firmware-1.19.38-3.1.el6.noarch 26/72 Verifying : plymouth-0.8.3-29.el6.centos.x86_64 27/72 Verifying : libreport-plugin-ureport-2.0.9-34.el6.centos.x86_64 28/72 Verifying : libreport-plugin-mailx-2.0.9-34.el6.centos.x86_64 29/72 Verifying : ql2500-firmware-7.03.00-1.el6_5.noarch 30/72 Verifying : iwl3945-firmware-15.32.2.9-4.el6.noarch 31/72 Verifying : libreport-plugin-logger-2.0.9-34.el6.centos.x86_64 32/72 Verifying : abrt-addon-kerneloops-2.0.8-44.el6.centos.x86_64 33/72 Verifying : python-meh-0.12.1-3.el6.noarch 34/72 Verifying : libreport-gtk-2.0.9-34.el6.centos.x86_64 35/72 Verifying : plymouth-graphics-libs-0.8.3-29.el6.centos.x86_64 36/72 Verifying : 2:libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch 37/72 Verifying : netxen-firmware-4.0.534-3.1.el6.noarch 38/72 Verifying : abrt-addon-python-2.0.8-44.el6.centos.x86_64 39/72 Verifying : grubby-7.0.15-7.el6.x86_64 40/72 Verifying : abrt-tui-2.0.8-44.el6.centos.x86_64 41/72 Verifying : libreport-cli-2.0.9-34.el6.centos.x86_64 42/72 Verifying : libreport-2.0.9-34.el6.centos.x86_64 43/72 Verifying : libreport-python-2.0.9-34.el6.centos.x86_64 44/72 Verifying : abrt-cli-2.0.8-44.el6.centos.x86_64 45/72 Verifying : abrt-libs-2.0.8-44.el6.centos.x86_64 46/72 Verifying : plymouth-core-libs-0.8.3-29.el6.centos.x86_64 47/72 Verifying : 2:ivtv-firmware-20080701-20.2.noarch 48/72 Verifying : abrt-2.0.8-44.el6.centos.x86_64 49/72 Verifying : redhat-logos-60.0.14-12.el6.centos.noarch 50/72 Verifying : redhat-logos-60.0.14-12.el6.centos.noarch 51/72 Verifying : kernel-firmware-2.6.32-754.35.1.el6.noarch 52/72 Verifying : libreport-plugin-reportuploader-2.0.9-34.el6.centos.x86_64 53/72 Verifying : abrt-addon-ccpp-2.0.8-44.el6.centos.x86_64 54/72 Verifying : plymouth-theme-rings-0.8.3-29.el6.centos.noarch 55/72 Verifying : iwl4965-firmware-228.61.2.24-2.1.el6.noarch 56/72 Verifying : libreport-plugin-rhtsupport-2.0.9-34.el6.centos.x86_64 57/72 Verifying : 1:iwl1000-firmware-39.31.5.1-1.el6.noarch 58/72 Verifying : iwl6000-firmware-9.221.4.1-1.el6.noarch 59/72 Verifying : iwl6000g2b-firmware-17.168.5.2-1.el6.noarch 60/72 Verifying : plymouth-plugin-label-0.8.3-29.el6.centos.x86_64 61/72 Verifying : ql23xx-firmware-3.03.27-3.1.el6.noarch 62/72 Verifying : iwl100-firmware-39.31.5.1-1.el6.noarch 63/72 Verifying : libreport-plugin-kerneloops-2.0.9-34.el6.centos.x86_64 64/72 Verifying : bfa-firmware-3.2.23.0-2.el6.noarch 65/72 Verifying : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch 66/72 Verifying : ql2200-firmware-2.02.08-3.1.el6.noarch 67/72 Verifying : iwl5150-firmware-8.24.2.2-1.el6.noarch 68/72 Verifying : rt61pci-firmware-1.2-7.el6.noarch 69/72 Verifying : abrt-python-2.0.8-44.el6.centos.x86_64 70/72 Verifying : basesystem-10.0-4.el6.noarch 71/72 Verifying : initscripts-9.03.61-1.el6.centos.x86_64 72/72 Verifying : ql2400-firmware-7.03.00-1.el6_5.noarch 73/72

Removed: libreport-plugin-rhtsupport.x86_64 0:2.0.9-34.el6.centos redhat-logos.noarch 0:60.0.14-12.el6.centos

Dependency Removed: abrt.x86_64 0:2.0.8-44.el6.centos abrt-addon-ccpp.x86_64 0:2.0.8-44.el6.centos abrt-addon-kerneloops.x86_64 0:2.0.8-44.el6.centos abrt-addon-python.x86_64 0:2.0.8-44.el6.centos abrt-cli.x86_64 0:2.0.8-44.el6.centos abrt-libs.x86_64 0:2.0.8-44.el6.centos abrt-python.x86_64 0:2.0.8-44.el6.centos abrt-tui.x86_64 0:2.0.8-44.el6.centos firstboot.x86_64 0:1.110.15-4.el6 libreport.x86_64 0:2.0.9-34.el6.centos libreport-cli.x86_64 0:2.0.9-34.el6.centos libreport-compat.x86_64 0:2.0.9-34.el6.centos libreport-gtk.x86_64 0:2.0.9-34.el6.centos libreport-newt.x86_64 0:2.0.9-34.el6.centos libreport-plugin-kerneloops.x86_64 0:2.0.9-34.el6.centos libreport-plugin-logger.x86_64 0:2.0.9-34.el6.centos libreport-plugin-mailx.x86_64 0:2.0.9-34.el6.centos libreport-plugin-reportuploader.x86_64 0:2.0.9-34.el6.centos libreport-plugin-ureport.x86_64 0:2.0.9-34.el6.centos libreport-python.x86_64 0:2.0.9-34.el6.centos python-meh.noarch 0:0.12.1-3.el6

Installed: kernel-uek.x86_64 0:4.1.12-124.48.6.el6uek linux-firmware.noarch 0:20171128-56.git17e62881.0.2.el6 oracle-logos.noarch 0:60.0.14-1.0.5.el6 oraclelinux-release-notes.x86_64 0:6Server-22.0.2.el6

Dependency Installed: kernel-uek-firmware.noarch 0:4.1.12-124.48.6.el6uek

Updated: basesystem.noarch 0:10.0-4.0.1.el6 grub.x86_64 1:0.97-99.0.1.el6 initscripts.x86_64 0:9.03.61-1.0.6.el6 plymouth.x86_64 0:0.8.3-29.0.1.el6 plymouth-system-theme.noarch 0:0.8.3-29.0.1.el6 plymouth-theme-rings.noarch 0:0.8.3-29.0.1.el6

Dependency Updated: grubby.x86_64 0:7.0.15-7.0.5.el6 plymouth-core-libs.x86_64 0:0.8.3-29.0.1.el6 plymouth-graphics-libs.x86_64 0:0.8.3-29.0.1.el6 plymouth-plugin-label.x86_64 0:0.8.3-29.0.1.el6 plymouth-plugin-two-step.x86_64 0:0.8.3-29.0.1.el6

Replaced: bfa-firmware.noarch 0:3.2.23.0-2.el6 ivtv-firmware.noarch 2:20080701-20.2 iwl100-firmware.noarch 0:39.31.5.1-1.el6 iwl1000-firmware.noarch 1:39.31.5.1-1.el6 iwl3945-firmware.noarch 0:15.32.2.9-4.el6 iwl4965-firmware.noarch 0:228.61.2.24-2.1.el6 iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 iwl5150-firmware.noarch 0:8.24.2.2-1.el6 iwl6000-firmware.noarch 0:9.221.4.1-1.el6 iwl6000g2a-firmware.noarch 0:17.168.5.3-1.el6 iwl6000g2b-firmware.noarch 0:17.168.5.2-1.el6 iwl6050-firmware.noarch 0:41.28.5.1-2.el6 kernel-firmware.noarch 0:2.6.32-754.35.1.el6 libertas-usb8388-firmware.noarch 2:5.110.22.p23-3.1.el6 netxen-firmware.noarch 0:4.0.534-3.1.el6 ql2100-firmware.noarch 0:1.19.38-3.1.el6 ql2200-firmware.noarch 0:2.02.08-3.1.el6 ql23xx-firmware.noarch 0:3.03.27-3.1.el6 ql2400-firmware.noarch 0:7.03.00-1.el6_5 ql2500-firmware.noarch 0:7.03.00-1.el6_5 redhat-logos.noarch 0:60.0.14-12.el6.centos rt61pci-firmware.noarch 0:1.2-7.el6 rt73usb-firmware.noarch 0:1.8-7.el6

Finished Transaction

Leaving Shell

  • '[' -x /usr/libexec/plymouth/plymouth-update-initrd ']'
  • echo 'Updating initrd...' Updating initrd...
  • /usr/libexec/plymouth/plymouth-update-initrd WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/speedfax.ko needs unknown symbol mISDN_register_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/speedfax.ko needs unknown symbol mISDN_unregister_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNinfineon.ko needs unknown symbol mISDN_register_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNinfineon.ko needs unknown symbol mISDN_unregister_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol create_l1 WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_freedchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_initdchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol confirm_Bsend WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol l1_event WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_register_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_freebchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol bchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_initbchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_unregister_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol dchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol get_next_dframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol mISDN_clear_bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol recv_Dchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol queue_ch_frame WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol recv_Bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/w6692.ko needs unknown symbol get_next_bframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol confirm_Bsend WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol mISDN_register_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol mISDN_freebchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol bchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol mISDN_initbchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol mISDN_unregister_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol mISDN_clear_bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol queue_ch_frame WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol recv_Bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/netjet.ko needs unknown symbol get_next_bframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol create_l1 WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol mISDN_freedchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol mISDN_initdchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol confirm_Bsend WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol l1_event WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol mISDN_freebchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol bchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol mISDN_initbchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol dchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol get_next_dframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol mISDN_clear_bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol recv_Dchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol queue_ch_frame WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol recv_Bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNipac.ko needs unknown symbol get_next_bframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol confirm_Bsend WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol mISDN_freebchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol bchannel_senddata WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol mISDN_initbchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol mISDN_clear_bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol queue_ch_frame WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol recv_Bchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/hardware/mISDN/mISDNisar.ko needs unknown symbol get_next_bframe WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_freedchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_initdchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_register_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_freebchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_initbchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol mISDN_unregister_device WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol recv_Dchannel WARNING: /lib/modules/2.6.32-754.35.1.el6.x86_64/kernel/drivers/isdn/mISDN/l1oip.ko needs unknown symbol queue_ch_frame W: Possible missing firmware "radeon/R520_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/RS600_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/RS690_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R420_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R300_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R200_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R100_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R600_me.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R600_pfp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R520_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/RS600_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/RS690_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R420_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R300_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R200_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R100_cp.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R600_me.bin" for kernel module "radeon.ko" W: Possible missing firmware "radeon/R600_pfp.bin" for kernel module "radeon.ko"
  • echo 'Switch successful. Syncing with Oracle Linux repositories.' Switch successful. Syncing with Oracle Linux repositories.
  • yum -y distro-sync Loaded plugins: fastestmirror, kabi Loading support for CentOS kernel ABI Loading mirror speeds from cached hostfile ol6_UEKR4/x86_64/updateinfo | 94 kB 00:00 ol6_latest/x86_64/updateinfo | 2.0 MB 00:00 Resolving Dependencies --> Running transaction check ---> Package acpid.x86_64 0:1.0.10-3.el6 will be updated ---> Package acpid.x86_64 0:2.0.19-6.0.1.el6 will be an update ---> Package audiofile.x86_64 1:0.2.6-11.1.el6 will be a downgrade ---> Package audiofile.x86_64 1:0.2.7-12.el6.fio will be erased ---> Package augeas-libs.x86_64 0:1.0.0-10.el6 will be a downgrade ---> Package augeas-libs.x86_64 0:1.1.0-2.el6.fio will be erased ---> Package autoconf.noarch 0:2.63-5.1.el6 will be a downgrade ---> Package autoconf.noarch 0:2.69-4.el6.fio will be erased ---> Package autofs.x86_64 1:5.0.5-140.el6_10.1 will be updated ---> Package autofs.x86_64 1:5.0.5-140.0.1.el6_10.1 will be an update ---> Package automake.noarch 0:1.11.1-4.el6 will be a downgrade ---> Package automake.noarch 0:1.11.6-1.4.el6.fio will be erased ---> Package bind-libs.x86_64 32:9.8.2-0.68.rc1.el6_10.8 will be updated ---> Package bind-libs.x86_64 32:9.8.2-0.68.rc1.0.1.el6_10.8 will be an update ---> Package bind-utils.x86_64 32:9.8.2-0.68.rc1.el6_10.8 will be updated ---> Package bind-utils.x86_64 32:9.8.2-0.68.rc1.0.1.el6_10.8 will be an update ---> Package binutils.x86_64 0:2.20.51.0.2-5.48.0.3.el6_10.1 will be a downgrade ---> Package binutils.x86_64 0:2.20.51.0.2-9999.5.21.el6.fio will be erased ---> Package bzip2.x86_64 0:1.0.5-7.el6_0 will be a downgrade ---> Package bzip2.x86_64 0:1.0.6-9.el6.fio will be erased ---> Package bzip2-libs.x86_64 0:1.0.5-7.el6_0 will be a downgrade ---> Package bzip2-libs.x86_64 0:1.0.6-9.el6.fio will be erased ---> Package coreutils.x86_64 0:8.4-47.el6 will be updated ---> Package coreutils.x86_64 0:8.4-47.0.1.el6 will be an update ---> Package coreutils-libs.x86_64 0:8.4-47.el6 will be updated ---> Package coreutils-libs.x86_64 0:8.4-47.0.1.el6 will be an update ---> Package cpuspeed.x86_64 1:1.5-22.el6 will be updated ---> Package cpuspeed.x86_64 1:1.5-22.0.1.el6 will be an update ---> Package crash.x86_64 0:7.1.0-8.el6 will be updated ---> Package crash.x86_64 0:7.1.4-1.0.5.el6_10 will be an update ---> Package curl.x86_64 0:7.19.7-54.el6_10 will be updated ---> Package curl.x86_64 0:7.19.7-54.0.2.el6_10 will be an update ---> Package db4.x86_64 0:4.7.25-22.el6 will be updated ---> Package db4.x86_64 0:4.7.25-22.0.1.el6 will be an update ---> Package db4-cxx.x86_64 0:4.7.25-22.el6 will be updated ---> Package db4-cxx.x86_64 0:4.7.25-22.0.1.el6 will be an update ---> Package db4-utils.x86_64 0:4.7.25-22.el6 will be updated ---> Package db4-utils.x86_64 0:4.7.25-22.0.1.el6 will be an update ---> Package dbus.x86_64 1:1.2.24-11.el6_10 will be updated ---> Package dbus.x86_64 1:1.2.24-11.0.1.el6_10 will be an update ---> Package dbus-glib.x86_64 0:0.86-6.el6 will be updated ---> Package dbus-glib.x86_64 0:0.86-6.el6_4 will be an update ---> Package dbus-libs.x86_64 1:1.2.24-11.el6_10 will be updated ---> Package dbus-libs.x86_64 1:1.2.24-11.0.1.el6_10 will be an update ---> Package deltarpm.x86_64 0:3.5-0.5.20090913git.el6 will be a downgrade ---> Package deltarpm.x86_64 0:3.6-5.el6.fio will be erased ---> Package device-mapper-multipath.x86_64 0:0.4.9-106.el6_10.1 will be updated ---> Package device-mapper-multipath.x86_64 0:0.4.9-106.0.1.el6_10.1 will be an update ---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-106.el6_10.1 will be updated ---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-106.0.1.el6_10.1 will be an update ---> Package dhclient.x86_64 12:4.1.1-63.P1.el6.centos will be updated ---> Package dhclient.x86_64 12:4.1.1-63.P1.0.1.el6_10 will be an update ---> Package dhcp-common.x86_64 12:4.1.1-63.P1.el6.centos will be updated ---> Package dhcp-common.x86_64 12:4.1.1-63.P1.0.1.el6_10 will be an update ---> Package dnsmasq.x86_64 0:2.48-18.el6_9 will be a downgrade ---> Package dnsmasq.x86_64 0:2.57-9999.1.el6.fio will be erased ---> Package dosfstools.x86_64 0:3.0.9-4.el6 will be updated ---> Package dosfstools.x86_64 0:3.0.9-4.0.1.el6 will be an update ---> Package dracut.noarch 0:004-411.0.9.el6 will be a downgrade ---> Package dracut.noarch 0:009-12.el6.fio will be erased ---> Package dracut-fips.noarch 0:004-411.0.9.el6 will be a downgrade ---> Package dracut-fips.noarch 0:009-12.el6.fio will be erased ---> Package dracut-network.noarch 0:004-411.0.9.el6 will be a downgrade ---> Package dracut-network.noarch 0:009-12.el6.fio will be erased ---> Package dracut-tools.noarch 0:004-411.0.9.el6 will be a downgrade ---> Package dracut-tools.noarch 0:009-12.el6.fio will be erased ---> Package e2fsprogs.x86_64 0:1.41.12-24.el6 will be updated ---> Package e2fsprogs.x86_64 0:1.42.8-1.0.3.el6 will be an update ---> Package e2fsprogs-libs.x86_64 0:1.41.12-24.el6 will be updated ---> Package e2fsprogs-libs.x86_64 0:1.42.8-1.0.3.el6 will be an update ---> Package festival.x86_64 0:1.96-18.el6 will be a downgrade ---> Package festival.x86_64 0:2.1-5.el6.fio will be erased ---> Package festival-lib.x86_64 0:1.96-18.el6 will be a downgrade ---> Package festival-lib.x86_64 0:2.1-5.el6.fio will be erased ---> Package festival-speechtools-libs.x86_64 0:1.2.96-18.el6 will be a downgrade ---> Package festival-speechtools-libs.x86_64 0:2.1-5.el6.fio will be erased ---> Package festvox-awb-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-awb-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package festvox-bdl-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-bdl-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package festvox-clb-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-clb-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package festvox-jmk-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-jmk-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package festvox-kal-diphone.noarch 0:0.19990610-18.el6 will be a downgrade ---> Package festvox-kal-diphone.noarch 0:2.1.19990610-5.el6.fio will be erased ---> Package festvox-ked-diphone.noarch 0:0.19990610-18.el6 will be a downgrade ---> Package festvox-ked-diphone.noarch 0:2.1.19990610-5.el6.fio will be erased ---> Package festvox-rms-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-rms-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package festvox-slt-arctic-hts.noarch 0:0.20061229-18.el6 will be a downgrade ---> Package festvox-slt-arctic-hts.noarch 0:2.1.20061229-5.el6.fio will be erased ---> Package fetchmail.x86_64 0:6.3.17-1.el6 will be a downgrade ---> Package fetchmail.x86_64 0:6.3.17-2.el6.fio will be erased ---> Package file.x86_64 0:5.04-30.el6 will be updated ---> Package file.x86_64 0:5.04-30.0.1.el6 will be an update ---> Package file-libs.x86_64 0:5.04-30.el6 will be updated ---> Package file-libs.x86_64 0:5.04-30.0.1.el6 will be an update ---> Package gettext.x86_64 0:0.17-18.el6 will be a downgrade ---> Package gettext.x86_64 0:0.18.3.2-1.el6.fio will be erased ---> Package gettext-libs.x86_64 0:0.17-18.el6 will be a downgrade ---> Package gettext-libs.x86_64 0:0.18.3.2-1.el6.fio will be erased ---> Package giflib.x86_64 0:4.1.6-3.1.el6 will be a downgrade ---> Package giflib.x86_64 0:4.1.6-3.2.el6.fio will be erased ---> Package giflib-utils.x86_64 0:4.1.6-3.1.el6 will be a downgrade ---> Package giflib-utils.x86_64 0:4.1.6-3.2.el6.fio will be erased ---> Package glibc.x86_64 0:2.12-1.212.el6_10.3 will be updated ---> Package glibc.x86_64 0:2.12-1.212.0.3.el6_10.3 will be an update ---> Package glibc-common.x86_64 0:2.12-1.212.el6_10.3 will be updated ---> Package glibc-common.x86_64 0:2.12-1.212.0.3.el6_10.3 will be an update ---> Package gpgme.x86_64 0:1.1.8-3.el6 will be a downgrade ---> Package gpgme.x86_64 0:1.1.8-4.el6.fio will be erased ---> Package groff.x86_64 0:1.18.1.4-21.el6 will be a downgrade ---> Package groff.x86_64 0:1.22.2-8.el6.fio will be erased ---> Package gsm.x86_64 0:1.0.13-4.el6 will be a downgrade ---> Package gsm.x86_64 0:1.0.13-6.el6.fio will be erased ---> Package gsm-devel.x86_64 0:1.0.13-4.el6 will be a downgrade ---> Package gsm-devel.x86_64 0:1.0.13-6.el6.fio will be erased ---> Package gstreamer.x86_64 0:0.10.29-1.el6 will be updated ---> Package gstreamer.x86_64 0:0.10.29-1.0.1.el6 will be an update ---> Package gstreamer-tools.x86_64 0:0.10.29-1.el6 will be updated ---> Package gstreamer-tools.x86_64 0:0.10.29-1.0.1.el6 will be an update ---> Package gtk2-engines.x86_64 0:2.18.4-5.el6 will be a downgrade ---> Package gtk2-engines.x86_64 0:2.18.4-5.el6.centos will be erased ---> Package gzip.x86_64 0:1.3.12-24.el6 will be a downgrade ---> Package gzip.x86_64 0:1.6-2.el6.fio will be erased ---> Package hispavoces-pal-diphone.noarch 0:1.0.0-18.el6 will be a downgrade ---> Package hispavoces-pal-diphone.noarch 0:2.1.1.0.0-5.el6.fio will be erased ---> Package hispavoces-sfl-diphone.noarch 0:1.0.0-18.el6 will be a downgrade ---> Package hispavoces-sfl-diphone.noarch 0:2.1.1.0.0-5.el6.fio will be erased ---> Package httpd.x86_64 0:2.2.15-69.0.1.el6 will be a downgrade ---> Package httpd.x86_64 0:2.2.15-9999.29.el6.fio will be erased ---> Package httpd-tools.x86_64 0:2.2.15-69.0.1.el6 will be a downgrade ---> Package httpd-tools.x86_64 0:2.2.15-9999.29.el6.fio will be erased ---> Package inotify-tools.x86_64 0:3.13-1.el6.rf will be updated ---> Package inotify-tools.x86_64 0:3.14-1.el6 will be an update ---> Package iproute.x86_64 0:2.6.32-57.el6 will be updated ---> Package iproute.x86_64 0:2.6.32-57.0.1.el6 will be an update ---> Package iptables.x86_64 0:1.4.7-19.el6 will be updated ---> Package iptables.x86_64 0:1.4.7-19.0.1.el6 will be an update ---> Package iptables-ipv6.x86_64 0:1.4.7-19.el6 will be updated ---> Package iptables-ipv6.x86_64 0:1.4.7-19.0.1.el6 will be an update ---> Package irqbalance.x86_64 2:1.0.7-9.el6 will be updated ---> Package irqbalance.x86_64 2:1.0.7-9.0.1.el6 will be an update ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-27.el6_9 will be updated ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-27.0.13.el6_10 will be an update ---> Package kabi-yum-plugins.noarch 0:1.0-2.el6.centos will be updated ---> Package kabi-yum-plugins.noarch 0:1.0-2.0.2.el6 will be an update ---> Package kexec-tools.x86_64 0:2.0.0-310.el6 will be updated ---> Package kexec-tools.x86_64 0:2.0.7-1.0.28.el6 will be an update ---> Package keyutils.x86_64 0:1.4-5.el6 will be updated ---> Package keyutils.x86_64 0:1.4-5.0.1.el6 will be an update ---> Package keyutils-libs.x86_64 0:1.4-5.el6 will be updated ---> Package keyutils-libs.x86_64 0:1.4-5.0.1.el6 will be an update ---> Package kpartx.x86_64 0:0.4.9-106.el6_10.1 will be updated ---> Package kpartx.x86_64 0:0.4.9-106.0.1.el6_10.1 will be an update ---> Package libblkid.x86_64 0:2.17.2-12.28.el6_9.2 will be a downgrade ---> Package libblkid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package libcom_err.x86_64 0:1.41.12-24.el6 will be updated ---> Package libcom_err.x86_64 0:1.42.8-1.0.3.el6 will be an update ---> Package libcurl.x86_64 0:7.19.7-54.el6_10 will be updated ---> Package libcurl.x86_64 0:7.19.7-54.0.2.el6_10 will be an update ---> Package libdc1394.x86_64 0:2.1.2-3.4.el6 will be a downgrade ---> Package libdc1394.x86_64 0:2.2.0-1.el6.fio will be erased ---> Package libdc1394-devel.x86_64 0:2.1.2-3.4.el6 will be a downgrade ---> Package libdc1394-devel.x86_64 0:2.2.0-1.el6.fio will be erased ---> Package libedit.x86_64 0:2.11-4.20080712cvs.1.el6 will be a downgrade ---> Package libedit.x86_64 0:20090923-3.0_1.el6.fio will be erased ---> Package libgcc.x86_64 0:4.4.7-23.el6 will be updated ---> Package libgcc.x86_64 0:4.4.7-23.0.1.el6 will be an update ---> Package libgomp.x86_64 0:4.4.7-23.el6 will be updated ---> Package libgomp.x86_64 0:4.4.7-23.0.1.el6 will be an update ---> Package libgudev1.x86_64 0:147-2.74.el6_10 will be updated ---> Package libgudev1.x86_64 0:147-2.74.0.1.el6_10 will be an update ---> Package libidn.x86_64 0:1.18-2.el6 will be a downgrade ---> Package libidn.x86_64 0:1.18-3.el6.fio will be erased ---> Package libjpeg-turbo.x86_64 0:1.2.1-3.el6_5 will be a downgrade ---> Package libjpeg-turbo.x86_64 0:1.3.0-1.el6.fio will be erased ---> Package libogg.x86_64 2:1.1.4-2.1.el6 will be a downgrade ---> Package libogg.x86_64 2:1.3.0-6.el6.fio will be erased ---> Package libogg-devel.x86_64 2:1.1.4-2.1.el6 will be a downgrade ---> Package libogg-devel.x86_64 2:1.3.0-6.el6.fio will be erased ---> Package liboil.x86_64 0:0.3.16-4.1.el6 will be a downgrade ---> Package liboil.x86_64 0:0.3.17-0.2.el6.fio will be erased ---> Package liboil-devel.x86_64 0:0.3.16-4.1.el6 will be a downgrade --> Processing Dependency: gtk-doc for package: liboil-devel-0.3.16-4.1.el6.x86_64 ---> Package liboil-devel.x86_64 0:0.3.17-0.2.el6.fio will be erased ---> Package libreport-filesystem.x86_64 0:2.0.9-34.el6.centos will be updated ---> Package libreport-filesystem.x86_64 0:2.0.9-34.0.1.el6 will be an update ---> Package libsamplerate.x86_64 0:0.1.7-2.1.el6 will be a downgrade ---> Package libsamplerate.x86_64 0:0.1.7-2.2.el6.fio will be erased ---> Package libsndfile.x86_64 0:1.0.20-5.el6 will be a downgrade ---> Package libsndfile.x86_64 0:1.0.23-4.el6.fio will be erased ---> Package libss.x86_64 0:1.41.12-24.el6 will be updated ---> Package libss.x86_64 0:1.42.8-1.0.3.el6 will be an update ---> Package libssh2.x86_64 0:1.4.2-3.el6_10.1 will be updated ---> Package libssh2.x86_64 0:1.4.2-3.0.1.el6_10.1 will be an update ---> Package libstdc++.x86_64 0:4.4.7-23.el6 will be updated ---> Package libstdc++.x86_64 0:4.4.7-23.0.1.el6 will be an update ---> Package libtheora.x86_64 1:1.1.0-2.el6 will be a downgrade ---> Package libtheora.x86_64 1:1.1.1-2.el6.fio will be erased ---> Package libtheora-devel.x86_64 1:1.1.0-2.el6 will be a downgrade ---> Package libtheora-devel.x86_64 1:1.1.1-2.el6.fio will be erased ---> Package libtiff.x86_64 0:3.9.4-21.el6_8 will be a downgrade ---> Package libtiff.x86_64 0:4.0.3-11.el6.fio will be erased ---> Package libtool-ltdl.x86_64 0:2.2.6-15.5.el6 will be a downgrade ---> Package libtool-ltdl.x86_64 0:2.2.6-15.6.el6.fio will be erased ---> Package libudev.x86_64 0:147-2.74.el6_10 will be updated ---> Package libudev.x86_64 0:147-2.74.0.1.el6_10 will be an update ---> Package libuuid.x86_64 0:2.17.2-12.28.el6_9.2 will be a downgrade ---> Package libuuid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package libvpx.x86_64 0:1.3.0-5.0.1.el6_5 will be a downgrade ---> Package libvpx.x86_64 0:1.3.0-6.el6.fio will be erased ---> Package libvpx-devel.x86_64 0:1.3.0-5.0.1.el6_5 will be a downgrade ---> Package libvpx-devel.x86_64 0:1.3.0-6.el6.fio will be erased ---> Package libxml2.x86_64 0:2.7.6-21.0.1.el6_8.1 will be a downgrade ---> Package libxml2.x86_64 0:2.9.1-3.el6.fio will be erased ---> Package libxml2-python.x86_64 0:2.7.6-21.0.1.el6_8.1 will be a downgrade ---> Package libxml2-python.x86_64 0:2.9.1-3.el6.fio will be erased ---> Package libxslt.x86_64 0:1.1.26-2.el6_3.1 will be updated ---> Package libxslt.x86_64 0:1.1.26-2.0.2.el6_3.1 will be an update ---> Package libyaml.x86_64 0:0.1.3-4.el6_6 will be a downgrade ---> Package libyaml.x86_64 0:0.1.4-1.el6.rf will be erased ---> Package lshw.x86_64 0:B.02.17-4.el6 will be a downgrade ---> Package lshw.x86_64 0:2.17-1.el6.rf will be erased ---> Package lua.x86_64 0:5.1.4-4.1.el6 will be a downgrade ---> Package lua.x86_64 0:5.1.4-9999.5.el6.fio will be erased ---> Package lzo.x86_64 0:2.03-3.1.el6_5.1 will be a downgrade ---> Package lzo.x86_64 0:2.06-5.el6.fio will be erased ---> Package mdadm.x86_64 0:3.3.4-8.el6 will be updated ---> Package mdadm.x86_64 0:3.3.4-8.0.2.el6 will be an update ---> Package microcode_ctl.x86_64 2:1.17-33.29.el6_10 will be updated ---> Package microcode_ctl.x86_64 3:1.17-33.31.0.1.el6_10 will be an update ---> Package mkbootdisk.x86_64 0:1.5.5-3.el6 will be updated ---> Package mkbootdisk.x86_64 0:1.5.5-3.0.1.el6 will be an update ---> Package mod_ssl.x86_64 1:2.2.15-69.0.1.el6 will be a downgrade ---> Package mod_ssl.x86_64 1:2.2.15-9999.29.el6.fio will be erased ---> Package module-init-tools.x86_64 0:3.9-26.el6 will be updated ---> Package module-init-tools.x86_64 0:3.9-26.0.2.el6 will be an update ---> Package mtr.x86_64 2:0.75-5.el6 will be a downgrade ---> Package mtr.x86_64 2:0.80-1.el6.fio will be erased ---> Package mysql-libs.x86_64 0:5.1.73-8.0.1.el6_8 will be a downgrade ---> Package mysql-libs.x86_64 0:5.5.37-39.el6.fio.el6 will be erased ---> Package ncurses.x86_64 0:5.7-4.20090207.el6 will be a downgrade ---> Package ncurses.x86_64 0:5.7-4.20090208.el6.fio will be erased ---> Package ncurses-base.x86_64 0:5.7-4.20090207.el6 will be a downgrade ---> Package ncurses-base.x86_64 0:5.7-4.20090208.el6.fio will be erased ---> Package ncurses-libs.x86_64 0:5.7-4.20090207.el6 will be a downgrade ---> Package ncurses-libs.x86_64 0:5.7-4.20090208.el6.fio will be erased ---> Package net-snmp.x86_64 1:5.5-60.el6_10.1 will be updated ---> Package net-snmp.x86_64 1:5.5-60.0.1.el6_10.2 will be an update ---> Package net-snmp-libs.x86_64 1:5.5-60.el6_10.1 will be updated ---> Package net-snmp-libs.x86_64 1:5.5-60.0.1.el6_10.2 will be an update ---> Package net-snmp-utils.x86_64 1:5.5-60.el6_10.1 will be updated ---> Package net-snmp-utils.x86_64 1:5.5-60.0.1.el6_10.2 will be an update ---> Package nfs-utils.x86_64 1:1.2.3-78.el6_10.2 will be updated ---> Package nfs-utils.x86_64 1:1.2.3-78.0.1.el6_10.2 will be an update ---> Package nmap.x86_64 2:5.51-6.el6 will be updated ---> Package nmap.x86_64 2:5.51-6.0.1.el6 will be an update ---> Package nscd.x86_64 0:2.12-1.212.el6_10.3 will be updated ---> Package nscd.x86_64 0:2.12-1.212.0.3.el6_10.3 will be an update ---> Package nss.x86_64 0:3.44.0-7.el6_10 will be updated ---> Package nss.x86_64 0:3.44.0-7.0.1.el6_10 will be an update ---> Package nss-softokn.x86_64 0:3.44.0-6.el6_10 will be updated ---> Package nss-softokn.x86_64 0:3.44.0-6.0.2.el6_10 will be an update ---> Package nss-softokn-freebl.x86_64 0:3.44.0-6.el6_10 will be updated ---> Package nss-softokn-freebl.x86_64 0:3.44.0-6.0.2.el6_10 will be an update ---> Package nss-sysinit.x86_64 0:3.44.0-7.el6_10 will be updated ---> Package nss-sysinit.x86_64 0:3.44.0-7.0.1.el6_10 will be an update ---> Package nss-tools.x86_64 0:3.44.0-7.el6_10 will be updated ---> Package nss-tools.x86_64 0:3.44.0-7.0.1.el6_10 will be an update ---> Package ntp.x86_64 0:4.2.6p5-15.el6.centos will be updated ---> Package ntp.x86_64 0:4.2.6p5-15.0.1.el6_10 will be an update ---> Package ntpdate.x86_64 0:4.2.6p5-15.el6.centos will be updated ---> Package ntpdate.x86_64 0:4.2.6p5-15.0.1.el6_10 will be an update ---> Package opal.x86_64 0:3.6.6-4.el6 will be a downgrade ---> Package opal.x86_64 1:3.10.10-5.el6.fio will be erased ---> Package opencv.x86_64 0:2.0.0-12.el6 will be a downgrade ---> Package opencv.x86_64 0:2.4.7-6.el6.fio will be erased ---> Package openssl.x86_64 0:1.0.1e-58.el6_10 will be updated ---> Package openssl.x86_64 0:1.0.1e-59.0.1.el6_10 will be an update ---> Package openssl098e.x86_64 0:0.9.8e-20.el6.centos.1 will be updated ---> Package openssl098e.x86_64 0:0.9.8e-20.0.1.el6_7.1 will be an update ---> Package pam.x86_64 0:1.1.1-24.0.1.el6 will be a downgrade ---> Package pam.x86_64 0:1.1.3-8.el6.fio will be erased ---> Package parted.x86_64 0:2.1-29.el6 will be updated ---> Package parted.x86_64 0:2.1-29.0.1.el6 will be an update ---> Package pcre.x86_64 0:7.8-7.el6 will be a downgrade ---> Package pcre.x86_64 0:8.35-2.el6.fio will be erased ---> Package perl-Carp-Clan.noarch 0:6.03-2.el6 will be a downgrade ---> Package perl-Carp-Clan.noarch 0:6.04-9999.1.el6.fio will be erased ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.021-144.el6 will be a downgrade ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.055-1.el6.fio will be erased ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.021-144.el6 will be a downgrade ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.055-1.el6.fio will be erased ---> Package perl-Crypt-PasswdMD5.noarch 0:1.3-6.el6 will be a downgrade ---> Package perl-Crypt-PasswdMD5.noarch 0:1.3-9999.1.2.1.el6.fio will be erased ---> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be a downgrade ---> Package perl-DBD-MySQL.x86_64 1:4.023-5.el6.fio will be erased ---> Package perl-DBI.x86_64 0:1.609-4.el6 will be a downgrade ---> Package perl-DBI.x86_64 0:1.616-5.el6.fio will be erased ---> Package perl-Data-OptList.noarch 0:0.104-4.el6 will be a downgrade ---> Package perl-Data-OptList.noarch 0:0.107-1.el6.fio will be erased ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-144.el6 will be a downgrade --> Processing Dependency: perl-devel for package: perl-ExtUtils-MakeMaker-6.55-144.el6.x86_64 ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.62-1.el6.fio will be erased ---> Package perl-List-MoreUtils.x86_64 0:0.22-10.el6 will be a downgrade ---> Package perl-List-MoreUtils.x86_64 0:0.33-1.el6.fio will be erased ---> Package perl-Params-Util.x86_64 0:1.00-3.el6 will be a downgrade ---> Package perl-Params-Util.x86_64 0:1.07-1.el6.fio will be erased ---> Package perl-Parse-RecDescent.noarch 0:1.962.2-2.el6 will be a downgrade ---> Package perl-Parse-RecDescent.noarch 0:1.967.9-3.el6.fio will be erased ---> Package perl-Test-Harness.x86_64 0:3.17-144.el6 will be a downgrade ---> Package perl-Test-Harness.noarch 0:3.22-1.el6.fio will be erased ---> Package perl-Test-Simple.x86_64 0:0.92-144.el6 will be a downgrade ---> Package perl-Test-Simple.noarch 0:0.98.03-1.el6.fio will be erased ---> Package perl-version.x86_64 3:0.77-144.el6 will be a downgrade ---> Package perl-version.x86_64 3:0.9901-1.el6.fio will be erased ---> Package php.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-cli.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-cli.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-common.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-common.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-mbstring.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-mbstring.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-mysql.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-mysql.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-pdo.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-pdo.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package php-pear.noarch 1:1.9.4-5.el6 will be a downgrade ---> Package php-pear.noarch 1:1.9.4-9999.5.el6.fio will be erased ---> Package php-xml.x86_64 0:5.3.3-50.el6_10 will be a downgrade ---> Package php-xml.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package pkgconfig.x86_64 1:0.23-9.1.el6 will be a downgrade ---> Package pkgconfig.x86_64 1:0.28-3.el6.fio will be erased ---> Package plymouth-scripts.x86_64 0:0.8.3-29.el6.centos will be updated ---> Package plymouth-scripts.x86_64 0:0.8.3-29.0.1.el6 will be an update ---> Package policycoreutils.x86_64 0:2.0.83-30.1.el6_8 will be updated ---> Package policycoreutils.x86_64 0:2.0.83-30.1.0.2.el6_8 will be an update ---> Package policycoreutils-python.x86_64 0:2.0.83-30.1.el6_8 will be updated ---> Package policycoreutils-python.x86_64 0:2.0.83-30.1.0.2.el6_8 will be an update ---> Package portreserve.x86_64 0:0.0.4-11.el6 will be a downgrade ---> Package portreserve.x86_64 0:0.0.5-3.el6.fio will be erased ---> Package procps.x86_64 0:3.2.8-45.el6_9.3 will be updated ---> Package procps.x86_64 0:3.2.8-45.0.1.el6_9.3 will be an update ---> Package ptlib.x86_64 0:2.6.5-5.el6 will be a downgrade ---> Package ptlib.x86_64 0:2.10.10-3.el6.fio will be erased ---> Package pygpgme.x86_64 0:0.1-18.20090824bzr68.el6 will be a downgrade ---> Package pygpgme.x86_64 0:0.1-19.20090824bzr68.el6.fio will be erased ---> Package python.x86_64 0:2.6.6-68.el6_10 will be updated ---> Package python.x86_64 0:2.6.6-68.0.2.el6_10 will be an update ---> Package python-deltarpm.x86_64 0:3.5-0.5.20090913git.el6 will be a downgrade ---> Package python-deltarpm.x86_64 0:3.6-5.el6.fio will be erased ---> Package python-dmidecode.x86_64 0:3.10.15-2.el6 will be updated ---> Package python-dmidecode.x86_64 0:3.10.15-2.0.1.el6 will be an update ---> Package python-ethtool.x86_64 0:0.6-6.el6 will be updated ---> Package python-ethtool.x86_64 0:0.6-6.0.1.el6 will be an update ---> Package python-libs.x86_64 0:2.6.6-68.el6_10 will be updated ---> Package python-libs.x86_64 0:2.6.6-68.0.2.el6_10 will be an update ---> Package python-pycurl.x86_64 0:7.19.0-9.0.1.el6 will be a downgrade ---> Package python-pycurl.x86_64 0:7.19.0-10.el6.fio will be erased ---> Package python-urlgrabber.noarch 0:3.9.1-11.el6.fio will be updated ---> Package python-urlgrabber.noarch 0:3.9.1-11.0.1.el6 will be an update ---> Package rarian.x86_64 0:0.8.1-5.1.el6 will be updated ---> Package rarian.x86_64 0:0.8.1-5.1.1.el6 will be an update ---> Package rarian-compat.x86_64 0:0.8.1-5.1.el6 will be updated ---> Package rarian-compat.x86_64 0:0.8.1-5.1.1.el6 will be an update ---> Package redhat-lsb.x86_64 0:4.0-7.el6.centos will be updated ---> Package redhat-lsb.x86_64 0:4.0-7.0.2.el6 will be an update ---> Package redhat-lsb-compat.x86_64 0:4.0-7.el6.centos will be updated ---> Package redhat-lsb-compat.x86_64 0:4.0-7.0.2.el6 will be an update ---> Package redhat-lsb-core.x86_64 0:4.0-7.el6.centos will be updated ---> Package redhat-lsb-core.x86_64 0:4.0-7.0.2.el6 will be an update ol6_UEKR4/x86_64/filelists_db | 5.0 MB 00:00 ol6_latest/x86_64/filelists_db | 16 MB 00:00 ---> Package redhat-lsb-graphics.x86_64 0:4.0-7.el6.centos will be updated ---> Package redhat-lsb-graphics.x86_64 0:4.0-7.0.2.el6 will be an update ---> Package redhat-lsb-printing.x86_64 0:4.0-7.el6.centos will be updated ---> Package redhat-lsb-printing.x86_64 0:4.0-7.0.2.el6 will be an update ---> Package rpm.x86_64 0:4.8.0-59.el6 will be a downgrade ---> Package rpm.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package rpm-libs.x86_64 0:4.8.0-59.el6 will be a downgrade ---> Package rpm-libs.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package rpm-python.x86_64 0:4.8.0-59.el6 will be a downgrade ---> Package rpm-python.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package rsync.x86_64 0:3.0.6-12.el6 will be a downgrade ---> Package rsync.x86_64 0:3.0.9-9999.1.el6.fio will be erased ---> Package rsyslog.x86_64 0:5.8.10-12.el6 will be updated ---> Package rsyslog.x86_64 0:5.8.10-12.0.1.el6 will be an update ---> Package ruby.x86_64 0:1.8.7.374-5.el6 will be a downgrade ---> Package ruby.x86_64 0:2.0.0.353-0.16.el6.fio will be erased ---> Package ruby-irb.x86_64 0:1.8.7.374-5.el6 will be a downgrade ---> Package ruby-irb.noarch 0:2.0.0.353-0.16.el6.fio will be erased ---> Package ruby-libs.x86_64 0:1.8.7.374-5.el6 will be a downgrade ---> Package ruby-libs.x86_64 0:2.0.0.353-0.16.el6.fio will be erased ---> Package rubygems.noarch 0:1.3.7-5.el6 will be a downgrade ---> Package rubygems.noarch 0:2.1.11-114.el6.fio will be erased ---> Package selinux-policy.noarch 0:3.7.19-312.el6 will be updated ---> Package selinux-policy.noarch 0:3.7.19-312.0.1.el6 will be an update ---> Package selinux-policy-targeted.noarch 0:3.7.19-312.el6 will be updated ---> Package selinux-policy-targeted.noarch 0:3.7.19-312.0.1.el6 will be an update ---> Package slang.x86_64 0:2.2.1-1.el6 will be a downgrade ---> Package slang.x86_64 0:2.2.1-2.el6.fio will be erased ---> Package sos.noarch 0:3.2-63.el6.centos.4 will be updated ---> Package sos.noarch 0:3.2-63.0.3.el6_10.4 will be an update ---> Package sox.x86_64 0:14.2.0-6.el6 will be a downgrade ---> Package sox.x86_64 1:14.4.1-21.el6.fio will be erased ---> Package speex.x86_64 0:1.2-0.12.rc1.1.el6 will be a downgrade ---> Package speex.x86_64 0:1.2-6.el6.fio will be erased ---> Package sqlite.x86_64 0:3.6.20-1.el6_7.2 will be a downgrade ---> Package sqlite.x86_64 0:3.6.20-9999.3.el6.fio will be erased ---> Package subversion.x86_64 0:1.6.11-15.el6_7 will be a downgrade ---> Package subversion.x86_64 0:1.6.15-9999.0.1.el6.fio will be erased ---> Package sudo.x86_64 0:1.8.6p3-29.el6_10.3 will be updated ---> Package sudo.x86_64 0:1.8.6p3-29.0.3.el6_10.3 will be an update ---> Package sysstat.x86_64 0:9.0.4-33.el6_9.1 will be updated ---> Package sysstat.x86_64 0:9.0.4-33.0.1.el6_9.1 will be an update ---> Package system-config-date.noarch 0:1.9.60-3.el6.centos will be updated ---> Package system-config-date.noarch 0:1.9.60-3.0.1.el6 will be an update ---> Package system-config-date-docs.noarch 0:1.0.11-1.el6 will be updated ---> Package system-config-date-docs.noarch 0:1.0.11-1.0.1.el6 will be an update ---> Package system-config-network-tui.noarch 0:1.6.0.el6.3-4.el6 will be updated ---> Package system-config-network-tui.noarch 0:1.6.0.el6.3-4.0.1.el6 will be an update ---> Package system-config-users-docs.noarch 0:1.0.8-2.el6 will be updated ---> Package system-config-users-docs.noarch 0:1.0.8-2.0.1.el6 will be an update ---> Package system-icon-theme.noarch 0:6.0.0-2.el6 will be updated ---> Package system-icon-theme.noarch 0:6.0.0-2.0.2.el6 will be an update ---> Package systemtap-runtime.x86_64 0:2.9-9.el6 will be updated ---> Package systemtap-runtime.x86_64 0:2.9-9.0.1.el6 will be an update ---> Package sysvinit-tools.x86_64 0:2.87-6.dsf.el6 will be a downgrade ---> Package sysvinit-tools.x86_64 0:2.88-10.el6.fio will be erased ---> Package tcp_wrappers.x86_64 0:7.6-58.el6 will be updated ---> Package tcp_wrappers.x86_64 0:7.6-58.0.1.el6 will be an update ---> Package tcp_wrappers-libs.x86_64 0:7.6-58.el6 will be updated ---> Package tcp_wrappers-libs.x86_64 0:7.6-58.0.1.el6 will be an update ---> Package tzdata.noarch 0:2020d-1.el6 will be updated ---> Package tzdata.noarch 0:2021a-1.el6 will be an update ---> Package udev.x86_64 0:147-2.74.el6_10 will be updated ---> Package udev.x86_64 0:147-2.74.0.1.el6_10 will be an update ---> Package udisks.x86_64 0:1.0.1-11.el6 will be a downgrade ---> Package udisks.x86_64 0:1.0.1-9999.2.el6.fio will be erased ---> Package upstart.x86_64 0:0.6.5-17.el6 will be updated ---> Package upstart.x86_64 0:0.6.5-17.0.1.el6 will be an update ---> Package util-linux-ng.x86_64 0:2.17.2-12.28.el6_9.2 will be a downgrade ---> Package util-linux-ng.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package xulrunner.x86_64 0:17.0.10-1.el6.centos will be updated ---> Package xulrunner.x86_64 0:17.0.10-1.0.1.el6_4 will be an update ---> Package xz.x86_64 0:4.999.9-0.5.beta.20091007git.el6 will be a downgrade ---> Package xz.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package xz-libs.x86_64 0:4.999.9-0.5.beta.20091007git.el6 will be a downgrade ---> Package xz-libs.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package xz-lzma-compat.x86_64 0:4.999.9-0.5.beta.20091007git.el6 will be a downgrade ---> Package xz-lzma-compat.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package yum.noarch 0:3.2.29-81.0.1.el6 will be a downgrade ---> Package yum.noarch 0:3.4.3-86.el6.fio will be erased ---> Package yum-metadata-parser.x86_64 0:1.1.2-16.el6 will be a downgrade ---> Package yum-metadata-parser.x86_64 0:1.1.2-17.el6.fio will be erased ---> Package yum-plugin-fastestmirror.noarch 0:1.1.30-42.0.1.el6_10 will be a downgrade ---> Package yum-plugin-fastestmirror.noarch 0:1.1.31-19.el6.fio will be erased ---> Package yum-utils.noarch 0:1.1.30-42.0.1.el6_10 will be a downgrade ---> Package yum-utils.noarch 0:1.1.31-19.el6.fio will be erased ---> Package zlib.x86_64 0:1.2.3-29.el6 will be a downgrade ---> Package zlib.x86_64 0:1.2.8-4.el6.fio will be erased ---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be a downgrade ---> Package zlib-devel.x86_64 0:1.2.8-4.el6.fio will be erased --> Running transaction check ---> Package dracut.noarch 0:009-12.el6.fio will be erased ---> Package dracut-network.noarch 0:009-12.el6.fio will be erased ---> Package gtk-doc.noarch 0:1.11-5.1.el6 will be installed --> Processing Dependency: docbook-utils for package: gtk-doc-1.11-5.1.el6.noarch --> Processing Dependency: jade for package: gtk-doc-1.11-5.1.el6.noarch --> Processing Dependency: docbook-style-xsl for package: gtk-doc-1.11-5.1.el6.noarch ---> Package libblkid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package libtiff.x86_64 0:4.0.3-11.el6.fio will be erased ---> Package libuuid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package pam.x86_64 0:1.1.3-8.el6.fio will be erased ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.055-1.el6.fio will be erased ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.055-1.el6.fio will be erased ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.62-1.el6.fio will be erased ---> Package perl-Params-Util.x86_64 0:1.07-1.el6.fio will be erased ---> Package perl-devel.x86_64 4:5.10.1-144.el6 will be installed --> Processing Dependency: glibc-devel for package: 4:perl-devel-5.10.1-144.el6.x86_64 --> Processing Dependency: gdbm-devel for package: 4:perl-devel-5.10.1-144.el6.x86_64 --> Processing Dependency: perl(ExtUtils::ParseXS) for package: 4:perl-devel-5.10.1-144.el6.x86_64 --> Processing Dependency: db4-devel for package: 4:perl-devel-5.10.1-144.el6.x86_64 ---> Package php.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package rpm-libs.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package ruby-irb.noarch 0:2.0.0.353-0.16.el6.fio will be erased ---> Package ruby-libs.x86_64 0:2.0.0.353-0.16.el6.fio will be erased ---> Package rubygems.noarch 0:2.1.11-114.el6.fio will be erased ---> Package util-linux-ng.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package xz-libs.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package yum.noarch 0:3.4.3-86.el6.fio will be erased --> Running transaction check ---> Package db4-devel.x86_64 0:4.7.25-22.0.1.el6 will be installed ---> Package docbook-style-xsl.noarch 0:1.75.2-6.el6 will be installed ---> Package docbook-utils.noarch 0:0.6.14-25.el6 will be installed --> Processing Dependency: docbook-style-dsssl >= 1.72 for package: docbook-utils-0.6.14-25.el6.noarch --> Processing Dependency: perl-SGMLSpm >= 1.03ii for package: docbook-utils-0.6.14-25.el6.noarch ---> Package dracut.noarch 0:009-12.el6.fio will be erased ---> Package dracut-network.noarch 0:009-12.el6.fio will be erased ---> Package gdbm-devel.x86_64 0:1.8.0-39.el6 will be installed ---> Package glibc-devel.x86_64 0:2.12-1.212.0.3.el6_10.3 will be installed --> Processing Dependency: glibc-headers = 2.12-1.212.0.3.el6_10.3 for package: glibc-devel-2.12-1.212.0.3.el6_10.3.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.212.0.3.el6_10.3.x86_64 ---> Package libblkid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package libtiff.x86_64 0:4.0.3-11.el6.fio will be erased ---> Package libuuid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package openjade.x86_64 0:1.3.2-36.el6 will be installed --> Processing Dependency: libosp.so.5()(64bit) for package: openjade-1.3.2-36.el6.x86_64 ---> Package pam.x86_64 0:1.1.3-8.el6.fio will be erased ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.055-1.el6.fio will be erased ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.055-1.el6.fio will be erased ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.62-1.el6.fio will be erased ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-144.el6 will be installed ---> Package perl-Params-Util.x86_64 0:1.07-1.el6.fio will be erased ---> Package php.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package rpm-libs.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package ruby-irb.noarch 0:2.0.0.353-0.16.el6.fio will be erased ---> Package ruby-libs.x86_64 0:2.0.0.353-0.16.el6.fio will be erased ---> Package rubygems.noarch 0:2.1.11-114.el6.fio will be erased ---> Package util-linux-ng.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package xz-libs.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package yum.noarch 0:3.4.3-86.el6.fio will be erased --> Running transaction check ---> Package docbook-style-dsssl.noarch 0:1.79-10.el6 will be installed ---> Package dracut.noarch 0:009-12.el6.fio will be erased ---> Package dracut-network.noarch 0:009-12.el6.fio will be erased ---> Package glibc-headers.x86_64 0:2.12-1.212.0.3.el6_10.3 will be installed ---> Package libblkid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package libtiff.x86_64 0:4.0.3-11.el6.fio will be erased ---> Package libuuid.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package opensp.x86_64 0:1.5.2-12.1.el6 will be installed ---> Package pam.x86_64 0:1.1.3-8.el6.fio will be erased ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.055-1.el6.fio will be erased ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.055-1.el6.fio will be erased ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.62-1.el6.fio will be erased ---> Package perl-Params-Util.x86_64 0:1.07-1.el6.fio will be erased ---> Package perl-SGMLSpm.noarch 0:1.03ii-21.el6 will be installed ---> Package php.x86_64 0:5.4.13-2.el6.fio will be erased ---> Package rpm-libs.x86_64 0:4.9.1.3-8.el6.fio will be erased ---> Package ruby-irb.noarch 0:2.0.0.353-0.16.el6.fio will be erased ---> Package ruby-libs.x86_64 0:2.0.0.353-0.16.el6.fio will be erased ---> Package rubygems.noarch 0:2.1.11-114.el6.fio will be erased ---> Package util-linux-ng.x86_64 0:2.22.2-6.el6.fio will be erased ---> Package xz-libs.x86_64 0:5.1.2-6alpha.el6.fio will be erased ---> Package yum.noarch 0:3.4.3-86.el6.fio will be erased --> Processing Conflict: util-linux-2.22.2-6.el6.fio.x86_64 conflicts sysvinit-tools < 2.88-8 --> Finished Dependency Resolution Error: Package: rubygem-bigdecimal-1.2.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(rubygems) >= 2.0.3 Removing: rubygems-2.1.11-114.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(rubygems) = 2.1.11-114.el6.fio Downgraded By: rubygems-1.3.7-5.el6.noarch (ol6_latest) ruby(rubygems) = 1.3.7 Error: Package: libmount-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libblkid = 2.22.2-6.el6.fio Removing: libblkid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libblkid = 2.22.2-6.el6.fio Downgraded By: libblkid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) libblkid = 2.17.2-12.28.el6_9.2 Available: libblkid-2.17.2-12.28.el6.i686 (ol6_latest) libblkid = 2.17.2-12.28.el6 Available: libblkid-2.17.2-12.28.el6_9.1.i686 (ol6_latest) libblkid = 2.17.2-12.28.el6_9.1 Error: Package: 1:php-eaccelerator-5.4.13_0.9.6.2-9999.7.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: php = 5.4.13 Removing: php-5.4.13-2.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) php = 5.4.13-2.el6.fio Downgraded By: php-5.3.3-50.el6_10.x86_64 (ol6_latest) php = 5.3.3-50.el6_10 Available: php-5.3.3-49.el6.x86_64 (ol6_latest) php = 5.3.3-49.el6 Error: Package: compat-rpm48-4.8.0-37.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: liblzma.so.5()(64bit) Removing: xz-libs-5.1.2-6alpha.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) liblzma.so.5()(64bit) Downgraded By: xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 (ol6_latest) Not found Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libblkid.so.1(BLKID_2.20)(64bit) Removing: libblkid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libblkid.so.1(BLKID_2.20)(64bit) Downgraded By: libblkid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) Not found Error: Package: pyliblzma-0.5.3-9.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: liblzma.so.5(XZ_5.0)(64bit) Removing: xz-libs-5.1.2-6alpha.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) liblzma.so.5(XZ_5.0)(64bit) Downgraded By: xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-io-console-0.4.2-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(rubygems) >= 2.0.3 Removing: rubygems-2.1.11-114.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(rubygems) = 2.1.11-114.el6.fio Downgraded By: rubygems-1.3.7-5.el6.noarch (ol6_latest) ruby(rubygems) = 1.3.7 Error: Package: libmount-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libuuid = 2.22.2-6.el6.fio Removing: libuuid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libuuid = 2.22.2-6.el6.fio Downgraded By: libuuid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) libuuid = 2.17.2-12.28.el6_9.2 Available: libuuid-2.17.2-12.28.el6.i686 (ol6_latest) libuuid = 2.17.2-12.28.el6 Available: libuuid-2.17.2-12.28.el6_9.1.i686 (ol6_latest) libuuid = 2.17.2-12.28.el6_9.1 Error: util-linux conflicts with sysvinit-tools-2.87-6.dsf.el6.x86_64 Error: Package: rpm-build-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: liblzma.so.5()(64bit) Removing: xz-libs-5.1.2-6alpha.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) liblzma.so.5()(64bit) Downgraded By: xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-bigdecimal-1.2.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: libruby.so.2.0()(64bit) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libruby.so.2.0()(64bit) Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: spandsp-0.0.7-5.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: libtiff.so.5()(64bit) Removing: libtiff-4.0.3-11.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libtiff.so.5()(64bit) Downgraded By: libtiff-3.9.4-21.el6_8.x86_64 (ol6_latest) Not found Error: Package: pyliblzma-0.5.3-9.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: liblzma.so.5()(64bit) Removing: xz-libs-5.1.2-6alpha.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) liblzma.so.5()(64bit) Downgraded By: xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 (ol6_latest) Not found Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: pam >= 1.1.3-7 Removing: pam-1.1.3-8.el6.fio.x86_64 (@osdial-updates/6) pam = 1.1.3-8.el6.fio Downgraded By: pam-1.1.1-24.0.1.el6.x86_64 (ol6_latest) pam = 1.1.1-24.0.1.el6 Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libuuid = 2.22.2-6.el6.fio Removing: libuuid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libuuid = 2.22.2-6.el6.fio Downgraded By: libuuid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) libuuid = 2.17.2-12.28.el6_9.2 Available: libuuid-2.17.2-12.28.el6.i686 (ol6_latest) libuuid = 2.17.2-12.28.el6 Available: libuuid-2.17.2-12.28.el6_9.1.i686 (ol6_latest) libuuid = 2.17.2-12.28.el6_9.1 Error: Package: compat-cent5-1.0-18.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: dracut-generic Removing: dracut-network-009-12.el6.fio.noarch (@osdial-updates/6) dracut-generic = 009-12.el6.fio Downgraded By: dracut-network-004-411.0.9.el6.noarch (ol6_latest) Not found Available: dracut-generic-004-409.0.3.el6_8.2.noarch (ol6_latest) dracut-generic = 004-409.0.3.el6_8.2 Available: dracut-generic-004-409.0.7.el6_8.2.noarch (ol6_latest) dracut-generic = 004-409.0.7.el6_8.2 Available: dracut-generic-004-409.0.8.el6_8.2.noarch (ol6_latest) dracut-generic = 004-409.0.8.el6_8.2 Available: dracut-generic-004-411.0.1.el6.noarch (ol6_latest) dracut-generic = 004-411.0.1.el6 Available: dracut-generic-004-411.0.3.el6.noarch (ol6_latest) dracut-generic = 004-411.0.3.el6 Available: dracut-generic-004-411.0.4.el6.noarch (ol6_latest) dracut-generic = 004-411.0.4.el6 Available: dracut-generic-004-411.0.5.el6.noarch (ol6_latest) dracut-generic = 004-411.0.5.el6 Available: dracut-generic-004-411.0.9.el6.noarch (ol6_latest) dracut-generic = 004-411.0.9.el6 Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libblkid = 2.22.2-6.el6.fio Removing: libblkid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libblkid = 2.22.2-6.el6.fio Downgraded By: libblkid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) libblkid = 2.17.2-12.28.el6_9.2 Available: libblkid-2.17.2-12.28.el6.i686 (ol6_latest) libblkid = 2.17.2-12.28.el6 Available: libblkid-2.17.2-12.28.el6_9.1.i686 (ol6_latest) libblkid = 2.17.2-12.28.el6_9.1 Error: Package: rubygem-json-1.7.7-101.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(release) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(release) = 2.0.0 Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: libblkid.so.1(BLKID_2.21)(64bit) Removing: libblkid-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) libblkid.so.1(BLKID_2.21)(64bit) Downgraded By: libblkid-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) Not found Error: Package: compat-cent5-1.0-18.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: dracut-kernel Removing: dracut-009-12.el6.fio.noarch (@osdial-updates/6) dracut-kernel = 009-12.el6.fio Downgraded By: dracut-004-411.0.9.el6.noarch (ol6_latest) Not found Available: dracut-kernel-004-409.0.3.el6_8.2.noarch (ol6_latest) dracut-kernel = 004-409.0.3.el6_8.2 Available: dracut-kernel-004-409.0.7.el6_8.2.noarch (ol6_latest) dracut-kernel = 004-409.0.7.el6_8.2 Available: dracut-kernel-004-409.0.8.el6_8.2.noarch (ol6_latest) dracut-kernel = 004-409.0.8.el6_8.2 Available: dracut-kernel-004-411.0.1.el6.noarch (ol6_latest) dracut-kernel = 004-411.0.1.el6 Available: dracut-kernel-004-411.0.3.el6.noarch (ol6_latest) dracut-kernel = 004-411.0.3.el6 Available: dracut-kernel-004-411.0.4.el6.noarch (ol6_latest) dracut-kernel = 004-411.0.4.el6 Available: dracut-kernel-004-411.0.5.el6.noarch (ol6_latest) dracut-kernel = 004-411.0.5.el6 Available: dracut-kernel-004-411.0.9.el6.noarch (ol6_latest) dracut-kernel = 004-411.0.9.el6 Error: Package: util-linux-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) Requires: util-linux-ng >= 2.22 Removing: util-linux-ng-2.22.2-6.el6.fio.x86_64 (@osdial-updates/6) util-linux-ng = 2.22.2-6.el6.fio Downgraded By: util-linux-ng-2.17.2-12.28.el6_9.2.x86_64 (ol6_latest) util-linux-ng = 2.17.2-12.28.el6_9.2 Available: util-linux-ng-2.17.2-12.28.el6.i686 (ol6_latest) util-linux-ng = 2.17.2-12.28.el6 Available: util-linux-ng-2.17.2-12.28.el6_9.1.i686 (ol6_latest) util-linux-ng = 2.17.2-12.28.el6_9.1 Error: Package: rpm-build-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: librpm.so.2()(64bit) Removing: rpm-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) librpm.so.2()(64bit) Downgraded By: rpm-libs-4.8.0-59.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-psych-2.0.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: libruby.so.2.0()(64bit) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libruby.so.2.0()(64bit) Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-io-console-0.4.2-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(release) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(release) = 2.0.0 Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: 1:osdial-release-6-0.6.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: yum-presto Removing: yum-3.4.3-86.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) yum-presto = 3.4.3-66.yum Downgraded By: yum-3.2.29-81.0.1.el6.noarch (ol6_latest) Not found Available: yum-presto-0.6.2-1.el6.noarch (ol6_latest) yum-presto = 0.6.2-1.el6 Error: Package: perl-ExtUtils-Install-1.54-1.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: perl(ExtUtils::MakeMaker) >= 6.62 Removing: perl-ExtUtils-MakeMaker-6.62-1.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) perl(ExtUtils::MakeMaker) = 6.62 Downgraded By: perl-ExtUtils-MakeMaker-6.55-144.el6.x86_64 (ol6_latest) perl(ExtUtils::MakeMaker) = 6.55 Error: Package: asterisk11-11.13.0-53.el6.fio.x86_64 (@osdial-updates/6) Requires: libtiff.so.5()(64bit) Removing: libtiff-4.0.3-11.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libtiff.so.5()(64bit) Downgraded By: libtiff-3.9.4-21.el6_8.x86_64 (ol6_latest) Not found Error: Package: rubygem-json-1.7.7-101.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: libruby.so.2.0()(64bit) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libruby.so.2.0()(64bit) Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-rdoc-4.0.1-3.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(irb) Removing: ruby-irb-2.0.0.353-0.16.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(irb) = 2.0.0.353-0.16.el6.fio Downgraded By: ruby-irb-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: perl-IO-Compress-2.055-1.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: perl(Compress::Raw::Bzip2) >= 2.055 Removing: perl-Compress-Raw-Bzip2-2.055-1.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) perl(Compress::Raw::Bzip2) = 2.055 Downgraded By: perl-Compress-Raw-Bzip2-2.021-144.el6.x86_64 (ol6_latest) perl(Compress::Raw::Bzip2) = 2.021 Error: Package: rpm-build-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: rpm-libs(x86-64) = 4.9.1.3-8.el6.fio Removing: rpm-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) rpm-libs(x86-64) = 4.9.1.3-8.el6.fio Downgraded By: rpm-libs-4.8.0-59.el6.x86_64 (ol6_latest) rpm-libs(x86-64) = 4.8.0-59.el6 Available: rpm-libs-4.8.0-55.el6.x86_64 (ol6_latest) rpm-libs(x86-64) = 4.8.0-55.el6 Error: Package: perl-Email-Stuffer-0.007-1.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: perl(Params::Util) >= 1.05 Removing: perl-Params-Util-1.07-1.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) perl(Params::Util) = 1.07 Downgraded By: perl-Params-Util-1.00-3.el6.x86_64 (ol6_latest) perl(Params::Util) = 1.00 Error: Package: rubygem-psych-2.0.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(rubygems) >= 2.0.3 Removing: rubygems-2.1.11-114.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(rubygems) = 2.1.11-114.el6.fio Downgraded By: rubygems-1.3.7-5.el6.noarch (ol6_latest) ruby(rubygems) = 1.3.7 Error: Package: rubygem-psych-2.0.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(release) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(release) = 2.0.0 Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: rpm-build-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: librpmio.so.2()(64bit) Removing: rpm-libs-4.9.1.3-8.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) librpmio.so.2()(64bit) Downgraded By: rpm-libs-4.8.0-59.el6.x86_64 (ol6_latest) Not found Error: Package: rubygem-io-console-0.4.2-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: libruby.so.2.0()(64bit) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) libruby.so.2.0()(64bit) Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: compat-rpm48-4.8.0-37.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: liblzma.so.5(XZ_5.0)(64bit) Removing: xz-libs-5.1.2-6alpha.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) liblzma.so.5(XZ_5.0)(64bit) Downgraded By: xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64 (ol6_latest) Not found Error: Package: perl-ExtUtils-Manifest-1.61-1.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: perl(ExtUtils::MakeMaker) >= 6.62 Removing: perl-ExtUtils-MakeMaker-6.62-1.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) perl(ExtUtils::MakeMaker) = 6.62 Downgraded By: perl-ExtUtils-MakeMaker-6.55-144.el6.x86_64 (ol6_latest) perl(ExtUtils::MakeMaker) = 6.55 Error: Package: rubygem-bigdecimal-1.2.0-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(release) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(release) = 2.0.0 Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found Error: Package: perl-IO-Compress-2.055-1.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: perl(Compress::Raw::Zlib) >= 2.055 Removing: 1:perl-Compress-Raw-Zlib-2.055-1.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) perl(Compress::Raw::Zlib) = 2.055 Downgraded By: 1:perl-Compress-Raw-Zlib-2.021-144.el6.x86_64 (ol6_latest) perl(Compress::Raw::Zlib) = 2.021 Error: Package: rubygem-rdoc-4.0.1-3.el6.fio.noarch (@anaconda-CentOS-201303020151.x86_64/6.5) Requires: ruby(release) Removing: ruby-libs-2.0.0.353-0.16.el6.fio.x86_64 (@anaconda-CentOS-201303020151.x86_64/6.5) ruby(release) = 2.0.0 Downgraded By: ruby-libs-1.8.7.374-5.el6.x86_64 (ol6_latest) Not found You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
  • exit_message 'Could not automatically sync with Oracle Linux repositories. Check the output of '\''yum distro-sync'\'' to manually resolve the issue.'
  • echo 'Could not automatically sync with Oracle Linux repositories. Check the output of '\''yum distro-sync'\'' to manually resolve the issue.' Could not automatically sync with Oracle Linux repositories. Check the output of 'yum distro-sync' to manually resolve the issue.
  • echo 'For assistance, please open an issue via GitHub: https://github.com/oracle/centos2ol/.' For assistance, please open an issue via GitHub: https://github.com/oracle/centos2ol/.
  • exit 1

Posted the full output from the script. Please assist.

Djelibeybi commented 2 years ago

Yeah, they have Ruby Gems with the .fio identifier which are not part of CentOS. As per the instructions, they should remove any non-CentOS packages before running the conversion.

totalamateurhour commented 2 years ago

Closing this issue.