diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-13 15:58:35 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-13 15:58:35 +0000 |
commit | 7c46cb77a0f840265fcaeec93446884e169924d5 (patch) | |
tree | 574f2ad1851311eb66dba20a77f3cfdfdb12aced /logcheck/ignore.d.workstation/misc | |
parent | 619446e812bd7770f96758a1738a4b6c8e6c464b (diff) |
Correctly ignore some laptop sleep noise.
Diffstat (limited to 'logcheck/ignore.d.workstation/misc')
-rw-r--r-- | logcheck/ignore.d.workstation/misc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logcheck/ignore.d.workstation/misc b/logcheck/ignore.d.workstation/misc index 9a97b34..8d51cf1 100644 --- a/logcheck/ignore.d.workstation/misc +++ b/logcheck/ignore.d.workstation/misc @@ -5,11 +5,12 @@ rpc.mountd: authenticated mount request from 192\.168\..* for /home/opt/ltsp/i38 # Laptop sleep kernel: ADB keyboard at [0-9], handler [0-9]$ kernel: ADB mouse at [0-9], handler set to [0-9] \(trackpad\)$ -kernel: adb devices: (\[[0-9]\]: [0-9] [0-9a-f]+)+$ +kernel: PCI: Enabling bus mastering for device [0-9:\.]+$ +kernel: adb devices:( \[[0-9]\]: [0-9] [0-9a-f]+)+$ kernel: adb: (starting|finished) probe task\.\.\.$ 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: hda: PCI: Enabling bus mastering for device [0-9:\.]+$ |