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 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:0023 - Bug Fix Advisory
Issued:
2011-01-13
Updated:
2011-01-13

RHBA-2011:0023 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

quota 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

An updated quota package that fixes several bugs and adds various enhancements,
including ext4, remote quota limits, and LDAP address lookup, is now available.

Description

The quota package contains system administration tools for monitoring and
limiting user and group disk usage on file systems.

This updated quota package provides fixes for the following bugs:

  • The quotaon(8) man page also serves as the manual documentation for the

quotaoff command; however, the quotaoff(8) man page was not correctly linked to
it. With this update, this error has been corrected and quotaoff(8) man page is
now redirected to the quotaon(8). (BZ#574804)

  • When a user reached the hard quota limit (the maximal disk usage a user cannot

exceed), the quota command did not display the remaining grace period (the
remaining time before enforcing the limits) in its output. With this update,
quota always displays the amount of time remaining in the grace period when the
user has exceeded or met their hard or soft disk usage limit. (BZ#589472)

  • The warnquota(8) man page implied that the warnquota command checks the disk

quota for all file systems, whereas it actually only checks local file systems.
It does not, for example, check NFS-mounted file systems (i.e. those mounted by
the Network File System) with quotas enabled. The man page has been clarified in
this regard and no longer contains misleading information. (BZ#589523)

  • The quota package contained the xqmstat(8) man page despite the fact that Red

Hat Enterprise Linux 4 does not support XFS quotas. The man page has been
removed from the package to avoid confusion. (BZ#589578)

  • The manual page for the remote quota server was found under rquotad(8), even

though the actual command is "rpc.rquotad". To avoid possible confusion, the man
page has also been made accessible under the more intuitive name
"rpc.quotad(8)". (BZ#595729)

  • The quotactl(2) manual page has been updated to refer to correct structure

names. (BZ#656827)

In addition, this updated package provides the following enhancements:

  • When a user reaches their quota limit, the warnquota utility can send a

warning email to that user. This update enables support for LDAP so that
warnquota can now be configured to obtain a user's email address from an LDAP
directory instead of simply delivering the quota usage warning email to the
local host. (BZ#459494, BZ#447780)

  • The superuser is now able to use the '-r' (remote) option to edit quota limits

on a remote system via remote procedure call (RPC) using the standard quota
limit utilities. This enables quota limits on file systems which are mounted
over the network. (BZ#469753)

  • The rquotad(8) man page referred to the rpc(3N) man page; however, the "3N"

manual section is not provided. This update changes all "rpc" references to
correctly refer to rpc(3). (BZ#474836)

  • Quota limits for the ext4 file system are newly supported with this updated

package. (BZ#500231)

Users are advised to upgrade to this updated quota package, which resolves these
issues 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
http://kbase.redhat.com/faq/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 5 x86_64
  • Red Hat Enterprise Linux Server 5 ia64
  • Red Hat Enterprise Linux Server 5 i386
  • Red Hat Enterprise Linux Workstation 5 x86_64
  • Red Hat Enterprise Linux Workstation 5 i386
  • Red Hat Enterprise Linux Desktop 5 x86_64
  • Red Hat Enterprise Linux Desktop 5 i386
  • Red Hat Enterprise Linux for IBM z Systems 5 s390x
  • Red Hat Enterprise Linux for Power, big endian 5 ppc
  • Red Hat Enterprise Linux Server from RHUI 5 x86_64
  • Red Hat Enterprise Linux Server from RHUI 5 i386

Fixes

  • BZ - 459494 - quota rpm missing ldap support
  • BZ - 469753 - Enable remote quota support (--enable-rpcsetquota=yes) in RHEL quota utilities
  • BZ - 474836 - Documentation inconsistency in rquotad manpage
  • BZ - 500231 - RFE: quota support for ext4 in RHEL5
  • BZ - 574804 - missing symbolic link for quotaoff man page
  • BZ - 589472 - quota command does not show grace period when hard limit is reached
  • BZ - 589523 - warnquota does not support NFS shares
  • BZ - 589578 - xqmstats man page is present but the utility is not
  • BZ - 595729 - missing manpage for rpc.rquotad
  • BZ - 656827 - quotactl(2) refers to if_dqinfo and if_dqblk structure which have been renamed to dqinfo and dqblk

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 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
x86_64
quota-3.13-4.el5.x86_64.rpm SHA-256: 4613d36b44df93baeee24741b530a788b307f925d3d69b2bed95452dfb27ae10
ia64
quota-3.13-4.el5.ia64.rpm SHA-256: a306601aa1f2f36e65ac411996e5640948724acfa687ace428abe8a35ebcc0c9
i386
quota-3.13-4.el5.i386.rpm SHA-256: e716ae373d40e296a4b6b449db502ba0552c2aeefea02c536492fbabd4a3b900

Red Hat Enterprise Linux Workstation 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
x86_64
quota-3.13-4.el5.x86_64.rpm SHA-256: 4613d36b44df93baeee24741b530a788b307f925d3d69b2bed95452dfb27ae10
i386
quota-3.13-4.el5.i386.rpm SHA-256: e716ae373d40e296a4b6b449db502ba0552c2aeefea02c536492fbabd4a3b900

Red Hat Enterprise Linux Desktop 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
x86_64
quota-3.13-4.el5.x86_64.rpm SHA-256: 4613d36b44df93baeee24741b530a788b307f925d3d69b2bed95452dfb27ae10
i386
quota-3.13-4.el5.i386.rpm SHA-256: e716ae373d40e296a4b6b449db502ba0552c2aeefea02c536492fbabd4a3b900

Red Hat Enterprise Linux for IBM z Systems 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
s390x
quota-3.13-4.el5.s390x.rpm SHA-256: 432ee7f6424bd8d88d21f6e103a1adaade29bce5642efef5ed7e722394709730

Red Hat Enterprise Linux for Power, big endian 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
ppc
quota-3.13-4.el5.ppc.rpm SHA-256: d0cac28047b4128dd7291bcb5be0401616d3467f965cad66fd0e175d8cca7c8f

Red Hat Enterprise Linux Server from RHUI 5

SRPM
quota-3.13-4.el5.src.rpm SHA-256: 4c0f5584120e7de958dce48560d2d921a3311c9ab19083dcc949fc8355cef179
x86_64
quota-3.13-4.el5.x86_64.rpm SHA-256: 4613d36b44df93baeee24741b530a788b307f925d3d69b2bed95452dfb27ae10
i386
quota-3.13-4.el5.i386.rpm SHA-256: e716ae373d40e296a4b6b449db502ba0552c2aeefea02c536492fbabd4a3b900

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