Bug 1209523 - Self-registered Satellite should upgrade from 6.0 to 6.1
Summary: Self-registered Satellite should upgrade from 6.0 to 6.1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Content Management
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: Stephen Benjamin
QA Contact: Jitendra Yejare
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-07 14:50 UTC by Stephen Benjamin
Modified: 2017-02-23 20:11 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-12 16:02:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Failed QA - Katello-installer Logs (1.23 MB, text/plain)
2015-05-15 12:25 UTC, Jitendra Yejare
no flags Details
Failed QA - Foreman Debug Logs (367.13 KB, application/x-xz)
2015-05-15 12:26 UTC, Jitendra Yejare
no flags Details
Forman Debug attached for Upgrade success but with qpid-dispatch error (410.12 KB, application/x-xz)
2015-06-15 10:40 UTC, Jitendra Yejare
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 9680 0 None None None 2016-04-22 16:49:52 UTC

Description Stephen Benjamin 2015-04-07 14:50:23 UTC
Does katello include all required dependencies (so they get pulled in via yum update)?

We need at least:
 * foreman-gutterball 
 * hammer-cli-gutterball

Comment 1 Stephen Benjamin 2015-04-07 14:50:25 UTC
Created from redmine issue http://projects.theforeman.org/issues/9680

Comment 2 Stephen Benjamin 2015-04-07 14:54:17 UTC
We've got all the right requirements on the packages upstream, but this should be a tested scenario.

To test:
1. Sync 6.1 repos
2. Satellite 6.0 is registered to itself
3. yum update -y
4. katello-installer --upgrade
5. Upgrade succeeds

A Satellite 6.0, registered to itself, with all the right 6.1 repos synced, should be able to upgrade.  This is important because a lot of virt-who users have probably done this.  

We *must* get all package requirements pulled in by the yum update, because while katello-installer is running, content from the Satellite might not be available.

Comment 4 Bryan Kearney 2015-04-07 16:05:59 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/9680 has been closed

Comment 6 Jitendra Yejare 2015-04-29 06:47:42 UTC
While verifying this bug,

While upgrading, I found an error "File not found /usr/share/katello-installer/modules/katello_plugin_gutterball/manifests/init.pp, check your answer file", for which the bug is logged at BZ1215563. And again this bug is dependent of bug BZ1205668.

So we have to wait till these both gets merged to verify this bug.

Comment 7 Jitendra Yejare 2015-05-13 11:51:17 UTC
As the dependent BZ1205668 is in verified state,

Verified this bug with latest Sat6 GA Snap 4:

I found that, self registered sat 6.0.8 upgraded to sat 6.1.0.

In short, Katello-installer --upgrade works perfectly.

Hence closing the changing the status to verified.

Steps Followed :
======================
1. Self registered satellite with activation key having subscribed with base os RHEL packages.
2. yum clean all.
3. yum -y update
4. Set Sat 6.1 repo in /etc/yum.repos.d/sat6.repo with latest GA SNAP 4.
5. yum clean all.
6. yum -y update.
7. katello-installer --upgrade

Result:
=====================
Upgrading...
Upgrade Step: stop_services...
Upgrade Step: start_mongo...
Upgrade Step: migrate_pulp...
Upgrade Step: migrate_candlepin...
Upgrade Step: migrate_foreman...
Upgrade Step: Running installer...
Installing             Done                                               [100%] [...............................................................................................................................]
  The full log is at /var/log/katello-installer/katello-installer.log
Upgrade Step: Restarting services...
Upgrade Step: db:seed...
Upgrade Step: Running errata import task (this may take a while)...
Katello upgrade completed!

Comment 8 Stephen Benjamin 2015-05-13 12:41:57 UTC
Sorry if it wasn't clear, but please see comment #2, item 1.  

You need to sync Sat 6 repo inside Satellite itself, and have Satellite get ****ALL**** of its content from itself.

Basically, this is making sure "yum -y update" downloads all the packages from the Satellite before the upgrade begins.  Satellite will not be available during the upgrade.

A yum repo from an external source isn't a valid test.

Comment 9 Jitendra Yejare 2015-05-15 12:22:49 UTC
Hi Stephen,

