diff options
-rw-r--r-- | files/etc/logcheck/ignore.d.workstation/local-bluetooth | 6 | ||||
-rw-r--r-- | files/etc/logcheck/ignore.d.workstation/local-pulseaudio | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/files/etc/logcheck/ignore.d.workstation/local-bluetooth b/files/etc/logcheck/ignore.d.workstation/local-bluetooth new file mode 100644 index 0000000..bae1789 --- /dev/null +++ b/files/etc/logcheck/ignore.d.workstation/local-bluetooth @@ -0,0 +1,6 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ bluetoothd\[[0-9]+\]: /org/bluez/hci[[:digit:]]+/dev_[[:xdigit:]_]+/fd[[:digit:]]+: fd\([[:digit:]]+\) ready$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ bluetoothd\[[0-9]+\]: Unable to get io data for Headset Voice gateway: getpeername: Transport endpoint is not connected \([[:digit:]]+\)$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ bluetoothd\[[0-9]+\]: Unable to get Headset Voice gateway SDP record: Host is down$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ bluetoothd\[[0-9]+\]: Unable to get Headset Voice gateway SDP record: Connection refused$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ bluetoothd\[[0-9]+\]: connect error: Host is down \([[:digit:]]+\)$ + diff --git a/files/etc/logcheck/ignore.d.workstation/local-pulseaudio b/files/etc/logcheck/ignore.d.workstation/local-pulseaudio new file mode 100644 index 0000000..af1c787 --- /dev/null +++ b/files/etc/logcheck/ignore.d.workstation/local-pulseaudio @@ -0,0 +1,5 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pulseaudio\[[0-9]+\]: \[alsa-source-USB Audio\] alsa-util.c: Got POLLNVAL from ALSA$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pulseaudio\[[0-9]+\]: \[alsa-sink-USB Audio\] alsa-util.c: Got POLLNVAL from ALSA$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pulseaudio\[[0-9]+\]: \[alsa-source-USB Audio\] alsa-util.c: Could not recover from POLLERR|POLLNVAL|POLLHUP with snd_pcm_prepare\(\): No such device$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pulseaudio\[[0-9]+\]: \[alsa-sink-USB Audio\] alsa-util.c: Could not recover from POLLERR|POLLNVAL|POLLHUP with snd_pcm_prepare\(\): No such device$ + |