Blame doc/abrtd.txt

Packit 8ea169
abrtd(8)
Packit 8ea169
========
Packit 8ea169
Packit 8ea169
NAME
Packit 8ea169
----
Packit 8ea169
abrtd - automated bug reporting tool's daemon.
Packit 8ea169
Packit 8ea169
SYNOPSIS
Packit 8ea169
--------
Packit 8ea169
'abrtd' [-dsv[v]...]
Packit 8ea169
Packit 8ea169
DESCRIPTION
Packit 8ea169
-----------
Packit 8ea169
'abrtd' is a daemon that watches for application crashes. When a crash occurs,
Packit 8ea169
it collects the problem data (core file, application's command line etc.) and
Packit 8ea169
takes action according to the type of application that crashed and according to
Packit 8ea169
the configuration in the 'abrt.conf' config file. There are plugins for various
Packit 8ea169
actions: for example to report the crash to Bugzilla, to mail the report, or to
Packit 8ea169
transfer the report via FTP or SCP. See the manual pages for the respective
Packit 8ea169
plugins.
Packit 8ea169
Packit 8ea169
OPTIONS
Packit 8ea169
-------
Packit 8ea169
-v::
Packit 8ea169
   Log more detailed debugging information.
Packit 8ea169
Packit 8ea169
-d::
Packit 8ea169
   Stay in the foreground and log to standard error.
Packit 8ea169
Packit 8ea169
-s::
Packit 8ea169
   Log to system log even with option -d.
Packit 8ea169
Packit 8ea169
-t NUM::
Packit 8ea169
   Exit after NUM seconds of inactivity.
Packit 8ea169
Packit 8ea169
-p::
Packit 8ea169
   Add program names to log.
Packit 8ea169
Packit 8ea169
ENVIRONMENT
Packit 8ea169
-----------
Packit 8ea169
ABRT_EVENT_NICE::
Packit 8ea169
  'abrtd' runs its post-mortem processing with the nice value incremented by 10
Packit 8ea169
  in order to not take too much resources and keep the computer responsive.  If
Packit 8ea169
  you want to adjust the increment value, use the ABRT_EVENT_NICE environment
Packit 8ea169
  variable.
Packit 8ea169
Packit 8ea169
CAVEATS
Packit 8ea169
-------
Packit 8ea169
When you use some other crash-catching tool specific for an application or an
Packit 8ea169
application type (for example BugBuddy for GNOME applications), crashes of this
Packit 8ea169
type will be handled by that tool and not by 'abrtd'. If you want 'abrtd' to
Packit 8ea169
handle these crashes, turn off the higher-level crash-catching tool.
Packit 8ea169
Packit 8ea169
AUTHORS
Packit 8ea169
-------
Packit 8ea169
* ABRT team
Packit 8ea169
Packit 8ea169
SEE ALSO
Packit 8ea169
--------
Packit 8ea169
abrt.conf(5)