From c3fd38b3c704dba2975f15fce0abdd323fa76630 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 23 Sep 2023 15:22:24 +0200 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 8e28469..981b15d 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -64,6 +64,7 @@ # Somebody evil ... error: kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1" error: kex_exchange_identification: Connection closed by remote host + error: PAM: Authentication failure for \S+ from \S+ ''; match = "_SYSTEMD_UNIT = sshd.service"; } @@ -101,7 +102,7 @@ filters = '' .+ error name="org\.bluez\.MediaEndpoint1\.Error\.NotImplemented" .+ # Open issue: https://github.com/NixOS/nixpkgs/issues/79220 - Unknown username .+ in message bus configuration file + Unknown (username|group) .+ in message bus configuration file ''; match = "_SYSTEMD_UNIT = dbus.service"; } @@ -148,12 +149,17 @@ ''; match = "SYSLOG_IDENTIFIER = //nix/store/.+/libexec/gdm-x-session/"; } - { # yodaTux + { # yodaTux, yodaTab filters = '' + # + # YodaTux + # # Bug. ACPI: FW issue: working around C-state latencies out of order # Kernel WiFi driver bug. - #iwlwifi 0000:01:00.0: .* + #iwlwifi 0000:01:00\.0: .* + iwlwifi 0000:01:00\.0: Unhandled alg: 0x707 + iwlwifi 0000:01:00\.0: Not associated and the session protection is over already... # Ignore. random: crng reseeded on system resumption # Ignore. @@ -162,6 +168,13 @@ sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 2:0:0:0: [sda] Optimal transfer size [0-9]+ bytes not a multiple of preferred minimum block size (4096 bytes) sd 2:0:0:0: [sda] Attached SCSI disk + # + # YodaTab + # + # Ignore. + mmc0: cannot verify signal voltage switch + # + done\. ''; match = "SYSLOG_IDENTIFIER = kernel"; } @@ -176,9 +189,10 @@ # _SYSTEMD_USER_UNIT # - { # yodaTux + { # yodaTux, yodaTab filters = '' .+ Setting AttentionNeeded to FALSE because EnsureCredentials\(\) succeded + Connecting to org\.freedesktop\.Tracker3\.Miner\.Files ''; match = "_SYSTEMD_USER_UNIT = dbus.service"; } @@ -186,7 +200,7 @@ filters = '' .* ''; - match = "_SYSTEMD_USER_UNIT = /(org\.gnome\..+\.service|pipewire\.service|wireplumber\.service)/"; + match = "_SYSTEMD_USER_UNIT = /(org\.gnome\..+\.service|pipewire\.service|wireplumber\.service|app-gnome-org\.gnome\.Software-[0-9]+\.scope)/"; } ]; };