From 061b5794096722b096058ecfb4a4fe99cb6885fa Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 21 Nov 2023 13:02:15 +0100 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 7c94f2c..b2abc35 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -404,7 +404,7 @@ match = "SYSLOG_IDENTIFIER = //nix/store/.+/libexec/gdm-x-session/"; } { # yodaTux, yodaTab - filters = '' + filters = ('' # # yodaNas # @@ -488,6 +488,15 @@ # # yodaHedgehog # + # Ignore. + ata[0-9]\.00: Entering standby power mode + ata[0-9]\.00: Entering active power mode + Modules linked in:( \S+)+ ? + '' + (if (config.networking.hostName == "yodaHedgehog") then '' + # Ignore. + ------------\[ cut here \]------------ + Hardware name: To Be Filled By O\.E\.M\. To Be Filled By O\.E\.M\./N3150-ITX, BIOS P1\.10 05/20/2015 + Workqueue: pm pm_runtime_work # Not sure about this. ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20220331/tbfadt-564) hpet: number irqs doesn't agree with number of timers @@ -495,12 +504,13 @@ at24 0-0050: supply vcc not found, using dummy regulator intel-spi: probe of intel-spi failed with error -22 # Ignore. - ata2.00: Entering standby power mode - ata2.00: Entering active power mode - ------------\[ cut here \]------------ - Hardware name: To Be Filled By O\.E\.M\. To Be Filled By O\.E\.M\./N3150-ITX, BIOS P1\.10 05/20/2015 - Workqueue: pm pm_runtime_work - ''; + ata[0-9]: link is slow to respond, please be patient \(ready=0\) + # Not sure about this. + aata4\.00: qc timeout after 10000 msecs \(cmd 0x40\) + ata4\.00: VERIFY failed \(err_mask=0x4\) + ata4\.00: failed to IDENTIFY \(I/O error, err_mask=0x40\) + ata4\.00: revalidation failed \(errno=-5\) + '' else "")); match = "SYSLOG_IDENTIFIER = kernel"; } { # yodaTux