How to recover error - Audit error: dispatch err (pipe full) event lost

How to recover error - Audit error: dispatch err (pipe full) event lost?

Solution Unverified - Updated -

Environment

  • Red Hat Enterprise Linux 7.3

Issue

  • Log file /var/log/messages showing audit error as below -

    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch err (pipe full) event lost
    dispatch error reporting limit reached - ending report notification.
    

Resolution

  • Edit /etc/audit/auditd.conf and set the value of disp_qos=lossy setting to disp_qos=lossless

    cat /etc/audit/auditd.conf  | grep disp_qos
    disp_qos=lossless 
    

Root Cause

  • The reason behind this error is that program is not pulling the events from the audit daemon fast enough.
0 (0)
Article Rating (No Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
How To Add Swap Space on Ubuntu 16.04
Viewed 3282 times since Fri, Jun 8, 2018
Extending Linux LVM partitions - scripts
Viewed 7610 times since Sun, May 20, 2018
HowTo: Kill TCP Connections in CLOSE_WAIT State
Viewed 17711 times since Thu, Feb 14, 2019
12 Tcpdump Commands – A Network Sniffer Tool
Viewed 9634 times since Fri, Jul 27, 2018
Using Kerberos security with Server for NFS
Viewed 11428 times since Wed, Jun 27, 2018
How to remove CTRL-M (^M) characters from a file in Linux
Viewed 3718 times since Thu, Feb 7, 2019
20 Practical Examples of RPM Commands in Linux rpm
Viewed 9159 times since Mon, Feb 18, 2019
awk printf
Viewed 17370 times since Wed, Aug 19, 2020
RHEL: ACLs basics
Viewed 7733 times since Sun, May 27, 2018
Linux - Cannot login from remote console but can access via ssh
Viewed 6342 times since Fri, Jun 8, 2018