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
Created attachment 376349 [details] File: backtrace
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?
(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
Thanks for your report. The missing package is most likely "audit-libs-python".
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)
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
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
Created attachment 382822 [details] Test procedure of the fix proposed in Comment #7
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.