3 |
- |
1 |
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
|
|
|
2 |
# in this directory (for example, uploaded via ftp, scp etc).
|
|
|
3 |
# Note: you must ensure that whatever directory you specify here exists
|
|
|
4 |
# and is writable for abrtd. abrtd will not create it automatically.
|
|
|
5 |
#
|
|
|
6 |
#WatchCrashdumpArchiveDir = /var/spool/abrt-upload
|
|
|
7 |
|
|
|
8 |
# Max size for crash storage [MiB] or 0 for unlimited
|
|
|
9 |
#
|
|
|
10 |
MaxCrashReportsSize = 1000
|
|
|
11 |
|
|
|
12 |
# Specify where you want to store coredumps and all files which are needed for
|
|
|
13 |
# reporting. (default:/var/spool/abrt)
|
|
|
14 |
#
|
|
|
15 |
# Changing dump location could cause problems with SELinux. See man abrt_selinux(8).
|
|
|
16 |
#
|
|
|
17 |
#DumpLocation = /var/spool/abrt
|
|
|
18 |
|
|
|
19 |
# If you want to automatically clean the upload directory you have to tweak the
|
|
|
20 |
# selinux policy.
|
|
|
21 |
#
|
|
|
22 |
DeleteUploaded = no
|
33 |
- |
23 |
|
|
|
24 |
# A name of event which is run automatically after problem's detection. The
|
|
|
25 |
# event should perform some fast analysis and print out THANKYOU message if the
|
|
|
26 |
# problem is konwn.
|
|
|
27 |
#
|
|
|
28 |
# In order to run this event automatically after detection, the
|
|
|
29 |
# AutoreportingEnabled option must be configured to 'yes'
|
|
|
30 |
#
|
57 |
- |
31 |
# Default value: report_uReport
|
33 |
- |
32 |
#
|
57 |
- |
33 |
AutoreportingEvent = report_uReport
|
33 |
- |
34 |
|
|
|
35 |
# Enables automatic running of the event configured in AutoreportingEvent option.
|
|
|
36 |
#
|
|
|
37 |
AutoreportingEnabled = no
|
|
|
38 |
|
|
|
39 |
# Disable this option if you want to allow regular users to have file system
|
|
|
40 |
# rights to read the problem data stored in DumpLocation.
|
|
|
41 |
#
|
|
|
42 |
# Caution:
|
|
|
43 |
# THE PROBLEM DATA CONTAINS EXCERPTS OF /var/log/messages, dmesg AND sosreport
|
|
|
44 |
# data GENERATED BY abrtd UNDER THE USER root.
|
|
|
45 |
#
|
|
|
46 |
PrivateReports = yes
|
95 |
- |
47 |
|
|
|
48 |
# Allows ABRT tools to detect problems in ABRT itself. By increasing the value
|
|
|
49 |
# you can force ABRT to detect, process and report problems in ABRT. You have
|
|
|
50 |
# to bare in mind that ABRT might fall into an infinite loop when handling
|
|
|
51 |
# problems caused by itself.
|
|
|
52 |
# The default is 0 (non debug mode).
|
|
|
53 |
#
|
|
|
54 |
# DebugLevel = 0
|