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-2015:1405 - Bug Fix Advisory
Issued:
2015-07-22
Updated:
2015-07-22

RHBA-2015:1405 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

ricci 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

Updated ricci packages that fix several bugs and add one enhancement are now
available for Red Hat Enterprise Linux 6.

Description

The ricci packages contain a daemon and a client for remote configuring and
managing of clusters.

This update fixes the following bugs:

  • Previously, the luci application server and the ccs cluster configuration

command in some cases displayed incorrect information about certain aspects of
the cluster, such as the daemon status or specific management tasks. With this
update, replies to clients' requests against service modules included with the
ricci daemon are composed correctly again. As a result, luci and ccs now provide
correct information about the cluster. (BZ#1187745)

  • Previously, using the rgmanager utility to disable guest virtual machines

(VMs) forced the guests off after 2 minutes. However, when Microsoft Windows
guests download system upgrades, they install them during operating system (OS)
shutdown. Consequently, if rgmanager forced the Windows guest off during this
process, the guest OS could be damaged or destroyed. This update gives the
server more time to shut down, and the guest OS can now safely install updates
before the shutdown. (BZ#1079032)

  • Prior to this update, the ricci daemon accepted deprecated and insecure SSLv2

connections, which could lead to security issues. With his update, SSLv2
connections are refused, thus fixing this bug. (BZ#1156157)

  • Once authenticated, the ccs utility previously ignored any attempts to

re-authenticate. Consequently, the user attempting to re-authenticate with a
password did not get an error message even if they used an incorrect password.
With this update, ccs verifies the password even if it is already authenticated
by ricci, and if the password is not valid, ccs returns an error. (BZ#1084991)

  • Prior to this update, the ccs utility did not properly ignore the SIGPIPE

signal. When piping the output of ccs into another program, a traceback could
occur if the other program closed the pipe before the ccs process was resolved.
Now, ccs properly ignores SIGPIPE, and ccs no longer issues a traceback in the
described situation. (BZ#1125954)

  • Previously, the ccs utility did not properly handle comments in the

cluster.conf file if they were located in the services section. As a
consequence, tracebacks could occur in ccs when listing services. With this
update, ccs ignores any comments in the services or resources sections of
cluster.conf instead of trying to parse them, thus fixing this bug. (BZ#1126872)

  • The ccs utility did not prevent multiple syncs or activations from executing

in one ccs command. Consequently, it was possible to issue a command using
multiple options that caused multiple syncs and activations. This update allows
only one sync or activation per command, thus fixing this bug. (BZ#1166589)

In addition, this update adds the following enhancement:

  • The cluster schema in the ricci packages, used by the ccs utility for offline

validation, has been updated. This update includes new options in resource and
fence agents packages, and in the rgmanager utility and fenced cluster daemons.
(BZ#1210679)

Users of ricci are advised to upgrade to these updated packages, which fix these
bugs and add this enhancement.

Solution

Before applying this update, 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 High Availability for x86_64 6 x86_64
  • Red Hat Enterprise Linux High Availability for x86_64 6 i386
  • Red Hat Enterprise Linux Resilient Storage for x86_64 6 x86_64
  • Red Hat Enterprise Linux Resilient Storage for x86_64 6 i386
  • Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6 x86_64
  • Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6 i386
  • Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6 x86_64
  • Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6 i386

Fixes

  • BZ - 1079032 - Unable to add '<action name="stop" timeout="10m" />' child element to a <vm .../> service using 'ccs'
  • BZ - 1125954 - Piping ccs --getschema results in IOError: [Errno 32] Broken pipe
  • BZ - 1125957 - ccs --setconf doesn't check for missing hostname
  • BZ - 1126872 - ccs list services displays traceback (Comment instance has no attribute 'tagName')
  • BZ - 1126876 - ccs --getversion gives result even if cluster.conf doesn't exist on target node
  • BZ - 1156157 - ricci still agrees on SSLv3 connections by default (if for some esoteric reason forced to)
  • BZ - 1166589 - ccs should trigger config activation/propagation across the nodes no more than once
  • BZ - 1187745 - Regression caused by [bug 1044122] fix: modules cannot return values due to bug in Module::empty_response
  • BZ - 1210679 - sync cluster.rng schema with latest updates from all cluster packages

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 High Availability for x86_64 6

SRPM
ricci-0.16.2-81.el6.src.rpm SHA-256: 9e16a7eda0967c0635f70eaa71b6779f49cf99ef1d8acf09750527b085f8bee8
x86_64
ccs-0.16.2-81.el6.x86_64.rpm SHA-256: 4ab312cc50fe40d441f17505ba3da383f8673805ae997d089742b51e0fb8f9cd
ricci-0.16.2-81.el6.x86_64.rpm SHA-256: e5832b6f029db71949845fada3436cc56da74480aefcab013c4bfe56825e8c56
ricci-debuginfo-0.16.2-81.el6.x86_64.rpm SHA-256: cb6bc0a8b7e3f010a3159f9d26e7632ed3efa821574cf626a8824a29826d390e
i386
ccs-0.16.2-81.el6.i686.rpm SHA-256: a7ae3f14dbf38bf5694b39f947d2334dce62fd8c71ea21461d5d86cf3f3e530c
ricci-0.16.2-81.el6.i686.rpm SHA-256: 0aff1db3e87e02d8594a4c26e33daa3e1d5675a81bd36463b9c3c45207d318d9
ricci-debuginfo-0.16.2-81.el6.i686.rpm SHA-256: 2077bc76d44e31bef350d94d4be828e06f0bd98b1cb276cebe859b50999dc2b4

Red Hat Enterprise Linux Resilient Storage for x86_64 6

SRPM
ricci-0.16.2-81.el6.src.rpm SHA-256: 9e16a7eda0967c0635f70eaa71b6779f49cf99ef1d8acf09750527b085f8bee8
x86_64
ccs-0.16.2-81.el6.x86_64.rpm SHA-256: 4ab312cc50fe40d441f17505ba3da383f8673805ae997d089742b51e0fb8f9cd
ricci-0.16.2-81.el6.x86_64.rpm SHA-256: e5832b6f029db71949845fada3436cc56da74480aefcab013c4bfe56825e8c56
ricci-debuginfo-0.16.2-81.el6.x86_64.rpm SHA-256: cb6bc0a8b7e3f010a3159f9d26e7632ed3efa821574cf626a8824a29826d390e
i386
ccs-0.16.2-81.el6.i686.rpm SHA-256: a7ae3f14dbf38bf5694b39f947d2334dce62fd8c71ea21461d5d86cf3f3e530c
ricci-0.16.2-81.el6.i686.rpm SHA-256: 0aff1db3e87e02d8594a4c26e33daa3e1d5675a81bd36463b9c3c45207d318d9
ricci-debuginfo-0.16.2-81.el6.i686.rpm SHA-256: 2077bc76d44e31bef350d94d4be828e06f0bd98b1cb276cebe859b50999dc2b4

Red Hat Enterprise Linux High Availability (for RHEL Server) from RHUI 6

SRPM
ricci-0.16.2-81.el6.src.rpm SHA-256: 9e16a7eda0967c0635f70eaa71b6779f49cf99ef1d8acf09750527b085f8bee8
x86_64
ccs-0.16.2-81.el6.x86_64.rpm SHA-256: 4ab312cc50fe40d441f17505ba3da383f8673805ae997d089742b51e0fb8f9cd
ricci-0.16.2-81.el6.x86_64.rpm SHA-256: e5832b6f029db71949845fada3436cc56da74480aefcab013c4bfe56825e8c56
ricci-debuginfo-0.16.2-81.el6.x86_64.rpm SHA-256: cb6bc0a8b7e3f010a3159f9d26e7632ed3efa821574cf626a8824a29826d390e
i386
ccs-0.16.2-81.el6.i686.rpm SHA-256: a7ae3f14dbf38bf5694b39f947d2334dce62fd8c71ea21461d5d86cf3f3e530c
ricci-0.16.2-81.el6.i686.rpm SHA-256: 0aff1db3e87e02d8594a4c26e33daa3e1d5675a81bd36463b9c3c45207d318d9
ricci-debuginfo-0.16.2-81.el6.i686.rpm SHA-256: 2077bc76d44e31bef350d94d4be828e06f0bd98b1cb276cebe859b50999dc2b4

Red Hat Enterprise Linux Resilient Storage (for RHEL Server) from RHUI 6

SRPM
ricci-0.16.2-81.el6.src.rpm SHA-256: 9e16a7eda0967c0635f70eaa71b6779f49cf99ef1d8acf09750527b085f8bee8
x86_64
ccs-0.16.2-81.el6.x86_64.rpm SHA-256: 4ab312cc50fe40d441f17505ba3da383f8673805ae997d089742b51e0fb8f9cd
ricci-0.16.2-81.el6.x86_64.rpm SHA-256: e5832b6f029db71949845fada3436cc56da74480aefcab013c4bfe56825e8c56
ricci-debuginfo-0.16.2-81.el6.x86_64.rpm SHA-256: cb6bc0a8b7e3f010a3159f9d26e7632ed3efa821574cf626a8824a29826d390e
i386
ccs-0.16.2-81.el6.i686.rpm SHA-256: a7ae3f14dbf38bf5694b39f947d2334dce62fd8c71ea21461d5d86cf3f3e530c
ricci-0.16.2-81.el6.i686.rpm SHA-256: 0aff1db3e87e02d8594a4c26e33daa3e1d5675a81bd36463b9c3c45207d318d9
ricci-debuginfo-0.16.2-81.el6.i686.rpm SHA-256: 2077bc76d44e31bef350d94d4be828e06f0bd98b1cb276cebe859b50999dc2b4

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, Inc.

Red Hat legal and privacy links

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