Skip to content

Commit

Permalink
[loganalyzer]Add ignore log for wpa_supplicant (#5887)
Browse files Browse the repository at this point in the history
#### What is the motivation for this PR?
We use SIGINT to stop the wpa_supplication in macsecmgmr. but may get the following log:
`wpa_supplicant[388]: eloop: could not process SIGINT or SIGTERM in two seconds. Looks like there#012is a bug that ends up in a busy loop that prevents clean shutdown.#012Killing program forcefully.`

#### How did you do it?
Add  this log to ignore list for log analyzer.

Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur authored Jul 27, 2022
1 parent 9f45f19 commit d4edaa3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ r, ".* skipping since it causes crash: SAI_STP_ATTR_BRIDGE_ID.*"

# White list below messages found on KVM for now. Need to address them later.
r, ".* ERR macsec#wpa_supplicant.*l2_packet_send.*Network is down.*"
r, ".* ERR macsec#wpa_supplicant.*could not process SIGINT or SIGTERM in two seconds.*"
r, ".* ERR systemd.*Failed to start dhcp_relay container.*"
r, ".* ERR monit.* 'rsyslog' failed to get service data.*"
r, ".* ERR monit.* 'rsyslog' process is not running.*"
Expand Down

0 comments on commit d4edaa3

Please sign in to comment.