1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: mcelog
Section: admin
Priority: optional
Maintainer: Andrey Rahmatullin <wrar@debian.org>
Uploaders: Nicholas D Steeves <nsteeves@gmail.com>
Build-Depends: debhelper (>= 10), python
Standards-Version: 3.9.8
Homepage: http://mcelog.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/mcelog.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/mcelog.git;a=summary
Package: mcelog
Architecture: i386 amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, udev, lsb-base
Description: x86 Machine Check Exceptions collector and decoder
The Linux kernel for x86 CPUs no longer decodes and logs recoverable
Machine Check Exception (MCE) events to the kernel log on its own.
.
Instead, the MCE data is kept in a buffer which can be read from userspace
via the /dev/mcelog device node.
.
You need this tool to collect and decode those events; it will log the decoded
MCE events to syslog.
.
This tool supports only Intel processors and AMD processors with model number
16 (K8).
|