Skip to content

Commit

Permalink
Ignore nss_tacplus error message reported by NTPD (#16239)
Browse files Browse the repository at this point in the history
During config reload, tacacs config will be re-render by hostcfgd, NTPD will call getpwnam API during config reload, so will report nss_tacplus error.
These error can be ignored, getpwnam API will success in this case.
  • Loading branch information
liuh-80 authored Dec 26, 2024
1 parent ea2c292 commit 6954bf5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ r, ".* ERR syncd\d*#syncd.*SAI_API_BUFFER.*Unsupported buffer pool.*"
# ignore TACACS login failure, which will happen when other user trying login device when running test
r, ".* ERR sshd\[\d*\]: auth fail.*"

# ignore NTP nss_tacplus error, which will happen when reload config, because NTPD will invoke getpwnap API but nss_tacplus will re-render during reload config
r, ".* ERR ntpd\[\d*\]: nss_tacplus: .*"

# 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"
Expand Down

0 comments on commit 6954bf5

Please sign in to comment.