Bug 544625 - [abrt] crash detected in system-config-audit-0.4.13-1.fc12
Summary: [abrt] crash detected in system-config-audit-0.4.13-1.fc12
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-audit
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Miloslav Trmač
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:1ff63bd9
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-05 19:21 UTC by André Auzi
Modified: 2010-01-12 23:51 UTC (History)
2 users (show)

Fixed In Version: 0.4.13-2.fc12
Clone Of:
Environment:
Last Closed: 2010-01-12 23:51:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (6.48 KB, text/plain)
2009-12-05 19:21 UTC, André Auzi
no flags Details
Test procedure of the fix proposed in Comment #7 (5.72 KB, text/plain)
2010-01-10 15:57 UTC, André Auzi
no flags Details

Description André Auzi 2009-12-05 19:21:29 UTC
abrt 1.0.0 detected a crash.

How to reproduce
-----
1. start system-config-audit

Comment: Just started it :s
Attached file: backtrace
cmdline: /usr/bin/python /usr/share/system-config-audit/main.py 
component: system-config-audit
executable: /usr/share/system-config-audit/main.py
kernel: 2.6.31.6-145.fc12.x86_64
package: system-config-audit-0.4.13-1.fc12
uuid: 1ff63bd9

Comment 1 André Auzi 2009-12-05 19:21:32 UTC
Created attachment 376349 [details]
File: backtrace

Comment 2 Roman Rakus 2009-12-07 16:51:04 UTC
Looks like there is missing Requires for audit in system-config-audit.
Do you have installed audit? If not, can you please try to install it and start system-config-audit again?

Comment 3 André Auzi 2009-12-07 19:48:39 UTC
(In reply to comment #2)
> Looks like there is missing Requires for audit in system-config-audit.
> Do you have installed audit? If not, can you please try to install it and start
> system-config-audit again?  

Hi Roman,
unfortunately audit package is already installed.

[aauzi@atelier ~]$ LANG= su -c"yum install audit"
Password: 
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit, refresh-updatesd
Setting up Install Process
Package audit-2.0.3-1.fc12.x86_64 already installed and latest version
Nothing to do
[aauzi@atelier ~]$ LANG= system-config-audit
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/usr/share/system-config-audit/main.py", line 27, in <module>
    from main_window import MainWindow
  File "/usr/share/system-config-audit/main_window.py", line 22, in <module>
    import audit
ImportError: No module named audit

Comment 4 Miloslav Trmač 2009-12-08 13:35:22 UTC
Thanks for your report.

The missing package is most likely "audit-libs-python".

Comment 5 André Auzi 2009-12-08 20:48:17 UTC
That's right.

Sorry, I missed it before.
A

[aauzi@atelier ~]$ LANG= su -c"yum install audit-libs-python"
Password: 
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit, refresh-updatesd
local                                                    | 1.3 kB     00:00     
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package audit-libs-python.x86_64 0:2.0.3-1.fc12 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch         Version               Repository     Size
================================================================================
Installing:
 audit-libs-python       x86_64       2.0.3-1.fc12          updates        61 k

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 61 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
updates/prestodelta                                      | 236 kB     00:00     
Processing delta metadata
Package(s) data still to download: 61 k
audit-libs-python-2.0.3-1.fc12.x86_64.rpm                |  61 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : audit-libs-python-2.0.3-1.fc12.x86_64                    1/1 

Installed:
  audit-libs-python.x86_64 0:2.0.3-1.fc12                                       

Complete!
[aauzi@atelier ~]$ LANG= system-config-audit
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory
auditd.conf:26: Unknown keyword
auditd.conf:28: Unknown keyword
auditd.conf:29: Unknown keyword
auditd.conf:30: Unknown keyword

(much better)

Comment 6 Fedora Update System 2010-01-05 18:20:38 UTC
system-config-audit-0.4.13-2.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/system-config-audit-0.4.13-2.fc12

Comment 7 Fedora Update System 2010-01-07 00:55:11 UTC
system-config-audit-0.4.13-2.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update system-config-audit'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0216

Comment 8 André Auzi 2010-01-10 15:57:37 UTC
Created attachment 382822 [details]
Test procedure of the fix proposed in Comment #7

Comment 9 Fedora Update System 2010-01-12 23:51:55 UTC
system-config-audit-0.4.13-2.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.