ABRT-AUTO-REPORTIN(1) | ABRT Manual | ABRT-AUTO-REPORTIN(1) |
NAME¶
abrt-auto-reporting - Get or modify the auto reporting option values
SYNOPSIS¶
abrt-auto-reporting [-v] [ enabled | yes | 1 | on | disabled | no | 0 | off ] [ [--anonymous] | [--username USERNAME [--password PASSWORD] ] | [--certificate SOURCE] ]
DESCRIPTION¶
Reads the configuration from abrt.conf and saves the changes to the same file.
The changes will take effect immediately without necessity to restart any ABRT process and will be persistent.
disabled
enabled
Reads and saves the authentication configuration options in /etc/libreport/plugins/ureport.conf and /etc/libreport/plugins/rhtsupport.conf
uReport description¶
ABRT supports uReports for four types of crashes: crashes of C/C++ programs that result in a core dump, uncaught Python exceptions, uncaught Java exceptions and kernel oopses.
Each uReport generally contains a stack trace, or multiple stack traces in the case of multi-threaded C/C++ and Java programs. The stack trace only describes the call stack of the program at the time of the crash and does not contain contents of any variables.
Every uReport also contains identification of the operating system, versions of the RPM packages involved in the crash, and whether the program ran under a root user.
There are also items specific to each crash type:
C/C++ crashes
Python exceptions
for kernel oopses
The authenticated uReports also contains hostname and machineid to enable a server side filtering at https://access.redhat.com/.
The authenticated uReports have the benefit of rich server replies which may include a solution for the submitted crash. The authentication is done using either Red Hat Subscription Certificates or Red Hat Customer Portal credentials.
Warning: The full text of a kernel oops might contain information like the identification of the host hardware type. You should disable the autoreporting feature if you do not want to share this information with Red Hat.
OPTIONS¶
-v, --verbose
-a, --anonymous
-u, --username USERNAME
-p, --password PASSWORD
-c, --certificate SOURCE
EXAMPLES¶
Turn on the authentication using rhsm consumer certificate:
# abrt-auto-reporting enabled --certificate rhsm
SEE ALSO¶
AUTHORS¶
09/30/2020 | abrt 2.1.11 |