From 07082692fbbc879034af533384bed686aee85c53 Mon Sep 17 00:00:00 2001 From: Russ Allbery <rra@stanford.edu> Date: Wed, 15 Jan 2014 17:38:31 -0800 Subject: [PATCH] Ignore more buggy power limit notifications Change the filter-syslog rule for Debian to a broader pattern to match more of the buggy power limit notifications generated by newer Dell hardware. --- files/os/etc/filter-syslog/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/os/etc/filter-syslog/debian b/files/os/etc/filter-syslog/debian index 4e37432..13e8546 100644 --- a/files/os/etc/filter-syslog/debian +++ b/files/os/etc/filter-syslog/debian @@ -58,4 +58,4 @@ ipmievd: /^Reading sensors...$/ ipmievd: /^Waiting for events...$/ # Ignore buggy CPU core power limit notifications from new Dell hardware. -kernel: /^\[[\d. ]+\] CPU\d+: Core power limit notification / +kernel: /^\[[\d. ]+\] CPU\d+: (Core|Package) power limit / -- GitLab