File: control

package info (click to toggle)
mcelog 1.0~pre3-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 844 kB
  • ctags: 1,280
  • sloc: ansic: 6,725; sh: 390; makefile: 121
file content (20 lines) | stat: -rw-r--r-- 751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: mcelog
Section: admin
Priority: optional
Maintainer: Julien BLACHE <jblache@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.8.4

Package: mcelog
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, udev | 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 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.