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

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