| Abakus |
12-14-2012 12:34 AM |
abrtd: Unrecognized variable
I'm getting this error message and the result is that I'm not getting a saved coredump:
abrtd: Unrecognized variable 'BlackListedPaths' in '/etc/abrt/abrt.conf'
Quote:
$ sudo abrtd -v
abrtd: Loading settings
abrtd: Unrecognized variable 'BlackListedPaths' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'ActionsAndReporters' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'ProcessUnpackaged' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'Database' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'Python' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable '120' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'CCpp' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'BlackList' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'OpenGPGCheck' in '/etc/abrt/abrt.conf'
abrtd: Unrecognized variable 'Kerneloops' in '/etc/abrt/abrt.conf'
abrtd: Creating glib main loop
abrtd: Initializing inotify
abrtd: Adding inotify watch to glib main loop
abrtd: Adding signal pipe watch to glib main loop
abrtd: Creating pid file
abrtd: Signalling parent
|
I've looked at http://www.linuxquestions.org/questi...iables-933606/
I've upgraded abrt to :
Quote:
Installed Packages
abrt.x86_64 2.0.8-6.el6.centos @base
|
My config file:
Quote:
cat /etc/abrt/abrt.conf
[ Common ]
# With this option set to "yes",
# only crashes in signed packages will be analyzed.
# the list of public keys used to check the signature is
# in the file gpg_keys
#
OpenGPGCheck = no
# Blacklisted packages
#
BlackList = nspluginwrapper, valgrind, strace, mono-core
# Process crashes in executables which do not belong to any package?
#
ProcessUnpackaged = yes
# Blacklisted executable paths (shell patterns)
#
BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer
# Which database plugin to use
#
Database = SQLite3
# 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 = 20000
# Vector of actions and reporters which are activated immediately
# after a crash occurs, comma separated.
#
#ActionsAndReporters = Mailx("[abrt] new crash was detected")
#ActionsAndReporters = FileTransfer("store")
ActionsAndReporters = SOSreport
# What actions or reporters to run on each crash type
#
[ AnalyzerActionsAndReporters ]
Kerneloops = RHTSupport, Logger
CCpp = RHTSupport, Logger
Python = RHTSupport, Logger
#CCpp:xorg-x11-apps = RunApp("date", "date.txt")
# Which Action plugins to run repeatedly
#
[ Cron ]
# h:m - at h:m
# s - every s seconds
120 = KerneloopsScanner
#02:00 = FileTransfer
|
I've googled and I'm still stuck.
|