RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1196774 - When filesystem name is long, the disk full check fails to work
Summary: When filesystem name is long, the disk full check fails to work
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: logwatch
Version: 6.6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Jan Synacek
QA Contact: Martin Frodl
URL:
Whiteboard:
Depends On:
Blocks: 1293360
TreeView+ depends on / blocked
 
Reported: 2015-02-26 17:28 UTC by Tom Ekberg
Modified: 2016-01-11 13:23 UTC (History)
2 users (show)

Fixed In Version: logwatch-7.3.6-53.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1293360 (view as bug list)
Environment:
Last Closed: 2016-01-11 13:23:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Possible fix for the DiskFull subroutine (820 bytes, text/plain)
2015-02-26 18:28 UTC, Tom Ekberg
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:0020 0 normal SHIPPED_LIVE logwatch bug fix update 2016-01-11 18:23:07 UTC

Description Tom Ekberg 2015-02-26 17:28:54 UTC
Description of problem:
The logwatch has a perl file zz-disk_space which contains a function DiskFull. This function does a split to separate lines, mostly using the df command. When the filesystem name is long, it appears on a line by itself, with the other fields (Size, Used, Avail, Use%, Mounted on) appearing on the next line. Because of this, the check for the filesystem becoming full looks at the wrong field, and fails to report when the disk is becoming full.


Version-Release number of selected component (if applicable):
7.3.6 (released 05/19/07)

How reproducible:
Very

Steps to Reproduce:
1. Go to a host which has a long (> 22 chars) filesystem name.
2. Make its disk usage at or above 90%. Create a big file with truncate or fallocate.
3. sudo logwatch --print

Actual results:
No 'Warning. Disk filling up.' message appears.

Expected results:
Something like this:
/dev/mapper/vg_gw-lv_root => 100% Used. Warning. Disk Filling up.

Additional info:

Comment 1 Tom Ekberg 2015-02-26 18:28:19 UTC
Created attachment 995717 [details]
Possible fix for the DiskFull subroutine

This is one possible fix for the DiskFull subroutine in the zz-disk_space file normally found in /usr/share/logwatch/scripts/services.

Comment 2 Tom Ekberg 2015-02-26 18:40:41 UTC
Another possible fix is to use the -P option (use the POSIX output format) for the 'df' command. That doesn't shuffle lines when the filesystem is too long. This can be specified using the 'df_options' environment setting.

Comment 9 errata-xmlrpc 2016-01-11 13:23:30 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0020.html


Note You need to log in before you can comment on or make changes to this bug.