abrt-action-check-oops-for-hw-error - Man Page

Checks dmesg element, marks problem as not-reportable if hardware error is detected

Synopsis

abrt-action-check-oops-for-hw-error

Description

The tool reads dmesg element, and if it has a message which indicates hardware error, it creates not-reportable and comment elements which explain what this error is and how it can be diagnosed further.

Integration with ABRT events

This tool can be used in event handling for kernel oopses. Example fragment for /etc/libreport/report_event.conf:

# Determine in which package/component the crash happened (if not yet done):
EVENT=post-create analyzer=Kerneloops
        abrt-action-check-oops-for-hw-error

Authors