From Fedora Project Wiki

mNo edit summary
(add restart ABRT instructions)
Line 8: Line 8:
</pre>
</pre>


Set ''BlackList'' to names of packages whose crashes ABRT should ignore  
Set ''BlackList'' to names of packages whose crashes ABRT should ignore.
 
Restart ABRT: <pre># service abrt restart</pre>
 
Crash applications and watch if they are ignored according to configuration.
 
|results=
|results=
# abrt should ignore crashes of applications from blacklisted packages
# abrt should ignore crashes of applications from blacklisted packages

Revision as of 19:20, 17 August 2009

Description

Testing ABRT BlackListing of certain packages.


How to test

Edit config file /etc/abrt/abrt.conf, find lines:

# blacklisted packages
BlackList = bash, bind, apache2

Set BlackList to names of packages whose crashes ABRT should ignore.

Restart ABRT:

# service abrt restart

Crash applications and watch if they are ignored according to configuration.

Expected Results

  1. abrt should ignore crashes of applications from blacklisted packages
  2. all other packages might be ignored or not - this depends on QA:Testcase ABRT GPG check and QA:TestCase ABRT GPG Keys.