Package rasdaemon: Information

    Source package: rasdaemon
    Version: 0.8.4-alt1
    Latest version according to Repology
    Build time:  Nov 28, 2025, 03:31 AM in the task #400846
    Report package bug
    License: GPL-2.0-only
    Summary: Utility to receive RAS error tracings
    Description: 
    rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
    It currently records memory errors, using the EDAC tracing events.
    EDAC consists of drivers in the Linux kernel that handle detection of ECC errors
    from memory controllers for most chipsets on i386 and x86_64 architectures.
    EDAC drivers for other architectures like ARM also exist.
    This userspace component consists of an init script which makes sure
    EDAC drivers and DIMM labels are loaded at system startup, as well as
    a utility for reporting current error counts from the EDAC sysfs files.

    List of RPM packages built from this SRPM:
    rasdaemon (x86_64, i586, aarch64)
    rasdaemon-debuginfo (x86_64, i586, aarch64)

    Maintainer: Vitaly Chikunov



      1. libtraceevent-devel
      2. rpm-build-perl
      3. libpci-devel
      4. libsqlite3-devel

    Last changed


    Nov. 22, 2025 Vitaly Chikunov 0.8.4-alt1
    - Update to 0.8.4 (2025-11-20).
    May 6, 2025 Sergey Y. Afonin 0.8.3-alt3
    - Again fixed reading configuration for sysvinit script start action (ALT#53451)
    - More accurate check for mounted debugfs in sysvinit script
    April 26, 2025 Vitaly Chikunov 0.8.3-alt2
    - Fixed reading configuration for sysvinit script start action (ALT#53451).
    - Fixed startup crash due to overflow (pull/212).