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-2011:1466 - Bug Fix Advisory
Issued:
2011-11-21
Updated:
2011-11-21

RHBA-2011:1466 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat Network Satellite server spacewalk-backend bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated spacewalk-backend packages that fix various bugs are now available for
Red Hat Network Satellite 5.4.

Description

Red Hat Network Satellite is a systems management tool for Linux-based
infrastructures. It allows for provisioning, monitoring, and remote management
of multiple Linux deployments with a single, centralized tool.

This update fixes the following bugs:

  • Prior to this update, when the user attempted to sync a channel with the

default organization using a channel dump from the same server, the
Inter-Satellite Sync (ISS) failed with a unique constraint violation error. With
this update, the underlying source code has been adapted to address this issue,
and the Inter-Satellite Sync no longer fails in this scenario. (BZ#517173)

  • When the user attempted to register a system with an activation key that

specified the Red Hat Network Monitoring entitlement and this entitlement was
not available, the registration failed and the following error message was
presented to the user:

Registration failed: RHN Software Management service entitlements exhausted

Since this error message may have been misleading, this update rephrases it and
adds the name of the entitlement in question. (BZ#600555)

  • Previously, setting an Inter-Satellite Sync (ISS) parent in the

/etc/rhn/rhn.conf configuration file caused the rhn-satellite-activate utility
to fail with the following error message:

Population of the Channel Family permissions failed.

This happened, because rhn-satellite-activate incorrectly attempted to sync the
entitlement certificate from this ISS parent. This update applies a patch that
makes sure the certificate is synced from the RHN parent, and
rhn-satellite-activate now works as expected. (BZ#656294)

  • Prior to this update, deleting a package from a repository during repository

synchronization caused the reposync process to terminate unexpectedly with the
HTTP 404 error (Not Found). This update corrects the underlying source code so
that reposync now skips missing packages and proceeds with synchronization.
(BZ#667143)

  • Due to an error in the option parser, the rhn-satellite-exporter utility

incorrectly allowed users to supply both "--use-rhn-date" and "--use-sync-date"
command line options at the same time. This update corrects this error and the
option parser now treats these options as mutually exclusive. (BZ#672277)

  • Previously, the rhn_package_manager utility may have failed to upload metadata

to the Red Hat Network Satellite 5.4.1 server if this server was running on Red
Hat Enterprise Linux 6. This update applies a patch that corrects this error so
that the rhn_package_manager utility no longer fails in this situation.
(BZ#711805)

  • When running the satellite-sync utility on a channel that was larger than 1

GB, the displayed estimate of remaining data to be downloaded was not accurate.
This update corrects the underlying source code to make sure the satellite-sync
utility now always displays an accurate estimate. (BZ#731692)

  • When the debugging level (the "debug" option) was set to "6" in the

/etc/rhn/rhn.conf configuration file, the /var/log/rhn/rhn_server_xmlrpc.log
file incorrectly contained "0.0.0.0" instead of actual IP addresses. This update
applies a patch that corrects this error, and IP addresses are now logged as
expected. (BZ#736130)

  • Prior to this update, an attempt to download more than 1013 files caused the

spacewalk-repo-sync utility to fail with a traceback. With this update, the
underlying source code has been adapted to prevent this error, and
spacewalk-repo-sync can now download more than 1013 packages as expected.
(BZ#753158)

All users of Red Hat Network Satellite are advised to upgrade to these updated
packages, which fix these bugs.

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 Satellite with Embedded Oracle 5.4 for RHEL 6 x86_64
  • Red Hat Satellite with Embedded Oracle 5.4 for RHEL 5 x86_64
  • Red Hat Satellite with Embedded Oracle 5.4 for RHEL 5 i386

Fixes

  • BZ - 517173 - ISS throws oracle unique constraint violation error when trying to sync a channel to org1 using channel-dump from other org from same satellite
  • BZ - 600555 - At registration, Satellite report of exhausted entitlements has confusing message
  • BZ - 656294 - when iss parent is set in rhn.conf, rhn-satellite-activation end with error
  • BZ - 667143 - Reposync crashes after file not found
  • BZ - 672277 - Exporter allows incorrect combination command line options
  • BZ - 711805 - rhn-package-manager fails to upload metadata to Satellite 541 RHEL6
  • BZ - 731692 - satellite-sync fails hard on basic math
  • BZ - 753158 - spacewalk-repo-sync fails when downloading more than 1013 files

CVEs

(none)

References

(none)

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

Red Hat Satellite with Embedded Oracle 5.4 for RHEL 6

SRPM
spacewalk-backend-1.2.13-58.el6sat.src.rpm SHA-256: 86035db010c7b1610c2dae553e41ea3673d75732b4faf83a9a7c2a7c97ee37e3
x86_64
spacewalk-backend-1.2.13-58.el6sat.noarch.rpm SHA-256: 91a14486d37eb8ef05162212638f088be582067b17515fd60370aed87fefe044
spacewalk-backend-app-1.2.13-58.el6sat.noarch.rpm SHA-256: 9449ad7e5fe64125560f9a5df769c82c729124a3d1117567f9d2aef029fb2cd5
spacewalk-backend-applet-1.2.13-58.el6sat.noarch.rpm SHA-256: 2c817ff1c46105669ba1b8c49c40cda3081af76d768e253b8a4094be25733ff1
spacewalk-backend-config-files-1.2.13-58.el6sat.noarch.rpm SHA-256: 2df1c95b415b26f92077f4803ef470f40680e5c5b369eaa0fc414437c80d7bdc
spacewalk-backend-config-files-common-1.2.13-58.el6sat.noarch.rpm SHA-256: 5b1dcb19afeb80747b8b7873a7fb99496499c9ace0bfb624ada80261d7eb5bb1
spacewalk-backend-config-files-tool-1.2.13-58.el6sat.noarch.rpm SHA-256: 0a9bd11f5b142e40dc69d382f82351f87d8f86b4a2406e8ec417ce0a4657e844
spacewalk-backend-iss-1.2.13-58.el6sat.noarch.rpm SHA-256: e5c1398b293ec1a7f91c623aef6c5f534cb6ed6430ad7d5fe5523013037312a1
spacewalk-backend-iss-export-1.2.13-58.el6sat.noarch.rpm SHA-256: 5241e4df9f8d1eb6b0bd4bf9eb6b65328fb60c7ee763402e294d9d801d33489f
spacewalk-backend-libs-1.2.13-58.el6sat.noarch.rpm SHA-256: c8653e656ea07cdfc9ff784c7d3b83915a31a2d3cff5412fb7f82397d8101f22
spacewalk-backend-package-push-server-1.2.13-58.el6sat.noarch.rpm SHA-256: 89e4397e1fa0391ae2bc0c5b2ca7a11615300152ff5e6be1357ba1530c5d2d12
spacewalk-backend-server-1.2.13-58.el6sat.noarch.rpm SHA-256: 18d48a306ebaa9b5a62c860368c19d1f2437bc252e99afb50ebcc693a8aae178
spacewalk-backend-sql-1.2.13-58.el6sat.noarch.rpm SHA-256: 2b454b0a880cc2f52e27a207271435970afe0b872f745b66393f93503d68d6e6
spacewalk-backend-sql-oracle-1.2.13-58.el6sat.noarch.rpm SHA-256: 571f3eb2e833fe4773d9c0841ac4219920718e2f1d15dc9a940595488fad3129
spacewalk-backend-tools-1.2.13-58.el6sat.noarch.rpm SHA-256: 0374d452fc908aa72a3789372a9801b75b9ce90d752ad6f653268b6aab554082
spacewalk-backend-upload-server-1.2.13-58.el6sat.noarch.rpm SHA-256: 8b8d4ea42f53f72e5b83c86c7bf3b08477e8f73820cb98f5da37f454f051f68e
spacewalk-backend-xml-export-libs-1.2.13-58.el6sat.noarch.rpm SHA-256: 01b1525b8b3e0fc87766308922116911a15a09c241ea82a62f0e877eb435d718
spacewalk-backend-xmlrpc-1.2.13-58.el6sat.noarch.rpm SHA-256: 5f7105cadca116ac243382de725ec5dc397cd5482dc89749f4c0946f25d5bb90
spacewalk-backend-xp-1.2.13-58.el6sat.noarch.rpm SHA-256: 9ba61393ca132b7bcbc4ae46ddfb6393e8c17b6eb57d218ce7f5bd8b4534abe8
s390x

Red Hat Satellite with Embedded Oracle 5.4 for RHEL 5

SRPM
spacewalk-backend-1.2.13-58.el5sat.src.rpm SHA-256: f77d6ac28811578f319878430fdcc8f64c7660823c029a29ce8eeca99ead2b7a
x86_64
spacewalk-backend-1.2.13-58.el5sat.noarch.rpm SHA-256: 1a62ae70347e3aac7070fd20c84d8eaa7e1c07ebcff546b296f1ab497b71c35f
spacewalk-backend-app-1.2.13-58.el5sat.noarch.rpm SHA-256: ed20a1f1ef316235710ccb2c8fc67558f887f4febc278d5d87dbcab310e2cb11
spacewalk-backend-applet-1.2.13-58.el5sat.noarch.rpm SHA-256: 783a5c829c880ce5759410391864be9b39f9825aea6d29e5992eb75d24b2a23b
spacewalk-backend-config-files-1.2.13-58.el5sat.noarch.rpm SHA-256: 6e00ce7bfb8a4f6bd4854b94bfa0f69a0f6e32ccc02a53bb9273d019b41219bd
spacewalk-backend-config-files-common-1.2.13-58.el5sat.noarch.rpm SHA-256: 3259f2cd92f59a144d45093402c4cdcc0858cca68f2864a9267193d1f10d2809
spacewalk-backend-config-files-tool-1.2.13-58.el5sat.noarch.rpm SHA-256: d9f4aeaf74e403898356543efb4950a4ac02750e379ff23040cd5bfac173c8e1
spacewalk-backend-iss-1.2.13-58.el5sat.noarch.rpm SHA-256: 2c197739c9742ff53316731e1be2377ce54f043844bf0396d0358498a6f29e64
spacewalk-backend-iss-export-1.2.13-58.el5sat.noarch.rpm SHA-256: 632847033d2666361266ca51818bd6977b42eb9b423e2644a40b5ebc2396e981
spacewalk-backend-libs-1.2.13-58.el5sat.noarch.rpm SHA-256: 91ec2d6fe4f0fac3387c400d67376761b7e8ee4cb77855b81b3166b7de0f4e47
spacewalk-backend-package-push-server-1.2.13-58.el5sat.noarch.rpm SHA-256: 85ff13e223f0bf51d3a7333896f6b3206d1674867429c2761ecbe59ec5ecbc91
spacewalk-backend-server-1.2.13-58.el5sat.noarch.rpm SHA-256: a178f84e90b2fef2f9277ab8f1846531c142bb4f291f863d6b4f4804136fd1cd
spacewalk-backend-sql-1.2.13-58.el5sat.noarch.rpm SHA-256: 408f6e3d9d2f14250b887d9d806eaedbc3eb1d1f2c7fea5d901014e5f3d74f6a
spacewalk-backend-sql-oracle-1.2.13-58.el5sat.noarch.rpm SHA-256: 64b0fbf5acd46321258f8fe64f280cb9d74fb36408c07f5a14331d40da2dacc8
spacewalk-backend-tools-1.2.13-58.el5sat.noarch.rpm SHA-256: 3482b973649257f1c1429de517618babfe6ed419c84ab5dbecb4d0bdef35ac10
spacewalk-backend-upload-server-1.2.13-58.el5sat.noarch.rpm SHA-256: 70693c88833d7e5b8093db7b47146cbf3691159098afa8fa5093be93d637f9ef
spacewalk-backend-xml-export-libs-1.2.13-58.el5sat.noarch.rpm SHA-256: 48ab9ebf8589d365f67d6308744a468e2a8725111c5c5ae938487f44379bae32
spacewalk-backend-xmlrpc-1.2.13-58.el5sat.noarch.rpm SHA-256: 318309c134fe6c423b71b60498e9d8cc7600ce9e37ebd127240f5a8ddf28e9ef
spacewalk-backend-xp-1.2.13-58.el5sat.noarch.rpm SHA-256: e61ebab0dfa3a35b6a2eb88dad9fa86ef61e2cb65cbdc2217fc13520a95ba48b
i386
spacewalk-backend-1.2.13-58.el5sat.noarch.rpm SHA-256: 1a62ae70347e3aac7070fd20c84d8eaa7e1c07ebcff546b296f1ab497b71c35f
spacewalk-backend-app-1.2.13-58.el5sat.noarch.rpm SHA-256: ed20a1f1ef316235710ccb2c8fc67558f887f4febc278d5d87dbcab310e2cb11
spacewalk-backend-applet-1.2.13-58.el5sat.noarch.rpm SHA-256: 783a5c829c880ce5759410391864be9b39f9825aea6d29e5992eb75d24b2a23b
spacewalk-backend-config-files-1.2.13-58.el5sat.noarch.rpm SHA-256: 6e00ce7bfb8a4f6bd4854b94bfa0f69a0f6e32ccc02a53bb9273d019b41219bd
spacewalk-backend-config-files-common-1.2.13-58.el5sat.noarch.rpm SHA-256: 3259f2cd92f59a144d45093402c4cdcc0858cca68f2864a9267193d1f10d2809
spacewalk-backend-config-files-tool-1.2.13-58.el5sat.noarch.rpm SHA-256: d9f4aeaf74e403898356543efb4950a4ac02750e379ff23040cd5bfac173c8e1
spacewalk-backend-iss-1.2.13-58.el5sat.noarch.rpm SHA-256: 2c197739c9742ff53316731e1be2377ce54f043844bf0396d0358498a6f29e64
spacewalk-backend-iss-export-1.2.13-58.el5sat.noarch.rpm SHA-256: 632847033d2666361266ca51818bd6977b42eb9b423e2644a40b5ebc2396e981
spacewalk-backend-libs-1.2.13-58.el5sat.noarch.rpm SHA-256: 91ec2d6fe4f0fac3387c400d67376761b7e8ee4cb77855b81b3166b7de0f4e47
spacewalk-backend-package-push-server-1.2.13-58.el5sat.noarch.rpm SHA-256: 85ff13e223f0bf51d3a7333896f6b3206d1674867429c2761ecbe59ec5ecbc91
spacewalk-backend-server-1.2.13-58.el5sat.noarch.rpm SHA-256: a178f84e90b2fef2f9277ab8f1846531c142bb4f291f863d6b4f4804136fd1cd
spacewalk-backend-sql-1.2.13-58.el5sat.noarch.rpm SHA-256: 408f6e3d9d2f14250b887d9d806eaedbc3eb1d1f2c7fea5d901014e5f3d74f6a
spacewalk-backend-sql-oracle-1.2.13-58.el5sat.noarch.rpm SHA-256: 64b0fbf5acd46321258f8fe64f280cb9d74fb36408c07f5a14331d40da2dacc8
spacewalk-backend-tools-1.2.13-58.el5sat.noarch.rpm SHA-256: 3482b973649257f1c1429de517618babfe6ed419c84ab5dbecb4d0bdef35ac10
spacewalk-backend-upload-server-1.2.13-58.el5sat.noarch.rpm SHA-256: 70693c88833d7e5b8093db7b47146cbf3691159098afa8fa5093be93d637f9ef
spacewalk-backend-xml-export-libs-1.2.13-58.el5sat.noarch.rpm SHA-256: 48ab9ebf8589d365f67d6308744a468e2a8725111c5c5ae938487f44379bae32
spacewalk-backend-xmlrpc-1.2.13-58.el5sat.noarch.rpm SHA-256: 318309c134fe6c423b71b60498e9d8cc7600ce9e37ebd127240f5a8ddf28e9ef
spacewalk-backend-xp-1.2.13-58.el5sat.noarch.rpm SHA-256: e61ebab0dfa3a35b6a2eb88dad9fa86ef61e2cb65cbdc2217fc13520a95ba48b

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