Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2012:0891 - Bug Fix Advisory
Issued:
2012-06-20
Updated:
2012-06-20

RHBA-2012:0891 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

piranha bug fix 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 piranha package that fixes multiple bugs and adds various
enhancements is now available for Red Hat Enterprise Linux 6.

Description

Piranha provides high-availability and load-balancing services for Red Hat
Enterprise Linux. The piranha package contains various tools to administer and
configure the Linux Virtual Server (LVS), as well as the heartbeat and failover
components. LVS is a dynamically-adjusted kernel routing mechanism that provides
load balancing, primarily for Web and FTP servers.

This update fixes the following bugs:

  • Previously, the pulse service did not properly close the configuration file.

This caused file descriptors leaks in the pulse service and could potentially
trigger SELinux AVC errors. With this update, the configuration file is properly
closed after reading, and no SELinux errors are observed under these
circumstances. (BZ#747300)

  • Previously, the pulse service did not correctly stop the ipvsadm sync daemon

due to incorrect ipvsadm syntax. As a consequence, multiple sync daemons existed
after restarting the pulse service. With this update, the correct syntax is
used. The pulse service now stops all the sync daemons, and exactly one master
sync daemon and one backup sync daemon exist at any given time. (BZ#749594)

  • Previously, the lvsd daemon did not correctly identify the existence of a new

virtual server when re-reading the configuration file. As a consequence, the
lvsd daemon could terminate unexpectedly with a segmentation fault when the
pulse service was reloaded. With this update, the lvsd daemon correctly
determines if a virtual server has been added to the configuration file when the
pulse service is reloaded. (BZ#785720)

  • Previously, the pulse init script did not properly format the output when

running the "service pulse reload" command. This update fixes this formatting
error by printing a newline character after the init script completes the reload
command. (BZ#798362)

  • Previously, the pulse daemon did not correctly detect when the lvsd daemon had

been terminated. As a result, the pulse daemon did not trigger a failover. With
this update, the pulse daemon correctly detects when lvsd has been terminated
and, if a backup director is configured and active, will result in a failover.
(BZ#813906)

  • Previously, nanny processes did not correctly write messages to the system log

when a sorry_server was defined for a virtual service. When a sorry_server is
configured, all nanny processes are run with the "--nodaemon" option. This
option prevented messages from being written to syslog and therefore the
/var/log/messages file did not contain information about nanny processes. With
this update, all nanny processes will write messages to the system log.
(BZ#815887)

This update also adds the following enhancements:

  • This update adds the ability to specify the sync ID to be used with the

ipvsadm sync daemon. A new option in the lvs.cf file, "syncd_id", can be used to
set the sync ID. This option can also be configured in the Piranha web interface
under the "Redundancy" tab. The default value is 0. (BZ#717556)

  • This update adds the ability to specify IPVS timeouts including TCP session

timeout, TCP FIN session timeout, and UDP packet timeout. Three new options have
been added to the lvs.cf file: "tcp_timeout", "tcpfin_timeout", and
"udp_timeout". These timeout values can also be configured in the Piranha web
interface under "Global Settings". The default value for each timeout is 0,
which causes no changes to be made to the existing timeouts. (BZ#745271)

  • This update adds the ability to specify the network interface that the ipvsadm

sync daemon will use to send and receive multicast messages. A new option in the
lvs.cf file, "syncd_iface", can be used to set the sync daemon interface. This
option can also be configured in the Piranha web interface under the
"Redundancy" tab. The default value is "eth0". (BZ#788541)

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

Solution

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

This update is available via Red Hat Network. Details on how to use the Red Hat
Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258

Affected Products

  • Red Hat Enterprise Linux Load Balancer (for RHEL Server) 6 x86_64
  • Red Hat Enterprise Linux Load Balancer (for RHEL Server) 6 i386
  • Red Hat Enterprise Linux Load Balancer (for RHEL Server) from RHUI 6 x86_64
  • Red Hat Enterprise Linux Load Balancer (for RHEL Server) from RHUI 6 i386

Fixes

  • BZ - 717556 - Add ability for piranha to specify syncid for sync-daemon
  • BZ - 747300 - pulse is leaking a file descriptor
  • BZ - 788541 - Add option to specify mcast interface for sync daemon
  • BZ - 798362 - pulse init script missing newline after reload
  • BZ - 815887 - nanny: no information logged when sorry_server defined

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 Load Balancer (for RHEL Server) 6

SRPM
piranha-0.8.5-19.el6.src.rpm SHA-256: 7872ac40cd46dcc56d7b5f39231d0c502ec5cd9043bcc3d4e3099405f804c2d8
x86_64
piranha-0.8.5-19.el6.x86_64.rpm SHA-256: e2471548db47899bea2723996bc66fcb8a3afe0c45ba5d88abcdec96e57a7a65
piranha-debuginfo-0.8.5-19.el6.x86_64.rpm SHA-256: db471ca9e6cd59b2f6679bc54bab09cb60c0633bd8fa5793aac6c66056e85da0
i386
piranha-0.8.5-19.el6.i686.rpm SHA-256: 3ac4daa80870fd0cabc95b4d9844b65ae7e128470c61dd169b1aa4b5274ac21c
piranha-debuginfo-0.8.5-19.el6.i686.rpm SHA-256: e88384faa337a54e6bdaabacc4b96380c00abd83ff1dd6ea504c9d14b06f7968

Red Hat Enterprise Linux Load Balancer (for RHEL Server) from RHUI 6

SRPM
piranha-0.8.5-19.el6.src.rpm SHA-256: 7872ac40cd46dcc56d7b5f39231d0c502ec5cd9043bcc3d4e3099405f804c2d8
x86_64
piranha-0.8.5-19.el6.x86_64.rpm SHA-256: e2471548db47899bea2723996bc66fcb8a3afe0c45ba5d88abcdec96e57a7a65
piranha-debuginfo-0.8.5-19.el6.x86_64.rpm SHA-256: db471ca9e6cd59b2f6679bc54bab09cb60c0633bd8fa5793aac6c66056e85da0
i386
piranha-0.8.5-19.el6.i686.rpm SHA-256: 3ac4daa80870fd0cabc95b4d9844b65ae7e128470c61dd169b1aa4b5274ac21c
piranha-debuginfo-0.8.5-19.el6.i686.rpm SHA-256: e88384faa337a54e6bdaabacc4b96380c00abd83ff1dd6ea504c9d14b06f7968

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter