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-2008:0750 - Bug Fix Advisory
Issued:
2008-07-24
Updated:
2008-07-24

RHBA-2008:0750 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

logwatch 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

An updated logwatch package that fixes several bugs and adds an
enhancement is now available.

Description

Logwatch is a customizable log-analysis system. Logwatch parses through
your system's logs for a given period of time, and creates a report
analyzing the areas that you specify, in as much detail as you require.

This updated package fixes the following bugs:

  • logwatch did not recognize certain types of "try_tls" messages from

sendmail. logwatch handled them as an unmatched entries. In this updated
package, these types of "try_tls" message are ignored.

  • some logwatch services weren't able to handle log directories correctly

when the '--logdir' option was used. In this updated package, the log
directory is correctly handled.

  • logwatch changed the case of the log directory as defined by the

'--logdir' option. For example, if "LogDir = /ABC" was configured in the
"logwatch.conf" configuration file, logwatch tried to access "/abc". In
this updated package, logwatch no longer changes the case of the log
directory, which resolves this issue.

  • multiple warnings, similar to the following, were generated for Postfix:

statistics: max connection rate 1/60s for (smtp:[IP-address])
statistics: max connection count 1 for (smtp:[IP-address])
statistics: max cache size 1

These warnings were most noticeable on servers under high load. In this
updated package, such warnings are now ignored.

  • logwatch incorrectly categorized certain sendmail messages as "Unmatched

Entries"; the logs are now parsed or ignored depending on their information
value.

  • if the "/tmp" directory have not enough space to logwatch auxiliary files

(and the 'tmpdir' option was not used) then logwatch might have slowed and
filled all available free space. This could have caused services, such as
httpd, to no longer serve requests. logwatch now tests for this situation,
and terminates if it occurs.

  • logwatch did not handle the format of OpenBSD's OpenSSH logs in newer

versions of the openssh packages. This caused certain entries to appear as
"**Unmatched Entries**". In this updated package, these logs are handled
correctly, which resolves this issue.

  • logwatch did not handle PAM authentication errors from SSH. This caused

logwatch to report errors similar to the following:

Use of uninitialized value in hash element at
/etc/log.d/scripts/services/sshd line 174, [STDIN] line 1.

In this updated package, such errors are handled correctly, and these
situations logwatch reports:

Cannot release PAM authentication: Authentication failure for
[user] from [hostname] : [x] Time(s)

  • As well, when using split hosts, if logs from "machine0" were sent to

"machine1", and were processed by logwatch on "machine1", the email from
logwatch had the subject "LogWatch for machine0", instead of "machine1". In
this updated package, the subject contains "LogWatch run on [x]", where [x]
is the name of the machine logwatch was run on.

Users of logwatch are advised to upgrade to this updated package, which
resolves these issues and adds this enhancement.

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
http://kbase.redhat.com/faq/FAQ_58_10188

Affected Products

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

Fixes

  • BZ - 204056 - Logwatch does not recognise try_tls messages from sendmail
  • BZ - 204434 - email title is wrong when using splithosts
  • BZ - 205096 - should have relative paths in default config and should make sensible use of absolute paths
  • BZ - 205104 - Should not change the case of $logdir
  • BZ - 205238 - Too much postfix noise after U4
  • BZ - 227805 - New sshd logs not processed correctly

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 4

SRPM
logwatch-5.2.2-4.el4.src.rpm SHA-256: 0015a78be51907267f5407da1d61e5f065cbe8a4184ce6bb28bc34359f2ccfb2
x86_64
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
ia64
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
i386
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e

Red Hat Enterprise Linux Workstation 4

SRPM
logwatch-5.2.2-4.el4.src.rpm SHA-256: 0015a78be51907267f5407da1d61e5f065cbe8a4184ce6bb28bc34359f2ccfb2
x86_64
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
ia64
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
i386
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e

Red Hat Enterprise Linux Desktop 4

SRPM
logwatch-5.2.2-4.el4.src.rpm SHA-256: 0015a78be51907267f5407da1d61e5f065cbe8a4184ce6bb28bc34359f2ccfb2
x86_64
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
i386
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e

Red Hat Enterprise Linux for IBM z Systems 4

SRPM
logwatch-5.2.2-4.el4.src.rpm SHA-256: 0015a78be51907267f5407da1d61e5f065cbe8a4184ce6bb28bc34359f2ccfb2
s390x
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e
s390
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e

Red Hat Enterprise Linux for Power, big endian 4

SRPM
logwatch-5.2.2-4.el4.src.rpm SHA-256: 0015a78be51907267f5407da1d61e5f065cbe8a4184ce6bb28bc34359f2ccfb2
ppc
logwatch-5.2.2-4.el4.noarch.rpm SHA-256: 4de18c1577e1912d1bded18c37ec661e4427c788558276f80ebfd597b0b4b32e

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