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
    • Security Measurement
    • 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 Insights
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 Insights
  • 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-2011:1171 - Bug Fix Advisory
Issued:
2011-08-18
Updated:
2011-12-06

RHBA-2011:1171 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

setup bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated setup package that fixes two bugs and adds various enhancements is
now available for Red Hat Enterprise Linux 6.

Description

The setup package contains a set of important system configuration and setup
files, such as passwd, group, and profile.

This update fixes the following bugs:

  • Bash provides the PROMPT_COMMAND environment variable containing a command

that is called when a prompt is displayed. Prior to this update, the
PROMPT_COMMAND variable set by a custom profile.d script was overwritten with
the default value from the /etc/bashrc script file. With this update, the
/etc/bashrc script file has been updated so that it now respects a user-defined
PROMPT_COMMAND variable, and does not overwrite it. (BZ#691425)

  • Prior to this update, the /etc/host.conf configuration file contained a line

"order host,bind". This line is no longer used by the glibc library and is
therefore redundant. With this update, this line has been removed from the
host.conf file. (BZ#703052)

Additionally, this update adds the following enhancements:

  • The retrace-server package creates a user ID (UID) pair and a group ID (GID)

pair, both with the name "retrace" and number "174". This user and group is used
by the Automated Bug Reporting Tool (ABRT) retracing server. Prior to this
update, the aforementioned UID/GID pairs were not reserved by the setup package
so that other packages or system administrators could have accidentally assigned
those values to other users and groups. With this update, the setup package now
reserves these UID and GID names and numbers so that accidental conflicts with
other users and groups do not happen anymore. (BZ#706012)

  • The rhev-agent package creates a user ID (UID) pair and a group ID (GID) pair,

both with the name "rhevagent" and number "175". This user and group is used by
RHEV-Agent. Prior to this update, the aforementioned UID/GID pairs were not
reserved by the setup package so that other packages or system administrators
could have accidentally assigned those values to other users and groups. With
this update, the setup package now reserves these UID and GID names and numbers
so that accidental conflicts with other users and groups do not happen anymore.
(BZ#709599)

  • The trafficserver package creates a user ID (UID) pair and a group ID (GID)

pair, both with the name "ats" and number "176". This user and group is used for
the configuration management functions over a cluster of nodes. Prior to this
update, the aforementioned UID/GID pairs were not reserved by the setup package
so that other packages or system administrators could have accidentally assigned
those values to other users and groups. With this update, the setup package now
reserves these UID and GID names and numbers so that accidental conflicts with
other users and groups do not happen anymore. (BZ#715266)

All users are advised to upgrade to this updated setup package, which fixes
these bugs and adds these enhancements.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • 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
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 691425 - In /etc/bashrc, set PROMPT_COMMAND only if not yet set
  • BZ - 706012 - Reserve UID/GID for Retrace server
  • BZ - 709599 - RHEV-Agent User and Group ID reservation request
  • BZ - 715266 - request static userid/groupid allocation for apache traffic server

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Workstation 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Desktop 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
s390x
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux for Power, big endian 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
ppc64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Server from RHUI 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
s390x
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
x86_64
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099
i386
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
setup-2.8.14-13.el6.src.rpm SHA-256: e64654776d6fd2c51199b870a6bec95fd2f1dc60e7a94f83d43614afc2e5126d
s390x
setup-2.8.14-13.el6.noarch.rpm SHA-256: 675f0274fa1ff89a323ed556ab5a9c1ae8c7b8ce3f07de86a842156637051099

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
© 2025 Red Hat

Red Hat legal and privacy links

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