On Thursday, February 5, 2026 3:37:34 PM Eastern Standard Time warron.french
wrote:
<snip>
Here is where the problem is observed. I review the results in
/var/log/messages and I see the following:
<date> <time-of-day> <hostname> augenrules[6706]: failure 2
with "failure 2" highlighted with red.
I am using vim to read the /var/log/messages file, to offer extra
information.
Anyway, is this indicating a problem still? If I remember correctly from
man years ago... this is not. I do not want to rely on memory.
This is not a problem. auditctl outputs the audit system's status after
loading rules. The "failure 2" is the result of loading a "-f 2" rule
- which
means on failure, panic. You can see this by running "auditctl -s".
-Steve