| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/abrt/ |
Upload File : |
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear # in this directory (for example, uploaded via ftp, scp etc). # Note: you must ensure that whatever directory you specify here exists # and is writable for abrtd. abrtd will not create it automatically. # #WatchCrashdumpArchiveDir = /var/spool/abrt-upload # Max size for crash storage [MiB] or 0 for unlimited # MaxCrashReportsSize = 1000 # Specify where you want to store coredumps and all files which are needed for # reporting. (default:/var/spool/abrt) # # Changing dump location could cause problems with SELinux. See man abrt_selinux(8). # #DumpLocation = /var/spool/abrt # If you want to automatically clean the upload directory you have to tweak the # selinux policy. # DeleteUploaded = no # A name of event which is run automatically after problem's detection. The # event should perform some fast analysis and print out THANKYOU message if the # problem is konwn. # # In order to run this event automatically after detection, the # AutoreportingEnabled option must be configured to 'yes' # # Default value: report_uReport # AutoreportingEvent = report_uReport # Enables automatic running of the event configured in AutoreportingEvent option. # AutoreportingEnabled = no # Disable this option if you want to allow regular users to have file system # rights to read the problem data stored in DumpLocation. # # Caution: # THE PROBLEM DATA CONTAINS EXCERPTS OF /var/log/messages, dmesg AND sosreport # data GENERATED BY abrtd UNDER THE USER root. # PrivateReports = yes # Allows ABRT tools to detect problems in ABRT itself. By increasing the value # you can force ABRT to detect, process and report problems in ABRT. You have # to bare in mind that ABRT might fall into an infinite loop when handling # problems caused by itself. # The default is 0 (non debug mode). # # DebugLevel = 0