Blame doc/abrt-action-check-oops-for-hw-error.txt

Packit Service 8a8a03
abrt-action-check-oops-for-hw-error(1)
Packit Service 8a8a03
======================================
Packit Service 8a8a03
Packit Service 8a8a03
NAME
Packit Service 8a8a03
----
Packit Service 8a8a03
abrt-action-check-oops-for-hw-error - Checks dmesg element, marks problem as not-reportable
Packit Service 8a8a03
if hardware error is detected
Packit Service 8a8a03
Packit Service 8a8a03
SYNOPSIS
Packit Service 8a8a03
--------
Packit Service 8a8a03
'abrt-action-check-oops-for-hw-error'
Packit Service 8a8a03
Packit Service 8a8a03
DESCRIPTION
Packit Service 8a8a03
-----------
Packit Service 8a8a03
The tool reads 'dmesg' element, and if it has a message which indicates hardware
Packit Service 8a8a03
error, it creates 'not-reportable' and 'comment' elements which explain
Packit Service 8a8a03
what this error is and how it can be diagnosed further.
Packit Service 8a8a03
Packit Service 8a8a03
Integration with ABRT events
Packit Service 8a8a03
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Service 8a8a03
This tool can be used in event handling for kernel oopses. Example
Packit Service 8a8a03
fragment for /etc/libreport/report_event.conf:
Packit Service 8a8a03
Packit Service 8a8a03
------------
Packit Service 8a8a03
# Determine in which package/component the crash happened (if not yet done):
Packit Service 8a8a03
EVENT=post-create analyzer=Kerneloops
Packit Service 8a8a03
        abrt-action-check-oops-for-hw-error
Packit Service 8a8a03
------------
Packit Service 8a8a03
Packit Service 8a8a03
AUTHORS
Packit Service 8a8a03
-------
Packit Service 8a8a03
* ABRT team