Blame doc/abrt-auto-reporting-unauthenticated.txt

Packit Service 8a8a03
abrt-auto-reporting(1)
Packit Service 8a8a03
======================
Packit Service 8a8a03
Packit Service 8a8a03
NAME
Packit Service 8a8a03
----
Packit Service 8a8a03
abrt-auto-reporting - Get or modify the auto reporting option values
Packit Service 8a8a03
Packit Service 8a8a03
SYNOPSIS
Packit Service 8a8a03
--------
Packit Service 8a8a03
'abrt-auto-reporting' [-v] [ enabled | yes | 1 | on | disabled | no | 0 | off ]
Packit Service 8a8a03
Packit Service 8a8a03
DESCRIPTION
Packit Service 8a8a03
-----------
Packit Service 8a8a03
Reads the configuration from abrt.conf and saves the changes to the same file.
Packit Service 8a8a03
Packit Service 8a8a03
The changes will take effect immediately without necessity to restart any ABRT
Packit Service 8a8a03
process and will be persistent.
Packit Service 8a8a03
Packit Service 8a8a03
'disabled'::
Packit Service 8a8a03
   User have to report the detect problems manually
Packit Service 8a8a03
Packit Service 8a8a03
'enabled'::
Packit Service 8a8a03
   ABRT uploads an uReport which was generated for a detected problem
Packit Service 8a8a03
   immediately after the detection phase.
Packit Service 8a8a03
Packit Service 8a8a03
uReport description
Packit Service 8a8a03
~~~~~~~~~~~~~~~~~~~
Packit Service 8a8a03
ABRT supports uReports for four types of crashes: crashes of C/C++ programs
Packit Service 8a8a03
that result in a core dump, uncaught Python exceptions, uncaught Java
Packit Service 8a8a03
exceptions and kernel oopses.
Packit Service 8a8a03
Packit Service 8a8a03
Each uReport generally contains a stack trace, or multiple stack traces in the
Packit Service 8a8a03
case of multi-threaded C/C++ and Java programs. The stack trace only describes
Packit Service 8a8a03
the call stack of the program at the time of the crash and does not contain
Packit Service 8a8a03
contents of any variables.
Packit Service 8a8a03
Packit Service 8a8a03
Every uReport also contains identification of the operating system, versions of
Packit Service 8a8a03
the RPM packages involved in the crash, and whether the program ran under a
Packit Service 8a8a03
root user.
Packit Service 8a8a03
Packit Service 8a8a03
There are also items specific to each crash type:
Packit Service 8a8a03
Packit Service 8a8a03
C/C++ crashes::
Packit Service 8a8a03
    these are path to the executable and signal delivered to the program,
Packit Service 8a8a03
Packit Service 8a8a03
Python exceptions::
Packit Service 8a8a03
    there is the type of the exception (without the error message, which may
Packit Service 8a8a03
    contain sensitive data),
Packit Service 8a8a03
Packit Service 8a8a03
for kernel oopses::
Packit Service 8a8a03
    these are list of loaded kernel modules, list of taint flags, and full text
Packit Service 8a8a03
    of the kernel oops.
Packit Service 8a8a03
Packit Service 8a8a03
'Warning':
Packit Service 8a8a03
The full text of a kernel oops might contain information like the
Packit Service 8a8a03
identification of the host hardware type. You should disable the autoreporting
Packit Service 8a8a03
feature if you do not want to share this information with Red Hat.
Packit Service 8a8a03
Packit Service 8a8a03
Packit Service 8a8a03
OPTIONS
Packit Service 8a8a03
-------
Packit Service 8a8a03
-v, --verbose::
Packit Service 8a8a03
   Be more verbose. Can be given multiple times.
Packit Service 8a8a03
Packit Service 8a8a03
SEE ALSO
Packit Service 8a8a03
--------
Packit Service 8a8a03
abrt.conf(5)
Packit Service 8a8a03
Packit Service 8a8a03
AUTHORS
Packit Service 8a8a03
-------
Packit Service 8a8a03
* ABRT team