File: control

package info (click to toggle)
mcelog 0.7-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 197
  • sloc: ansic: 1,170; makefile: 68; sh: 20
file content (21 lines) | stat: -rw-r--r-- 822 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
Source: mcelog
Section: admin
Priority: optional
Maintainer: Julien BLACHE <jblache@debian.org>
Build-Depends: debhelper (>= 4.0.0), po-debconf
Standards-Version: 3.7.2

Package: mcelog
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, makedev (>= 2.3.1-81)
Description: x86-64 Machine Check Exceptions collector and decoder
 Starting with version 2.6.4, the Linux kernel for x86-64 no longer decodes
 and logs recoverable Machine Check Exception events to the kernel log on
 its own.
 .
 Instead, the MCE data is kept in a buffer which can be read from userpace via
 the /dev/mcelog device node.
 .
 You need this tool to collect and decode those events; it will log the decoded
 MCE events into /var/log/mcelog. Currently, mcelog can decode MCE from AMD K8
 and Intel P4 (including Xeon) processors.