Thanks for the updated steps.
I sync sat61 repo in Satellite itself. And reverified this bug.

Following are the results:

I verified this bug with latest GA Snap 4 Compose 2. And its failing again. And So marking it as Failed QA.

Following are the errors while upgrading,
Upgrading...
Upgrade Step: stop_services...
Upgrade Step: start_mongo...
Upgrade Step: migrate_pulp...
Upgrade Step: migrate_candlepin...
Upgrade Step: migrate_foreman...
Upgrade Step: Running installer...
 Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error downloading packages:
 /Stage[main]/Qpid::Router::Install/Package[qpid-dispatch-router]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error downloading packages:
Installing             Done                                               [100%] [...............................................................................................................................]
  Something went wrong! Check the log for ERROR-level output
  The full log is at /var/log/katello-installer/katello-installer.log
Upgrade Step: Restarting services...
Upgrade Step: db:seed...
Upgrade Step: Running errata import task (this may take a while)...

Note:
Attached Foreman-debug and Katello-installer logs.

Comment 10 Jitendra Yejare 2015-05-15 12:25:58 UTC
Created attachment 1025823 [details]
Failed QA - Katello-installer Logs

Comment 11 Jitendra Yejare 2015-05-15 12:26:44 UTC
Created attachment 1025824 [details]
Failed QA - Foreman Debug Logs

Comment 13 Jitendra Yejare 2015-05-26 10:35:45 UTC
Hi Bryan,

I tried the steps for self register satellite given in knowledge base mentioned in your comment 12 but still Upgrade is failing with same error mentioned in Comment 9. I tried with the latest snap GA Snap 5 Compose 2.

Comment 14 Stephen Benjamin 2015-06-09 15:57:34 UTC
PR:
https://github.com/Katello/katello-installer/pull/232

Commit:
katello-installer|cc6229cf62681f2239b10c07e3475b27f1dae280

Comment 17 Jitendra Yejare 2015-06-15 10:38:32 UTC
Hi Stephen,

So I retested this bug on latest GA Snap 8 C2 (RC2).

And satellite is upgrading from sat 6.0.8 to sat 6.1. I can view the contents after upgrade on satellite and they are accessible.

However, still I faced 'qpid-dispatch-router' error while the upgrade in process. So is this bug related to self-upgrade/upgrade? If not, may I close this bug as verified. Else I will open up new bug for 'qpid-dispatch-router' error and mark this bug as dependant of that ? 

Attached foreman debug logs.

Note: I taken image of Satellite 6.0.8 on openstack usersys machine for upgrade.


Logs:
[root@sat6-qe-rhel7 ~]# katello-installer --upgrade
Upgrading...
Upgrade Step: stop_services...
Upgrade Step: start_mongo...
Upgrade Step: migrate_pulp...
Upgrade Step: migrate_candlepin...
Upgrade Step: migrate_foreman...
Upgrade Step: Running installer...
 Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error downloading packages:
 /Stage[main]/Qpid::Router::Install/Package[qpid-dispatch-router]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error downloading packages:
Installing             Done                                               [100%] [..........................................................................................................................................................]
  Something went wrong! Check the log for ERROR-level output
  The full log is at /var/log/katello-installer/katello-installer.log
Upgrade Step: Restarting services...
Upgrade Step: db:seed...
Upgrade Step: Running errata import task (this may take a while)...
Upgrade Step: Update gpg key urls to support capsule isolation (this may take a while)...
Upgrade Step: Update repositories to specify metadata_expire (this may take a while)...

Comment 18 Jitendra Yejare 2015-06-15 10:40:28 UTC
Created attachment 1038887 [details]
Forman Debug attached for Upgrade success but with qpid-dispatch error

Comment 19 Stephen Benjamin 2015-06-15 13:16:10 UTC
Can you run this outside of the installer and see what happens?

  /usr/bin/yum install qpid-dispatch-router

Comment 20 Jitendra Yejare 2015-06-17 13:33:56 UTC
Hi Stephen,

I installed qpid-dispatch-error outside of the installer. And the package is installed completely.

Logs:
[root@sat6-qe-rhel7 ~]# yum install qpid-dispatch-router
Loaded plugins: product-id, subscription-manager
Resolving Dependencies
--> Running transaction check
---> Package qpid-dispatch-router.x86_64 0:0.4-7.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================================================================================================================
 Package                                                    Arch                                         Version                                            Repository                                                                   Size
==============================================================================================================================================================================================================================================
Installing:
 qpid-dispatch-router                                       x86_64                                       0.4-7.el7                                          Default_Organization_sat61_sat61_repo                                        20 k

Transaction Summary
==============================================================================================================================================================================================================================================
Install  1 Package

Total download size: 20 k
Installed size: 22 k
Is this ok [y/d/N]: y
Downloading packages:
qpid-dispatch-router-0.4-7.el7.x86_64.rpm                                                                                                                                                                              |  20 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : qpid-dispatch-router-0.4-7.el7.x86_64                                                                                                                                                                                      1/1 
  Verifying  : qpid-dispatch-router-0.4-7.el7.x86_64                                                                                                                                                                                      1/1 

Installed:
  qpid-dispatch-router.x86_64 0:0.4-7.el7                                                                                                                                                                                                     

Complete!

Comment 21 Stephen Benjamin 2015-06-17 13:49:19 UTC
There's nothing I can do without the error output from yum, which puppet hides unfortunately.  I would guess that because it's succeeding now a couple days after the original attempt, it was a metadata-related issue.

I can't reproduce this myself.

I think you'd have to start from the beginning and run `yum` immediately after the installer fails and capture the error output.

A 'yum clean all' before running `katello-installer --upgrade` might fix it.

Comment 22 Jitendra Yejare 2015-06-18 10:50:08 UTC
Hi Stephen,

I yum clean all before upgrade, and then

I tried to install qpid-dispatch-router immediately after and I got following message :

[root@sat6-qe-rhel7 ~]# /usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router
No Presto metadata available for Default_Organization_sat_sat_repo

On retrying:
[root@sat6-qe-rhel7 ~]# /usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router
Package qpid-dispatch-router-0.4-7.el7.x86_64 already installed and latest version

Comment 23 Stephen Benjamin 2015-06-18 15:23:23 UTC
Don't use -d 0 -e 0, that's what puppet is doing and why i can't see the full output of yum in the logs, I need more like -d 10 -e 10 to understand what the failure is.

But it does sound the package was installed? Did you still get the error from the installer?

Comment 24 Jitendra Yejare 2015-07-09 14:03:45 UTC
Need your further comments on this:


Yes , The error still occurs from installer, and I believe that the qpid-dispatch-router is not getting installed.

Because, when I install qpid-dispatch-router immediately after the installer finished, I observed that the package is getting installed. And re-doing installation of that package, I can see the log that package is already installed.

Logs are below with debug and error log levels 10:

1. Satellite Self Upgrade logs:
[root@sat6-qe-rhel66 ~]# katello-installer --upgrade
Upgrading...
Upgrade Step: stop_services...
Upgrade Step: start_mongo...
Upgrade Step: migrate_pulp...
Upgrade Step: migrate_candlepin...
Upgrade Step: migrate_foreman...
Upgrade Step: Running installer...
 Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error Downloading Packages:
 /Stage[main]/Qpid::Router::Install/Package[qpid-dispatch-router]/ensure: change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install qpid-dispatch-router' returned 1: Error Downloading Packages:
Installing             Done                                               [100%] [..........................................................................................................................................................]
  Something went wrong! Check the log for ERROR-level output
  The full log is at /var/log/katello-installer/katello-installer.log
Upgrade Step: Restarting services...
Upgrade Step: db:seed...
Upgrade Step: Running errata import task (this may take a while)...
Upgrade Step: Update gpg key urls to support capsule isolation (this may take a while)...
Upgrade Step: Update repositories to specify metadata_expire (this may take a while)...


