From 809052207ca4181c06a41afcae413ef71200fe50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Wed, 11 Jan 2023 13:37:58 +0100 Subject: [PATCH] fix: filter annoying errors --- files/etc/logcheck/ignore.d.workstation/local-dhcpcd | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/etc/logcheck/ignore.d.workstation/local-dhcpcd diff --git a/files/etc/logcheck/ignore.d.workstation/local-dhcpcd b/files/etc/logcheck/ignore.d.workstation/local-dhcpcd new file mode 100644 index 0000000..9133f63 --- /dev/null +++ b/files/etc/logcheck/ignore.d.workstation/local-dhcpcd @@ -0,0 +1 @@ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpcd\[[[:digit:]]+\]: [[:alnum:]]+: authentication failed from [[:xdigit:]:]+: No such file or directory$ -- 2.39.2