From Fedora Project Wiki

No edit summary
No edit summary
Line 10: Line 10:
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>
Restart ABRT: <pre># service abrtd restart</pre>


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

Revision as of 13:35, 18 March 2010

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 abrtd 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. The rest of non-blocked packages should be reported w.r.t. GPG check set up done in QA:Testcase ABRT GPG check and QA:TestCase ABRT GPG Keys test cases (only if you went through them already).