From 4f3b0745eedb79593e666b6ae16c35994c6524ff Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 28 Aug 2024 18:20:45 +0200 Subject: [PATCH] journalwatch config --- modules/journalwatch.nix | 50 +++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 29 deletions(-) diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index 770b772..8b9a31c 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -291,9 +291,9 @@ filters = '' AH[0-9]+: apache2: Could not reliably determine the server's fully qualified domain name, using \S+\. Set the 'ServerName' directive globally to suppress this message \[\S+ \S+ \S+ \S+ \S+\] \[mpm_prefork:notice\] \[pid 1\] AH[0-9]+: Apache/\S+ \(Debian\) configured -- resuming normal operations - \[\S+ \S+ \S+ \S+ \S+\] \[core:notice\] \[pid 1\] AH[0-9]+: Command line: 'apache2 -D FOREGROUND' + \[\S+ \S+ \S+ \S+ \S+\] \[core:notice\] \[pid 1(:tid 1)?\] AH[0-9]+: Command line: 'apache2 -D FOREGROUND' # - \[\S+ \S+ \S+ \S+ \S+\] \[mpm_prefork:notice\] \[pid 1\] AH[0-9]+: caught SIGWINCH, shutting down gracefully + \[\S+ \S+ \S+ \S+ \S+\] \[mpm_prefork:notice\] \[pid 1(:tid 1)?\] AH[0-9]+: caught SIGWINCH, shutting down gracefully ''; match = "IMAGE_NAME = fireflyiii/data-importer:latest"; } @@ -434,26 +434,18 @@ } { filters = ('' - # - # yodaNas - # # Ignore. - BTRFS warning \(device dm-[0-9]+\): skipping scrub of block group [0-9]+ due to active swapfile - # Ignore, see https://unix.stackexchange.com/a/249660/315162 - watchdog: watchdog0: watchdog did not stop! - # Ignore. - \s*#[0-9]* - # Ingore: Probably just copying of boot graphics (.bmp) failed. https://patchwork.kernel.org/project/linux-fbdev/patch/20180617153235.16219-3-hdegoede@redhat.com/ - efifb: Ignoring BGRT: unexpected or invalid BMP data + systemd\[[0-9]\]: memfd_create\(\) called without MFD_EXEC or MFD_NOEXEC_SEAL set # Ignore. Unknown kernel command line parameters "ip=dhcp", will be passed to user space. - # Probably safe to ignore. - resource: resource sanity check: requesting \S+, which spans more than Reserved \S+ - # Not sure about this. - i915 0000:00:02\.0: \[drm\] \[ENCODER:.*\] is disabled/in DSI mode with an ungated DDI clock, gate it - # Not sure about this. Probably BIOS related. - # https://wiki.archlinux.org/title/improving_performance#Enabling_PCI_resizable_BAR - caller pmc_core_probe\+\S+ \[intel_pmc_core\] mapping multiple BARs + # Ignore. + random: crng reseeded on system resumption + random: crng init done + # Ignore. + BTRFS warning \(device dm-[0-9]+\): skipping scrub of block group [0-9]+ due to active swapfile + # Ignore. + ata[0-9]\.00: Entering standby power mode + ata[0-9]\.00: Entering active power mode # # yodaTux # @@ -464,8 +456,6 @@ Kernel command line: initrd=\S+ init=\S+ ip=dhcp loglevel=[0-9] # Linux version 6.1.61 (nixbld@localhost) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.40) #1-NixOS SMP PREEMPT_DYNAMIC Thu Nov 2 08:35:33 UTC 2023 Linux version \S+ \(nixbld@localhost\) \(gcc \(GCC\) \S+, GNU ld \(GNU Binutils\) \S+\) #1-NixOS SMP PREEMPT_DYNAMIC \S+ \S+\s+\S+ \S+ UTC \S+ - random: crng reseeded on system resumption - random: crng init done sd [0-9]:0:0:0: \[sd[a-z]\] [0-9]+ 512-byte logical blocks: \(\S+ (GB|TB)/\S+ (GiB|TiB)\) sd [0-9]:0:0:0: \[sd[a-z]\] [0-9]+-byte physical blocks sd [0-9]:0:0:0: \[sd[a-z]\] Write Protect is off @@ -498,13 +488,6 @@ ata1\.00: supports DRM functions and may not be fully accessible # done\. - # - # - # yodaHedgehog - # - # Ignore. - ata[0-9]\.00: Entering standby power mode - ata[0-9]\.00: Entering active power mode '' + (if (config.networking.hostName == "yodaHedgehog") then '' # # Not sure about this. @@ -513,7 +496,6 @@ gpio gpiochip0: \(INT0002 Virtual GPIO\): not an immutable chip, please consider fixing it! at24 0-0050: supply vcc not found, using dummy regulator intel-spi: probe of intel-spi failed with error -22 - systemd\[[0-9]\]: memfd_create\(\) called without MFD_EXEC or MFD_NOEXEC_SEAL set # # Ignore. # @@ -570,6 +552,16 @@ iwlwifi 0000:01:00\.0: Unhandled alg: 0x707 iwlwifi 0000:01:00\.0: Not associated and the session protection is over already... iwlwifi 0000:01:00\.0: api flags index 2 larger than supported by driver + '' else if (config.networking.hostName == "yodaNas") then '' + # Probably safe to ignore. + resource: resource sanity check: requesting \S+, which spans more than Reserved \S+ + # Ingore: Probably just copying of boot graphics (.bmp) failed. https://patchwork.kernel.org/project/linux-fbdev/patch/20180617153235.16219-3-hdegoede@redhat.com/ + efifb: Ignoring BGRT: unexpected or invalid BMP data + # Not sure about this. + i915 0000:00:02\.0: \[drm\] \[ENCODER:.*\] is disabled/in DSI mode with an ungated DDI clock, gate it + # Not sure about this. Probably BIOS related. + # https://wiki.archlinux.org/title/improving_performance#Enabling_PCI_resizable_BAR + caller (pmc_core_probe|get_primary_reg_base)\+0x\S+ \[intel_pmc_core\] mapping multiple BARs '' else "")); match = "SYSLOG_IDENTIFIER = kernel"; }