journalwatch config

This commit is contained in:
Daniel Langbein 2023-11-03 16:11:40 +01:00
parent 15fea3bec8
commit c6918ef322
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -62,7 +62,7 @@
{ # yodaNas { # yodaNas
filters = '' filters = ''
booting system configuration /nix/store/\S+\.05pre-git booting system configuration /nix/store/\S+
''; '';
match = "_TRANSPORT = kernel"; match = "_TRANSPORT = kernel";
} }
@ -407,6 +407,8 @@
\s*#[0-9]* \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/ # 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 efifb: Ignoring BGRT: unexpected or invalid BMP data
# Ignore.
Unknown kernel command line parameters "ip=dhcp", will be passed to user space.
# Probably safe to ignore. # Probably safe to ignore.
resource sanity check: requesting \[[^\]]\], which spans more than Reserved \[[^\]]\] resource sanity check: requesting \[[^\]]\], which spans more than Reserved \[[^\]]\]
# Not sure about this. # Not sure about this.
@ -436,7 +438,8 @@
sd [0-9]:0:0:0: \[sd[a-z]\] Write Protect is off sd [0-9]:0:0:0: \[sd[a-z]\] Write Protect is off
sd [0-9]:0:0:0: \[sd[a-z]\] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd [0-9]:0:0:0: \[sd[a-z]\] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd [0-9]:0:0:0: \[sd[a-z]\] Optimal transfer size [0-9]+ bytes not a multiple of preferred minimum block size ([0-9] bytes) sd [0-9]:0:0:0: \[sd[a-z]\] Optimal transfer size [0-9]+ bytes not a multiple of preferred minimum block size ([0-9] bytes)
sd [0-9]:0:0:0: \[sd[a-z]\] Attached SCSI disk sd [0-9]:0:0:0: \[sd[a-z]\] Attached SCSI (removable )?disk
sd [0-9]:0:0:0: \[sd[a-z]\] Stopping disk
sd [0-9]:0:0:0: \[sd[a-z]\] Synchronizing SCSI cache sd [0-9]:0:0:0: \[sd[a-z]\] Synchronizing SCSI cache
sd [0-9]:0:0:0: \[sd[a-z]\] supports TCG Opal sd [0-9]:0:0:0: \[sd[a-z]\] supports TCG Opal
\#3 \#3
@ -461,6 +464,11 @@
ata1\.00: supports DRM functions and may not be fully accessible ata1\.00: supports DRM functions and may not be fully accessible
# #
done\. done\.
#
# yodaHedgehog
#
# Not sure about this.
hpet: number irqs doesn't agree with number of timers
''; '';
match = "SYSLOG_IDENTIFIER = kernel"; match = "SYSLOG_IDENTIFIER = kernel";
} }