diff options
-rw-r--r-- | logcheck/ignore.d.server/local | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.server/tmp | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index 095d6d2..c4ecb6e 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -294,7 +294,7 @@ kernel: lp[0-9]: compatibility mode kernel: Undo( partial)? (Hoe|loss|retrans) printer: offline or intervention needed ## Non-UDMA hd cable -kernel: hda: status timeout: status=0xd0 { Busy } +kernel: hda: status timeout: status=0xd0 \{ Busy \} kernel: hda: no DRQ after issuing WRITE kernel: ide0: reset: success ## Postfix SASL not working diff --git a/logcheck/ignore.d.server/tmp b/logcheck/ignore.d.server/tmp index c780c22..b274fe9 100644 --- a/logcheck/ignore.d.server/tmp +++ b/logcheck/ignore.d.server/tmp @@ -27,7 +27,7 @@ kernel: lp[0-9]: compatibility mode kernel: Undo( partial)? (Hoe|loss|retrans) printer: offline or intervention needed ## Non-UDMA hd cable -kernel: hda: status timeout: status=0xd0 { Busy } +kernel: hda: status timeout: status=0xd0 \{ Busy \} kernel: hda: no DRQ after issuing WRITE kernel: ide0: reset: success ## Postfix SASL not working diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index be0b0d8..1df3e2f 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -294,7 +294,7 @@ kernel: lp[0-9]: compatibility mode kernel: Undo( partial)? (Hoe|loss|retrans) printer: offline or intervention needed ## Non-UDMA hd cable -kernel: hda: status timeout: status=0xd0 { Busy } +kernel: hda: status timeout: status=0xd0 \{ Busy \} kernel: hda: no DRQ after issuing WRITE kernel: ide0: reset: success ## Postfix SASL not working |