mchehab / rasdaemon

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 errors from memory controllers for most chipsets on i386 and x86_64 architectures. EDAC drivers for other architectures like arm also exists.
GNU General Public License v2.0
188 stars 81 forks source link

Add `--flush-errors` option to `ras-mc-ctl`. #140

Open amano-kenji opened 10 months ago

amano-kenji commented 10 months ago

I find myself having to delete /var/lib/rasdaemon/ras-mc_event.db manually.

ras-mc-ctl --flush-errors would be more convenient.

Sinzunza commented 5 months ago

Second this. Would be convenient.