SlackBuilds Repository

15.0 > System > rasdaemon (0.8.0)

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.

In order to use rasdaemon, you must have mounted a debugfs
filesystem.

sudo mount -t debugfs none /sys/kernel/debug

You can add this to fstab:

debugfs /sys/kernel/debug debugfs defaults 0 0

To have rasdaemon start and stop with your host,
add to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.rasdaemon ]; then
/etc/rc.d/rc.rasdaemon start
fi

and to /etc/rc.d/rc.local_shutdown (creating it if needed):

if [ -x /etc/rc.d/rc.rasdaemon ]; then
/etc/rc.d/rc.rasdaemon stop
fi

This requires: libtraceevent, perl-DBD-SQLite

Maintained by: Julian Grinblat
Keywords: debugfs,stress,crash
ChangeLog: rasdaemon

Homepage:
https://github.com/mchehab/rasdaemon

Source Downloads:
rasdaemon-0.8.0.tar.bz2 (3784a8049aef41365e2b7c1c9bd082b3)

Download SlackBuild:
rasdaemon.tar.gz
rasdaemon.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds