packages: mcelog/mcelog.spec - supported on ix86 since 2.6.32 list of val...
glen
glen at pld-linux.org
Tue Aug 10 12:35:15 CEST 2010
Author: glen Date: Tue Aug 10 10:35:15 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- supported on ix86 since 2.6.32
list of valid cpu's can be obtained from mcelog --help, no point keeping (outdated) list here
---- Files affected:
packages/mcelog:
mcelog.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: packages/mcelog/mcelog.spec
diff -u packages/mcelog/mcelog.spec:1.20 packages/mcelog/mcelog.spec:1.21
--- packages/mcelog/mcelog.spec:1.20 Tue Aug 10 12:30:28 2010
+++ packages/mcelog/mcelog.spec Tue Aug 10 12:35:09 2010
@@ -1,8 +1,10 @@
# $Revision$, $Date$
+# TODO
+# - sync pl
%define subver pre3
%define rel 1.1
-Summary: x86-64 Machine Check Exceptions collector and decoder
-Summary(pl.UTF-8): Narzędzie do zbierania i dekodowania wyjątków MCE na platformie x86-64
+Summary: x86-64/x86 Machine Check Exceptions collector and decoder
+Summary(pl.UTF-8): Narzędzie do zbierania i dekodowania wyjątków MCE na platformie x86-64/x86
Name: mcelog
Version: 1.0
Release: 0.%{subver}.%{rel}
@@ -26,18 +28,20 @@
%define statdir /var/lib/misc
%description
-mcelog decodes machine check events (hardware errors) on x86-64
-machines running a 64-bit Linux kernel.
-
-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.
+mcelog is the user space backend for logging machine check errors
+reported by the hardware to the kernel. The kernel does the immediate
+actions (like killing processes etc.) and mcelog decodes the logs the
+errors.
+
+Starting with version 2.6.4 for x86-64 and 2.6.32 for x86, the Linux
+kernel no longer decodes and logs recoverable Machine Check Exception
+events to the kernel log on its own. It is recommended that mcelog
+runs on all those machines.
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.
+into /var/log/mcelog.
%description -l pl.UTF-8
mcelog dekoduje zdarzenia Machine Check Exception (błędy sprzętowe) na
@@ -111,6 +115,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2010/08/10 10:35:09 glen
+- supported on ix86 since 2.6.32
+ list of valid cpu's can be obtained from mcelog --help, no point keeping (outdated) list here
+
Revision 1.20 2010/08/10 10:30:28 glen
- switch to daemon mode
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mcelog/mcelog.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list