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

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