1abrtd(8) System Manager's Manual abrtd(8)
2
3
4
6 abrtd - automated bug reporting tool's daemon
7
9 abrtd [-dsv[v]...]
10
12 abrtd is a daemon that watches for application crashes. When a crash
13 occurs, it collects the crash data (core file, application's command
14 line etc.) and takes action according to the type of application that
15 crashed and according to the configuration in the abrt.conf config
16 file. There are plugins for various actions: for example to report the
17 crash to Bugzilla, to mail the report, or to transfer the report via
18 FTP or SCP. See the manual pages for the respective plugins.
19
21 -d
22
23 Stay in the foreground and log to standard error.
24
25 -s
26
27 Log to system log even with option -d.
28
29 -v
30
31 Log more detailed debugging information.
32
34 When you use some other crash-catching tool specific for an application
35 or an application type (for example BugBuddy for GNOME applications),
36 crashes of this type will be handled by that tool and not by abrtd. If
37 you want abrtd to handle these crashes, turn off the higher-level
38 crash-catching tool.
39
41 abrt.conf(5), abrt-plugins(7)
42
44 Written by Zdeněk Přikryl <zprikryl@redhat.com> and Jiří Moskovčák
45 <jmoskovc@redhat.com>. Manual page written by Daniel Novotný
46 <dnovotny@redhat.com>.
47
48
49
50 28 May 2009 abrtd(8)