From b05b367c52ff22456e208d711e87f8a7a3d71e6f Mon Sep 17 00:00:00 2001 From: Mai Bui Date: Sat, 7 Dec 2024 22:03:49 -0500 Subject: [PATCH] [202411] Ignore auditd error in loganalyzer Signed-off-by: Mai Bui --- .../test/files/tools/loganalyzer/loganalyzer_common_ignore.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt index 74603b4052d..f04141f6268 100644 --- a/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt +++ b/ansible/roles/test/files/tools/loganalyzer/loganalyzer_common_ignore.txt @@ -316,6 +316,8 @@ r, ".* ERR sshd\[\d*\]: auth fail.*" # Ignore auditd error r, ".* ERR auditd\[\d*\]: Error receiving audit netlink packet \(No buffer space available\)" +r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Interrupted system call" +r, ".* ERR audisp-tacplus: tac_connect_single: connection failed with.*Transport endpoint is not connected" # Errors for syncd shutdown on mellanox platform r, ".* ERR kernel:.*sxd_kernel: \[error\] SDK main monitor thread does not respond"