ABRT.CONF(5) ABRT Manual ABRT.CONF(5)NAME
abrt.conf - Configuration file for abrt.
DESCRIPTION
abrt is a daemon that watches for application crashes. When a crash occurs, it collects the problem data and takes action according to its
configuration. This document describes abrt's configuration file.
The configuration file consists of items in the format "Option = Value". A description of each item follows:
DumpLocation = directory
The directory where should abrt store coredumps and all files which are needed for reporting. The default is /var/tmp/abrt.
MaxCrashReportsSize = number
The maximum disk space (specified in megabytes) that abrt will use for all the crash dumps. Specify a value here to ensure that the
crash dumps will not fill all available storage space. The default is 1000.
WatchCrashdumpArchiveDir = directory
The daemon will watch this directory and call abrt-handle-upload on files which appear there. This is used to auto-unpack crashdump
tarballs uploaded via ftp, scp, etc. The directory must exist and be writable for abrt. There is no default.
DeleteUploaded = yes/no
The daemon will delete an uploaded crashdump archive after an atempt to unpack it. An archive will be delete whether unpacking finishes
successfully or not. The default value is no.
SEE ALSO abrtd(8)abrt-action-save-package-data.conf(5)abrt-handle-upload(1)AUTHORS
o ABRT team
abrt 2.1.11 06/18/2014 ABRT.CONF(5)
Check Out this Related Man Page
ABRT-ACTION-GENERA(1) ABRT Manual ABRT-ACTION-GENERA(1)NAME
abrt-action-generate-core-backtrace - Generates coredump-level backtrace
SYNOPSIS
abrt-action-generate-core-backtrace [-v] [-r] [-d DIR]
DESCRIPTION
This tool uses coredump from the file coredump and binary at the path stored in file executable in the problem directory to generate
coredump-level backtrace.
Coredump-level backtrace resembles ordinary backtrace in that it contains information about call frames present on the stack at the time of
the crash. However, it only contains information that can be obtained from the coredump without debugging symbols available - mainly
relative addresses of the stored instruction pointers. Such backtrace can still be useful for reporting and reproducing the bug and does
not require debugging information files to be installed.
The result is saved in the problem directory in a file named core_backtrace.
Integration with libreport events
abrt-action-generate-core-backtrace can be used as an analyzer for application crashes which dump core.
Example usage in report_event.conf:
EVENT=analyze analyzer=CCpp
abrt-action-generate-core-backtrace
OPTIONS -d DIR
Path to problem directory.
-r
Do not hash function fingerprints. Useful for debugging.
-v
Be more verbose. Can be given multiple times.
AUTHORS
o ABRT team
abrt 2.1.11 06/18/2014 ABRT-ACTION-GENERA(1)
Hi All,
Here is a brief scenario for my requirement ..
There is a directory in FTP Server, where would files be uploaded on weekly basic.
I need to get those files which are uploaded during this week and not the files which are uploaded the previous week and download them to locale... (1 Reply)
Hi there,
Anyone there who has a procedure on how to crash a linux a system? We need to do some testing on our machines. And one of the test would be to crash the os. Appreciate you help. Thanks.
Best regards,
Sodapop (5 Replies)
Hello all, very much a Unix newbie.
My company has an old DG/UX system we use for customer data. I need to archive some data to clear some space, so I wanted to be able to list items in each directory by size, to grab some "low hanging" fruit to give me some breathing room as the system is... (0 Replies)
Hi,
Recently my has been hacked. A .pl script has been uploaded in the root of the directory, which uploaded lot of unwanted files and changed their file permission to 777.
I have no clue how did they upload that .pl file in my hosting.
Website is in shared hosting. Could they access my web... (3 Replies)
Do you need a gui for abrt? Is there any point to let it run at run level 3?
28.2. Installing and Running ABRT
19.2. Installing and Running ABRT (1 Reply)
This is a real world problem so I think you might found this interesting. We have servers which are shared by multiple team members. Each team member has its own user id and home directory. Now with time each user starts creating files which in end caused the disk to be full.
Now for creating a... (5 Replies)
Hi All,
i got few questions...
1) What is the maximum number of files that we can save under a single directory in AIX ? (* we have enough storage/disk space)
2) And what is the maximum number of sub - directories in side a directory?
I know that...every directory is a (special)... (11 Replies)
my sample file is like this
$cat onefile
05/21/18 13:10:07 ABRT US1CPDAY Status 1
05/21/18 21:18:54 ABRT DailyBackup_VFFPRDAPENTL01 Status 6
05/21/18 21:26:24 ABRT DailyBackup_VFFPRDAPENTL02 Status 6
05/21/18 21:57:36 ABRT DailyBackup_vm-ea1ffpreng01 Status 6... (7 Replies)