1ABRT-AUTO-REPORTIN(1) ABRT Manual ABRT-AUTO-REPORTIN(1)
2
3
4
6 abrt-auto-reporting - Get or modify the auto reporting option values
7
9 abrt-auto-reporting [-v] [ enabled | yes | 1 | on | disabled | no | 0 |
10 off ]
11
13 Reads the configuration from abrt.conf and saves the changes to the
14 same file.
15
16 The changes will take effect immediately without necessity to restart
17 any ABRT process and will be persistent.
18
19 disabled
20 User have to report the detect problems manually
21
22 enabled
23 ABRT uploads an uReport which was generated for a detected problem
24 immediately after the detection phase.
25
26 uReport description
27 ABRT supports uReports for four types of crashes: crashes of C/C++
28 programs that result in a core dump, uncaught Python exceptions,
29 uncaught Java exceptions and kernel oopses.
30
31 Each uReport generally contains a stack trace, or multiple stack traces
32 in the case of multi-threaded C/C++ and Java programs. The stack trace
33 only describes the call stack of the program at the time of the crash
34 and does not contain contents of any variables.
35
36 Every uReport also contains identification of the operating system,
37 versions of the RPM packages involved in the crash, and whether the
38 program ran under a root user.
39
40 There are also items specific to each crash type:
41
42 C/C++ crashes
43 these are path to the executable and signal delivered to the
44 program,
45
46 Python exceptions
47 there is the type of the exception (without the error message,
48 which may contain sensitive data),
49
50 for kernel oopses
51 these are list of loaded kernel modules, list of taint flags, and
52 full text of the kernel oops.
53
54 Warning: The full text of a kernel oops might contain information like
55 the identification of the host hardware type. You should disable the
56 autoreporting feature if you do not want to share this information with
57 Red Hat.
58
60 -v, --verbose
61 Be more verbose. Can be given multiple times.
62
64 abrt.conf(5)
65
67 ยท ABRT team
68
69
70
71abrt 2.14.5 12/01/2020 ABRT-AUTO-REPORTIN(1)