diff --git a/modules/journalwatch.nix b/modules/journalwatch.nix index dbd9ed6..6bfa1ac 100644 --- a/modules/journalwatch.nix +++ b/modules/journalwatch.nix @@ -62,7 +62,7 @@ { # yodaNas filters = '' - booting system configuration /nix/store/\S+\.05pre-git + booting system configuration /nix/store/\S+ ''; match = "_TRANSPORT = kernel"; } @@ -407,6 +407,8 @@ \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 + # Ignore. + Unknown kernel command line parameters "ip=dhcp", will be passed to user space. # Probably safe to ignore. resource sanity check: requesting \[[^\]]\], which spans more than Reserved \[[^\]]\] # 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 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]\] 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]\] supports TCG Opal \#3 @@ -461,6 +464,11 @@ ata1\.00: supports DRM functions and may not be fully accessible # done\. + # + # yodaHedgehog + # + # Not sure about this. + hpet: number irqs doesn't agree with number of timers ''; match = "SYSLOG_IDENTIFIER = kernel"; }