File: control

package info (click to toggle)
rasdaemon 0.5.8-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 764 kB
  • ctags: 1,230
  • sloc: ansic: 11,450; perl: 986; sh: 114; makefile: 79
file content (22 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: rasdaemon
Section: admin
Priority: optional
Maintainer: Al Stone <ahs3@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, quilt, libsqlite3-dev, 
 libgettextpo-dev, dh-systemd, dh-autoreconf, autoconf
Standards-Version: 3.9.8
Homepage: https://apps.fedorahosted.org/packages/rasdaemon
Vcs-git: https://github.com/ahs3/rasdaemon.git

Package: rasdaemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sqlite3, systemd
Description: utility to receive RAS error tracings
 rasdaemon is a RAS (Reliability, Availability and Serviceability) logging
 tool.  It currently records memory errors, using the EDAC tracing events.
 EDAC are drivers in the Linux kernel that handle detection of ECC errors
 from memory controllers for most chipsets on x86 and ARM architectures.
 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.