2. Immediate installation of qpid-dispatch-router:
[root@sat6-qe-rhel66 ~]# yum -d 10 -e 10 -y install qpid-dispatch-router
Not loading "rhnplugin" plugin, as it is disabled
Loading "product-id" plugin
Loading "security" plugin
Loading "subscription-manager" plugin
Running "config" handler for "security" plugin
Running "postconfig" handler for "subscription-manager" plugin
Updating Subscription Management repositories.
Config time: 2.401
Yum Version: 3.2.29
COMMAND: yum -d 10 -e 10 -y install qpid-dispatch-router 
Installroot: /
Ext Commands:

   qpid-dispatch-router
Reading Local RPMDB
rpmdb time: 0.000
Setting up Install Process
Setting up Package Sacks
Running "exclude" handler for "security" plugin
pkgsack time: 0.105
Obs Init time: 0.136
Resolving Dependencies
Running "preresolve" handler for "security" plugin
--> Running transaction check
---> Package qpid-dispatch-router.x86_64 0:0.4-7.el6 will be installed
Checking deps for qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libqpid-dispatch(x86-64)', 'EQ', ('0', '0.4', '7.el6')) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('/bin/sh', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('/bin/sh', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('/bin/bash', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libqpid-proton.so.2()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libqpid-dispatch.so.0()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libpython2.6.so.1.0()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
qpid-dispatch-router-0.4-7.el6.x86_64 requires: libqpid-dispatch(x86-64) = 0.4-7.el6
--> Processing Dependency: libqpid-dispatch(x86-64) = 0.4-7.el6 for package: qpid-dispatch-router-0.4-7.el6.x86_64
Searching pkgSack for dep: libqpid-dispatch(x86-64)
Building updates object
putting libcap-ng in simple update
putting libpng in simple update
putting db4-devel in simple update
putting pulseaudio-libs in simple update
putting libsndfile in simple update
putting libXinerama in simple update
putting postgresql in simple update
putting flac in simple update
putting gmp in simple update
putting openldap in simple update
putting libgomp in simple update
putting libvirt-client in simple update
putting setools-libs in simple update
putting boost-devel in simple update
putting elfutils-libs in simple update
putting pam in simple update
putting zlib in simple update
putting nss-softokn in simple update
putting apr-util in simple update
putting libaio in simple update
putting libutempter in simple update
putting cryptsetup-luks-libs in simple update
putting readline in simple update
putting cairo in simple update
putting libgpg-error in simple update
putting gdbm-devel in simple update
putting fontconfig in simple update
putting numactl in simple update
putting fprintd-pam in simple update
putting snappy in simple update
putting lm_sensors-libs in simple update
putting libicu in simple update
putting libXau in simple update
putting libXext in simple update
putting krb5-libs in simple update
putting libssh2 in simple update
putting boost-test in simple update
putting libsemanage in simple update
putting glibc in simple update
putting jasper-libs in simple update
putting keyutils-libs in simple update
putting libogg in simple update
putting glib2 in simple update
putting openssl in simple update
putting util-linux-ng in simple update
putting libuuid-devel in simple update
putting elfutils-libelf in simple update
putting libcurl in simple update
putting libasyncns in simple update
putting device-mapper-event-libs in simple update
putting libXdamage in simple update
putting libblkid in simple update
putting boost-system in simple update
putting nss-util in simple update
putting btparser in simple update
putting eggdbus in simple update
putting libXrender in simple update
putting libXi in simple update
putting nspr in simple update
putting giflib in simple update
putting libpciaccess in simple update
putting pixman in simple update
putting libSM in simple update
putting plymouth-core-libs in simple update
putting libcap in simple update
putting perl-devel in simple update
putting atk in simple update
putting polkit in simple update
putting libtiff in simple update
putting OpenIPMI-libs in simple update
putting fipscheck-lib in simple update
putting hal-libs in simple update
putting ncurses-libs in simple update
putting libjpeg-turbo in simple update
putting perl-libs in simple update
putting libusb in simple update
putting libXtst in simple update
putting ustr in simple update
putting hunspell in simple update
putting nss-softokn-freebl in simple update
putting p11-kit in simple update
putting pam_passwdqc in simple update
putting avahi-libs in simple update
putting db4 in simple update
putting libXft in simple update
putting boost-filesystem in simple update
putting libXrandr in simple update
putting gpm-libs in simple update
putting e2fsprogs-libs in simple update
putting ruby-libs in simple update
putting boost-thread in simple update
putting boost-serialization in simple update
putting sqlite in simple update
putting yajl in simple update
putting gamin in simple update
putting qpid-cpp-client in simple update
putting procps in simple update
putting libcom_err in simple update
putting boost-python in simple update
putting freetype in simple update
putting libgudev1 in simple update
putting libvirt-devel in simple update
putting libXfixes in simple update
putting pciutils-libs in simple update
putting gettext in simple update
putting boost-regex in simple update
putting libsepol in simple update
putting libX11 in simple update
putting lvm2-libs in simple update
putting libXcursor in simple update
putting libtasn1 in simple update
putting libffi in simple update
putting libpcap in simple update
putting libgcc in simple update
putting libusb1 in simple update
putting libICE in simple update
putting postgresql-libs in simple update
putting gpgme in simple update
putting cyrus-sasl-lib in simple update
putting libart_lgpl in simple update
putting boost-math in simple update
putting libattr in simple update
putting apr in simple update
putting newt in simple update
putting libuser in simple update
putting libuuid in simple update
putting parted in simple update
putting libdrm in simple update
putting boost-iostreams in simple update
putting boost-graph in simple update
putting cyrus-sasl-md5 in simple update
putting libreport in simple update
putting cups-libs in simple update
putting nss in simple update
putting pth in simple update
putting dbus-glib in simple update
putting libxml2 in simple update
putting dbus-libs in simple update
putting saslwrapper in simple update
putting qpid-cpp-server in simple update
putting boost-signals in simple update
putting boost-program-options in simple update
putting glibc-devel in simple update
putting libnl in simple update
putting popt in simple update
putting gtk2 in simple update
putting cracklib in simple update
putting libstdc++ in simple update
putting tcp_wrappers-libs in simple update
putting libudev in simple update
putting sg3_utils-libs in simple update
putting redhat-lsb-core in simple update
putting expat in simple update
putting python-libs in simple update
putting bzip2-libs in simple update
putting libcgroup in simple update
putting mysql-libs in simple update
putting audit-libs in simple update
putting libselinux in simple update
putting gdk-pixbuf2 in simple update
putting libthai in simple update
putting xz-libs in simple update
putting qpid-qmf in simple update
putting alsa-lib in simple update
putting dmraid in simple update
putting rpm-libs in simple update
putting p11-kit-trust in simple update
putting libvorbis in simple update
putting pango in simple update
putting libxcb in simple update
putting db4-cxx in simple update
putting libacl in simple update
putting cyrus-sasl-plain in simple update
putting pygobject2 in simple update
putting libgcj in simple update
putting file-libs in simple update
putting augeas-libs in simple update
putting xmlrpc-c-client in simple update
putting wireless-tools in simple update
putting slang in simple update
putting gnutls in simple update
putting libgcrypt in simple update
putting lua in simple update
putting gdbm in simple update
putting net-snmp-libs in simple update
putting iptables in simple update
putting boost-date-time in simple update
putting pcre in simple update
putting libidn in simple update
putting libxslt in simple update
putting boost-wave in simple update
putting bind-libs in simple update
putting compat-readline5 in simple update
putting xmlrpc-c in simple update
putting libyaml in simple update
putting device-mapper-libs in simple update
putting libproxy in simple update
putting libss in simple update
putting abrt-libs in simple update
putting libXcomposite in simple update
up:simple updates time: 0.025
up:obs time: 0.003
up:condense time: 0.000
updates time: 1.021
TSINFO: Marking libqpid-dispatch-0.4-7.el6.x86_64 as install for qpid-dispatch-router-0.4-7.el6.x86_64
qpid-dispatch-router-0.4-7.el6.x86_64 requires: libqpid-dispatch.so.0()(64bit)
--> Processing Dependency: libqpid-dispatch.so.0()(64bit) for package: qpid-dispatch-router-0.4-7.el6.x86_64
Quick matched libqpid-dispatch-0.4-7.el6.x86_64 to require for libqpid-dispatch.so.0()(64bit)
--> Running transaction check
---> Package libqpid-dispatch.x86_64 0:0.4-7.el6 will be installed
Checking deps for libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('python(abi)', 'EQ', ('0', '2.6', None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('qpid-proton-c(x86-64)', 'GE', ('0', '0.9', None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libc.so.6(GLIBC_2.4)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('rtld(GNU_HASH)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('librt.so.1(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libpthread.so.0(GLIBC_2.3.2)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libpthread.so.0(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libdl.so.2(GLIBC_2.2.5)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('ld-linux-x86-64.so.2()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('/sbin/ldconfig', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('librt.so.1()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libqpid-proton.so.2()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libpython2.6.so.1.0()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libpthread.so.0()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
looking for ('libdl.so.2()(64bit)', None, (None, None, None)) as a requirement of libqpid-dispatch.x86_64 0:0.4-7.el6 - u
--> Finished Dependency Resolution
Dependency Process ending
Depsolve time: 2.306

Dependencies Resolved

==============================================================================================================================================================================================================================================
 Package                                                  Arch                                       Version                                          Repository                                                                         Size
==============================================================================================================================================================================================================================================
Installing:
 qpid-dispatch-router                                     x86_64                                     0.4-7.el6                                        Default_Organization_sat61pro_sat61_self_repo                                      19 k
Installing for dependencies:
 libqpid-dispatch                                         x86_64                                     0.4-7.el6                                        Default_Organization_sat61pro_sat61_self_repo                                     266 k

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

Total download size: 285 k
Installed size: 1.3 M
Downloading Packages:
(1/2): libqpid-dispatch-0.4-7.el6.x86_64.rpm                                                                                                                                                                           | 266 kB     00:00     
(2/2): qpid-dispatch-router-0.4-7.el6.x86_64.rpm                                                                                                                                                                       |  19 kB     00:00     
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                         394 kB/s | 285 kB     00:00     
Running rpm_check_debug
Member: qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
Adding Package qpid-dispatch-router-0.4-7.el6.x86_64 in mode u
Member: libqpid-dispatch.x86_64 0:0.4-7.el6 - u
Adding Package libqpid-dispatch-0.4-7.el6.x86_64 in mode u
rpm_check_debug time: 0.041
Running Transaction Test
Member: qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
Adding Package qpid-dispatch-router-0.4-7.el6.x86_64 in mode u
Member: libqpid-dispatch.x86_64 0:0.4-7.el6 - u
Adding Package libqpid-dispatch-0.4-7.el6.x86_64 in mode u
Transaction Test Succeeded
Transaction Test time: 0.286
Member: qpid-dispatch-router.x86_64 0:0.4-7.el6 - u
Adding Package qpid-dispatch-router-0.4-7.el6.x86_64 in mode u
Member: libqpid-dispatch.x86_64 0:0.4-7.el6 - u
Adding Package libqpid-dispatch-0.4-7.el6.x86_64 in mode u
Running Transaction
Warning: RPMDB altered outside of yum.
  Installing : libqpid-dispatch-0.4-7.el6.x86_64                                                                                                                                                                                          1/2 
  Installing : qpid-dispatch-router-0.4-7.el6.x86_64                                                                                                                                                                                      2/2 
/var/cache/yum/x86_64/6Server/Default_Organization_sat61pro_sat61_self_repo/packages/qpid-dispatch-router-0.4-7.el6.x86_64.rpm removed
/var/cache/yum/x86_64/6Server/Default_Organization_sat61pro_sat61_self_repo/packages/libqpid-dispatch-0.4-7.el6.x86_64.rpm removed
Running "posttrans" handler for "product-id" plugin
Installed products updated.
  Verifying  : qpid-dispatch-router-0.4-7.el6.x86_64                                                                                                                                                                                      1/2 
  Verifying  : libqpid-dispatch-0.4-7.el6.x86_64                                                                                                                                                                                          2/2 
VerifyTransaction time: 0.182
Transaction time: 3.620

Installed:
  qpid-dispatch-router.x86_64 0:0.4-7.el6                                                                                                                                                                                                     

Dependency Installed:
  libqpid-dispatch.x86_64 0:0.4-7.el6                                                                                                                                                                                                         

Complete!


3. Re-doing the installation of qpid-dispatch-router:
[root@sat6-qe-rhel66 ~]# yum -d 10 -e 10 -y install qpid-dispatch-router
Not loading "rhnplugin" plugin, as it is disabled
Loading "product-id" plugin
Loading "security" plugin
Loading "subscription-manager" plugin
Running "config" handler for "security" plugin
Running "postconfig" handler for "subscription-manager" plugin
Updating Subscription Management repositories.
Config time: 0.848
Yum Version: 3.2.29
COMMAND: yum -d 10 -e 10 -y install qpid-dispatch-router 
Installroot: /
Ext Commands:

   qpid-dispatch-router
Reading Local RPMDB
rpmdb time: 0.000
Setting up Install Process
Setting up Package Sacks
Running "exclude" handler for "security" plugin
pkgsack time: 0.056
Building updates object
up:Obs Init time: 0.130
putting libcap-ng in simple update
putting libpng in simple update
putting db4-devel in simple update
putting pulseaudio-libs in simple update
putting libsndfile in simple update
putting libXinerama in simple update
putting postgresql in simple update
putting flac in simple update
putting gmp in simple update
putting openldap in simple update
putting libgomp in simple update
putting libvirt-client in simple update
putting setools-libs in simple update
putting boost-devel in simple update
putting elfutils-libs in simple update
putting pam in simple update
putting zlib in simple update
putting nss-softokn in simple update
putting apr-util in simple update
putting libaio in simple update
putting libutempter in simple update
putting cryptsetup-luks-libs in simple update
putting readline in simple update
putting cairo in simple update
putting libgpg-error in simple update
putting gdbm-devel in simple update
putting fontconfig in simple update
putting numactl in simple update
putting fprintd-pam in simple update
putting snappy in simple update
putting lm_sensors-libs in simple update
putting libicu in simple update
putting libXau in simple update
putting libXext in simple update
putting krb5-libs in simple update
putting libssh2 in simple update
putting boost-test in simple update
putting libsemanage in simple update
putting glibc in simple update
putting jasper-libs in simple update
putting keyutils-libs in simple update
putting libogg in simple update
putting glib2 in simple update
putting openssl in simple update
putting util-linux-ng in simple update
putting libuuid-devel in simple update
putting elfutils-libelf in simple update
putting libcurl in simple update
putting libasyncns in simple update
putting device-mapper-event-libs in simple update
putting libXdamage in simple update
putting libblkid in simple update
putting boost-system in simple update
putting nss-util in simple update
putting btparser in simple update
putting eggdbus in simple update
putting libXrender in simple update
putting libXi in simple update
putting nspr in simple update
putting giflib in simple update
putting libpciaccess in simple update
putting pixman in simple update
putting libSM in simple update
putting plymouth-core-libs in simple update
putting libcap in simple update
putting perl-devel in simple update
putting atk in simple update
putting polkit in simple update
putting libtiff in simple update
putting OpenIPMI-libs in simple update
putting fipscheck-lib in simple update
putting hal-libs in simple update
putting ncurses-libs in simple update
putting libjpeg-turbo in simple update
putting perl-libs in simple update
putting libusb in simple update
putting libXtst in simple update
putting ustr in simple update
putting hunspell in simple update
putting nss-softokn-freebl in simple update
putting p11-kit in simple update
putting pam_passwdqc in simple update
putting avahi-libs in simple update
putting db4 in simple update
putting libXft in simple update
putting boost-filesystem in simple update
putting libXrandr in simple update
putting gpm-libs in simple update
putting e2fsprogs-libs in simple update
putting ruby-libs in simple update
putting boost-thread in simple update
putting boost-serialization in simple update
putting sqlite in simple update
putting yajl in simple update
putting gamin in simple update
putting qpid-cpp-client in simple update
putting procps in simple update
putting libcom_err in simple update
putting boost-python in simple update
putting freetype in simple update
putting libgudev1 in simple update
putting libvirt-devel in simple update
putting libXfixes in simple update
putting pciutils-libs in simple update
putting gettext in simple update
putting boost-regex in simple update
putting libsepol in simple update
putting libX11 in simple update
putting lvm2-libs in simple update
putting libXcursor in simple update
putting libtasn1 in simple update
putting libffi in simple update
putting libpcap in simple update
putting libgcc in simple update
putting libusb1 in simple update
putting libICE in simple update
putting postgresql-libs in simple update
putting gpgme in simple update
putting cyrus-sasl-lib in simple update
putting libart_lgpl in simple update
putting boost-math in simple update
putting libattr in simple update
putting apr in simple update
putting newt in simple update
putting libuser in simple update
putting libuuid in simple update
putting parted in simple update
putting libdrm in simple update
putting boost-iostreams in simple update
putting boost-graph in simple update
putting cyrus-sasl-md5 in simple update
putting libreport in simple update
putting cups-libs in simple update
putting nss in simple update
putting pth in simple update
putting dbus-glib in simple update
putting libxml2 in simple update
putting dbus-libs in simple update
putting saslwrapper in simple update
putting qpid-cpp-server in simple update
putting boost-signals in simple update
putting boost-program-options in simple update
putting glibc-devel in simple update
putting libnl in simple update
putting popt in simple update
putting gtk2 in simple update
putting cracklib in simple update
putting libstdc++ in simple update
putting tcp_wrappers-libs in simple update
putting libudev in simple update
putting sg3_utils-libs in simple update
putting redhat-lsb-core in simple update
putting expat in simple update
putting python-libs in simple update
putting bzip2-libs in simple update
putting libcgroup in simple update
putting mysql-libs in simple update
putting audit-libs in simple update
putting libselinux in simple update
putting gdk-pixbuf2 in simple update
putting libthai in simple update
putting xz-libs in simple update
putting qpid-qmf in simple update
putting alsa-lib in simple update
putting dmraid in simple update
putting rpm-libs in simple update
putting p11-kit-trust in simple update
putting libvorbis in simple update
putting pango in simple update
putting libxcb in simple update
putting db4-cxx in simple update
putting libacl in simple update
putting cyrus-sasl-plain in simple update
putting pygobject2 in simple update
putting libgcj in simple update
putting file-libs in simple update
putting augeas-libs in simple update
putting xmlrpc-c-client in simple update
putting wireless-tools in simple update
putting slang in simple update
putting gnutls in simple update
putting libgcrypt in simple update
putting lua in simple update
putting gdbm in simple update
putting net-snmp-libs in simple update
putting iptables in simple update
putting boost-date-time in simple update
putting pcre in simple update
putting libidn in simple update
putting libxslt in simple update
putting boost-wave in simple update
putting bind-libs in simple update
putting compat-readline5 in simple update
putting xmlrpc-c in simple update
putting libyaml in simple update
putting device-mapper-libs in simple update
putting libproxy in simple update
putting libss in simple update
putting abrt-libs in simple update
putting libXcomposite in simple update
up:simple updates time: 0.032
up:obs time: 0.003
up:condense time: 0.000
updates time: 0.294
Package qpid-dispatch-router-0.4-7.el6.x86_64 already installed and latest version
Nothing to do

Comment 28 Jitendra Yejare 2015-07-16 14:31:41 UTC
Verified Self Upgrade satellite from 6.0.8 to Satellite 6.1 GA snap 13 on RHEL 7.

The self upgrade is working fine, and also the 'qpid-dispatch-router' error is no more observed with this snap.

But there are unknown 'Image Type Docker' errors thrown in logs, during yum update and then in katello upgrade also.

Is it still OK to close this bug as verified ?

Comment 29 Stephen Benjamin 2015-07-16 14:33:34 UTC
I think so, we're tracking docker errors under https://bugzilla.redhat.com/show_bug.cgi?id=1228694.

Comment 30 Jitendra Yejare 2015-07-17 06:17:17 UTC
Closing this bug as Verified as intended behaviour has been satisfied in GA Snap 13. The issue/error mentioned in comment 28 is part of bug BZ1228694 (commented in comment 29).

Comment 31 Bryan Kearney 2015-08-12 16:02:40 UTC
This bug was fixed in Satellite 6.1.1 which was delivered on 12 August, 2015.


Note You need to log in before you can comment on or make changes to this bug.