Bug 544625
| Summary: | [abrt] crash detected in system-config-audit-0.4.13-1.fc12 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | André Auzi <aauzi> | ||||||
| Component: | system-config-audit | Assignee: | Miloslav Trmač <mitr> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 12 | CC: | mitr, rrakus | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | abrt_hash:1ff63bd9 | ||||||||
| Fixed In Version: | 0.4.13-2.fc12 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-01-12 23:51:59 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
André Auzi
2009-12-05 19:21:29 UTC
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. |