diff options
-rw-r--r-- | logcheck/ignore.d.workstation/local | 4 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/misc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index beaa0aa..37aa99f 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -477,8 +477,8 @@ kernel: eth[0-9]: Airport (entering sleep mode|waking up)$ kernel: eth[0-9]: __orinoco_set_multicast_list\(\) called while device not present\. kernel: eth[0-9]: resuming$ kernel: eth[0-9]: suspending, WakeOnLan disabled$ -kernel: hda: Enabling MultiWord DMA [1-9]$ -kernel: hda: Enabling Ultra DMA [1-9]$ +kernel: hd[a-d]: Enabling MultiWord DMA [1-9]$ +kernel: hd[a-d]: Enabling Ultra DMA [1-9]$ ### ignore.d.workstation/ntp-simple ntpd\[[0-9]+\]: synchronisation lost$ ntpd\[[0-9]+\]: time reset [\.0-9]+ s$ diff --git a/logcheck/ignore.d.workstation/misc b/logcheck/ignore.d.workstation/misc index 8d51cf1..ef56323 100644 --- a/logcheck/ignore.d.workstation/misc +++ b/logcheck/ignore.d.workstation/misc @@ -12,5 +12,5 @@ kernel: eth[0-9]: Airport (entering sleep mode|waking up)$ kernel: eth[0-9]: __orinoco_set_multicast_list\(\) called while device not present\. kernel: eth[0-9]: resuming$ kernel: eth[0-9]: suspending, WakeOnLan disabled$ -kernel: hda: Enabling MultiWord DMA [1-9]$ -kernel: hda: Enabling Ultra DMA [1-9]$ +kernel: hd[a-d]: Enabling MultiWord DMA [1-9]$ +kernel: hd[a-d]: Enabling Ultra DMA [1-9]$ |