Blame SOURCES/0022-Add-a-manpage-for-abrt-action-check-oops-for-hw-erro.patch

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