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 Run Multiple SSH Command On Remote Machine And Exit Safely
Viewed 5447 times since Tue, Aug 6, 2019
RHEL: Adding a boot entry to GRUB/GRUB2 configuration
Viewed 5819 times since Sun, May 27, 2018
18 Quick ‘lsof’ command examples for Linux Geeks
Viewed 12802 times since Sun, Jun 30, 2019
Secure NTP with NTS
Viewed 9485 times since Sun, Dec 6, 2020
Zabijanie wszystkich procesów użytkownika
Viewed 3346 times since Thu, May 24, 2018
7 Tips – Tuning Command Line History in Bash
Viewed 6802 times since Fri, Jul 5, 2019
RHCS6: Show/Add GFS2/GFS journals
Viewed 13409 times since Sun, Jun 3, 2018
ZPOOL: Grow a zpool by adding new device(s)
Viewed 6908 times since Sun, Jun 3, 2018
Manage Linux Password Expiration and Aging Using chage
Viewed 5939 times since Tue, Sep 11, 2018
stunnel Securing telnet connections with stunnel
Viewed 2308 times since Sun, Dec 6, 2020