b404a9
From 92f6776a2d4d2c4a7239e3721acd2df46f6dd7da Mon Sep 17 00:00:00 2001
b404a9
From: Denys Vlasenko <dvlasenk@redhat.com>
b404a9
Date: Tue, 3 Dec 2013 12:19:27 +0100
b404a9
Subject: [ABRT PATCH 22/27] Add a manpage for
b404a9
 abrt-action-check-oops-for-hw-error
b404a9
b404a9
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
b404a9
b404a9
Related to rhbz#1032077
b404a9
b404a9
Signed-off-by: Jakub Filak <jfilak@redhat.com>
b404a9
---
b404a9
 doc/abrt-action-check-oops-for-hw-error.txt | 32 +++++++++++++++++++++++++++++
b404a9
 1 file changed, 32 insertions(+)
b404a9
 create mode 100644 doc/abrt-action-check-oops-for-hw-error.txt
b404a9
b404a9
diff --git a/doc/abrt-action-check-oops-for-hw-error.txt b/doc/abrt-action-check-oops-for-hw-error.txt
b404a9
new file mode 100644
b404a9
index 0000000..c488e6f
b404a9
--- /dev/null
b404a9
+++ b/doc/abrt-action-check-oops-for-hw-error.txt
b404a9
@@ -0,0 +1,32 @@
b404a9
+abrt-action-check-oops-for-hw-error(1)
b404a9
+======================================
b404a9
+
b404a9
+NAME
b404a9
+----
b404a9
+abrt-action-check-oops-for-hw-error - Checks dmesg element, marks problem as not-reportable
b404a9
+if hardware error is detected
b404a9
+
b404a9
+SYNOPSIS
b404a9
+--------
b404a9
+'abrt-action-check-oops-for-hw-error'
b404a9
+
b404a9
+DESCRIPTION
b404a9
+-----------
b404a9
+The tool reads 'dmesg' element, and if it has a message which indicates hardware
b404a9
+error, it creates 'not-reportable' and 'comment' elements which explain
b404a9
+what this error is and how it can be diagnosed further.
b404a9
+
b404a9
+Integration with ABRT events
b404a9
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b404a9
+This tool can be used in event handling for kernel oopses. Example
b404a9
+fragment for /etc/libreport/report_event.conf:
b404a9
+
b404a9
+------------
b404a9
+# Determine in which package/component the crash happened (if not yet done):
b404a9
+EVENT=post-create analyzer=Kerneloops
b404a9
+        abrt-action-check-oops-for-hw-error
b404a9
+------------
b404a9
+
b404a9
+AUTHORS
b404a9
+-------
b404a9
+* ABRT team
b404a9
-- 
b404a9
1.8.3.1
b404a9