Error: dispatch err (pipe full) event lost, dispatch error reporting limit reached – ending report notification

You are here:
Estimated reading time: < 1 min
This error is because the q_depth  value is to low.

Increase the q_depth

You just have to increase the q_depth value to solve the issue.

  1. Open the /etc/audisp/audispd.conf file with a text editor
    nano /etc/audisp/audispd.conf
  2. Find the q_depth value and set it to q_depth=4096
    in nano use ctrl+w then type q_depth 
  3. Save the changes and exit the text editor
    e.g.: in nano ctrl+x and then press y and then press enter
  4. Restart BitNinja with service bitninja restart

Was this article helpful?
It was not helpful
Views: 19092