Skip to content

Commit

Permalink
Add common ignore message for NTP Clock Unsynchronized message (#2383)
Browse files Browse the repository at this point in the history
During service restart, e.g. config reload, the NTP Clock may not be able to sync temporarily and show this message 
`INFO ntpd[3416]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized` in the syslog. 
This would be a temporary state and could be ignore during perform the testing
  • Loading branch information
gord1306 authored Oct 24, 2020
1 parent 4b259e4 commit 6ae107b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
r, ".* ERR ntpd.*routing socket reports: No buffer space available.*"
r, ".* INFO ntpd.*kernel reports TIME_ERROR: 0x41: Clock Unsynchronized.*"
r, ".* ERR liblogging-stdlog: omfwd: error 11 sending via udp: Resource temporarily unavailable.*"
r, ".* ERR syncd#syncd: brcm_sai_get_port_stats:.* port stats get failed with error.*"
r, ".* NOTICE kernel:.*profile=""/usr/sbin/ntpd"" name=""sbin"" pid=.* comm=""ntpd"" requested_mask=.*"
Expand Down

0 comments on commit 6ae107b

Please sign in to comment.