rasdaemon icon indicating copy to clipboard operation
rasdaemon copied to clipboard

Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem with handles detection of ECC...

Results 74 rasdaemon issues
Sort by recently updated
recently updated
newest added

Hi all, I have an issue with the label mapping of dimm: First here my dimm without label: ``` (rubis)-[root@rubis247 ~] $ ras-mc-ctl --error-count Label CE UE CPU_SrcID#0_Ha#0_Chan#0_DIMM#0 0 0...

Modern distributions enable kernel lockdown by default when UEFI and Secure Boot are enabled. This breaks rasdaemon because it has no direct access to MSR or debugfs: ``` kernel: Lockdown:...

Since Linux 5.18-rc1 a new block tracepoint called block_rq_error is available for tracing disk error events dedicatedly. Currently rasdaemon is using block_rq_complete which also traces successful cases. It incurs excessive...

How do i fix this issue? Package version **rasdaemon 0.6.5-1ubuntu1.1** ``` # ras-mc-ctl --summary No Memory errors. No PCIe AER errors. No Extlog errors. DBD::SQLite::db prepare failed: no such table:...

```bash [jhoblitt@pillan06 rasdaemon]$ sudo ras-mc-ctl --layout +-----------------------------------------------------------------------------------------------+ | mc0 | | csrow0 | csrow1 | csrow2 | csrow3 | csrow4 | csrow5 | csrow6 | csrow7 | ----------+-----------------------------------------------------------------------------------------------+ channel7: |...

Building the rpm from `c225517` on centos 7 results in the logs being spammed with `ug! no event found for type 843`. The `ug!` message is repeated 16468 times in...

When monitoring AER errors, verify if we are on an Altra platform to use ipmitool when dealing with this type of errors. Needs both --enable-aer and --enable-amp-ns-decode Fixes: 738bafafdcb2 ("Add...

waiting new version

This patch includes the addition of a RAS server using connection-oriented local sockets for inter-process communication. The broadcast feature allows RASdaemon to assist other applications to be fault-aware while retaining...

waiting new version

It seems rasdaemon is logging 2 block_rq_complete events every 2 seconds. Sure these can't all be disk errors? Running rasdaemon 0.6.5 on Gentoo, kernel 5.6.13. [rasdaemon.log](https://github.com/mchehab/rasdaemon/files/4647273/rasdaemon.log)