File: control

package info (click to toggle)
mcelog 147%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 876 kB
  • ctags: 979
  • sloc: ansic: 7,634; sh: 482; makefile: 110; python: 60
file content (26 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (2)
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).