1ABRT-ACTION-CHECK() ABRT-ACTION-CHECK()
2
3
4
6 abrt-action-check-oops-for-hw-error - Checks dmesg element, marks
7 problem as not-reportable if hardware error is detected
8
10 abrt-action-check-oops-for-hw-error
11
13 The tool reads dmesg element, and if it has a message which indicates
14 hardware error, it creates not-reportable and comment elements which
15 explain what this error is and how it can be diagnosed further.
16
17 Integration with ABRT events
18 This tool can be used in event handling for kernel oopses. Example
19 fragment for /etc/libreport/report_event.conf:
20
21 # Determine in which package/component the crash happened (if not yet done):
22 EVENT=post-create analyzer=Kerneloops
23 abrt-action-check-oops-for-hw-error
24
26 • ABRT team
27
28
29
30 ABRT-ACTION-CHECK()