mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
journalwatch config
This commit is contained in:
parent
9373c2c949
commit
061b579409
@ -404,7 +404,7 @@
|
|||||||
match = "SYSLOG_IDENTIFIER = //nix/store/.+/libexec/gdm-x-session/";
|
match = "SYSLOG_IDENTIFIER = //nix/store/.+/libexec/gdm-x-session/";
|
||||||
}
|
}
|
||||||
{ # yodaTux, yodaTab
|
{ # yodaTux, yodaTab
|
||||||
filters = ''
|
filters = (''
|
||||||
#
|
#
|
||||||
# yodaNas
|
# yodaNas
|
||||||
#
|
#
|
||||||
@ -488,6 +488,15 @@
|
|||||||
#
|
#
|
||||||
# yodaHedgehog
|
# 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.
|
# Not sure about this.
|
||||||
ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20220331/tbfadt-564)
|
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
|
hpet: number irqs doesn't agree with number of timers
|
||||||
@ -495,12 +504,13 @@
|
|||||||
at24 0-0050: supply vcc not found, using dummy regulator
|
at24 0-0050: supply vcc not found, using dummy regulator
|
||||||
intel-spi: probe of intel-spi failed with error -22
|
intel-spi: probe of intel-spi failed with error -22
|
||||||
# Ignore.
|
# Ignore.
|
||||||
ata2.00: Entering standby power mode
|
ata[0-9]: link is slow to respond, please be patient \(ready=0\)
|
||||||
ata2.00: Entering active power mode
|
# Not sure about this.
|
||||||
------------\[ cut here \]------------
|
aata4\.00: qc timeout after 10000 msecs \(cmd 0x40\)
|
||||||
Hardware name: To Be Filled By O\.E\.M\. To Be Filled By O\.E\.M\./N3150-ITX, BIOS P1\.10 05/20/2015
|
ata4\.00: VERIFY failed \(err_mask=0x4\)
|
||||||
Workqueue: pm pm_runtime_work
|
ata4\.00: failed to IDENTIFY \(I/O error, err_mask=0x40\)
|
||||||
'';
|
ata4\.00: revalidation failed \(errno=-5\)
|
||||||
|
'' else ""));
|
||||||
match = "SYSLOG_IDENTIFIER = kernel";
|
match = "SYSLOG_IDENTIFIER = kernel";
|
||||||
}
|
}
|
||||||
{ # yodaTux
|
{ # yodaTux
|
||||||
|
Loading…
Reference in New Issue
Block a user