Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2016:1022 - Bug Fix Advisory
Issued:
2016-05-11
Updated:
2016-05-11

RHBA-2016:1022 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

preupgrade-assistant bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated preupgrade-assistant packages that fix several bugs and add various enhancements are now available for the Extras channel of Red Hat Enterprise Linux 6.

Description

The Preupgrade Assistant is a diagnostics utility that assesses the system for possible in-place upgrade limitations and provides a report with the analysis results. It is based on a module system, with each module performing a separate test, checking for package removals, incompatible obsoletes, changes in libraries, names changes, or deficiencies in the compatibilities of some configuration files. Data gathered by the Preupgrade Assistant can be used for cloning the system. It also provides post-upgrade scripts to finish more complex problems after an in-place upgrade. The Preupgrade Assistant tool is a prerequisite for completing a successful in-place upgrade to the next major version of Red Hat Enterprise Linux.

This update fixes the following bugs:

  • Previously, if the preupgrade-assistant utility was used to upgrade to Red Hat Enterprise Linux 7, the GRUB option "--location=partition" was in some cases retained. Consequently, the upgraded system could not boot, , because this option is incompatible with GRUB2. This update ensures that "--location=partition" is not carried over during the upgrade, and thus prevents the described problem from occurring. (BZ#1263244)
  • Prior to this update, preupgrade-assistant always included the debug output, regardless of whether the "--debug" option was used. Now, preupgrade-assistant correctly applies the "--debug" option, which makes the resulting report easier to read. (BZ#1249074)
  • When preupgrade-assistant was executed with the "--mode" option, it terminated unexpectedly with the following traceback message:

Application does not have not attribute 'path'

This update ensures that preupgrade-assistant uses the correct directory path in the described circumstances, which fixes the problem. (BZ#1317124)

  • A bug caused the "preupg" command to terminate unexpectedly if the input was sent non-interactively from a UNIX pipe. Now, "preupg" is able to correctly accept input from a pipe. (BZ#1231410)

In addition, this update adds the following enhancements:

  • The preupg-content-creator utility is now available in the preupgrade-assistant-tools subpackage. The utility is designed to help with kickstarting a new module for preupgrade-assistant. (BZ#1253682)
  • The preupgrade-assistant utility now includes the "%packages --ignoremissing" directive. If this directive is specified, the kickstart installation automatically skips non-existent packages and logs them, instead of requesting confirmation by the user. (BZ#1261460)
  • The "--select-rules" and "--list-rules" options have been added to preupgrade-assistant. "--select-rules" runs a set of contents given as a comma-separated list, and "--list-rules" lists the available contents. (BZ#1293410)
  • To remain compatible with the most recent Red Hat Enterprise Linux version of OpenSCAP, preupgrade-assistant has been updated to reflect the latest XSLT files in use. (BZ#1304772)
  • Previously, preupgrade-assistant was distributed as set of architecture-specific RPM packages. As this is no longer required, it is now distributed as a single cross-architecture (noarch) package. (BZ#1289939)

Users of preupgrade-assistant are advised to upgrade to these updated packages, which fix these bugs and add these enhancements.

Solution

Before applying this update, install the openscap-engine-sce package, and make sure all previously released errata relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64

Fixes

  • BZ - 1231410 - preupgrade fails if stdin fed from pipe (list index out of range)
  • BZ - 1253682 - [RFE] Preupgrade-assistant-tools package should provide preupg-content-creator
  • BZ - 1289939 - Preupgrade-assistant package should be NOARCH
  • BZ - 1293410 - [RFE] Enable selective running of contents
  • BZ - 1304772 - report generation is broken (openscap rebased)
  • BZ - 1309519 - syntax errors in common.sh - check_rpm_to()
  • BZ - 1317124 - preupg --mode migrate fails with (stripped) AttributeError due to Application.path
  • BZ - 1318431 - not_applicable modules are run anyway (and throw 'error' result)
  • BZ - 1330716 - preupg-content-creator traceback: no preup_creator.ui_helper

CVEs

(none)

References

  • http://www.redhat.com/security/updates/classification/#normal
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
preupgrade-assistant-2.1.6-5.el6.src.rpm SHA-256: 35292557b13217823ca8ab0929ede72eb4d5ca82b51f28df993fc758798f9264
x86_64
preupgrade-assistant-2.1.6-5.el6.noarch.rpm SHA-256: 06a28cb992a7c9d169c451664d4dbb5923d81347e9fd026a9588f670056a75ee
preupgrade-assistant-tools-2.1.6-5.el6.noarch.rpm SHA-256: eac7046c2d00db528c92856ae0c3c60e7b324d9bef70132bcae16c794558432c
preupgrade-assistant-ui-2.1.6-5.el6.noarch.rpm SHA-256: a6857dce74590cd4ae5b6c1ad8e2ddd7d07c0049c1a062943f0afbf555887e1d

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
preupgrade-assistant-2.1.6-5.el6.src.rpm SHA-256: 35292557b13217823ca8ab0929ede72eb4d5ca82b51f28df993fc758798f9264
s390x
preupgrade-assistant-2.1.6-5.el6.noarch.rpm SHA-256: 06a28cb992a7c9d169c451664d4dbb5923d81347e9fd026a9588f670056a75ee
preupgrade-assistant-tools-2.1.6-5.el6.noarch.rpm SHA-256: eac7046c2d00db528c92856ae0c3c60e7b324d9bef70132bcae16c794558432c
preupgrade-assistant-ui-2.1.6-5.el6.noarch.rpm SHA-256: a6857dce74590cd4ae5b6c1ad8e2ddd7d07c0049c1a062943f0afbf555887e1d

Red Hat Enterprise Linux for Power, big endian 6

SRPM
preupgrade-assistant-2.1.6-5.el6.src.rpm SHA-256: 35292557b13217823ca8ab0929ede72eb4d5ca82b51f28df993fc758798f9264
ppc64
preupgrade-assistant-2.1.6-5.el6.noarch.rpm SHA-256: 06a28cb992a7c9d169c451664d4dbb5923d81347e9fd026a9588f670056a75ee
preupgrade-assistant-tools-2.1.6-5.el6.noarch.rpm SHA-256: eac7046c2d00db528c92856ae0c3c60e7b324d9bef70132bcae16c794558432c
preupgrade-assistant-ui-2.1.6-5.el6.noarch.rpm SHA-256: a6857dce74590cd4ae5b6c1ad8e2ddd7d07c0049c1a062943f0afbf555887e1d

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
preupgrade-assistant-2.1.6-5.el6.src.rpm SHA-256: 35292557b13217823ca8ab0929ede72eb4d5ca82b51f28df993fc758798f9264
x86_64
preupgrade-assistant-2.1.6-5.el6.noarch.rpm SHA-256: 06a28cb992a7c9d169c451664d4dbb5923d81347e9fd026a9588f670056a75ee
preupgrade-assistant-tools-2.1.6-5.el6.noarch.rpm SHA-256: eac7046c2d00db528c92856ae0c3c60e7b324d9bef70132bcae16c794558432c
preupgrade-assistant-ui-2.1.6-5.el6.noarch.rpm SHA-256: a6857dce74590cd4ae5b6c1ad8e2ddd7d07c0049c1a062943f0afbf555887e1d

Red Hat Enterprise Linux Server from RHUI 6

SRPM
preupgrade-assistant-2.1.6-5.el6.src.rpm SHA-256: 35292557b13217823ca8ab0929ede72eb4d5ca82b51f28df993fc758798f9264
x86_64
preupgrade-assistant-2.1.6-5.el6.noarch.rpm SHA-256: 06a28cb992a7c9d169c451664d4dbb5923d81347e9fd026a9588f670056a75ee
preupgrade-assistant-tools-2.1.6-5.el6.noarch.rpm SHA-256: eac7046c2d00db528c92856ae0c3c60e7b324d9bef70132bcae16c794558432c
preupgrade-assistant-ui-2.1.6-5.el6.noarch.rpm SHA-256: a6857dce74590cd4ae5b6c1ad8e2ddd7d07c0049c1a062943f0afbf555887e1d

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility