Bug 358581
| Summary: | missing libuser-python dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Juha Tuomala <tuju> |
| Component: | setroubleshoot | Assignee: | John Dennis <jdennis> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | setroubleshoot-2.0.2-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-09 20:21:18 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: | |||
Thank you for reporting this, it has been fixed in the current release. setroubleshoot-2.0.2-1.fc8 has been pushed to the Fedora 8 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 setroubleshoot' Great, thank you for fixing it :) setroubleshoot-plugins-2.0.4-3.fc8,setroubleshoot-2.0.5-2.fc8 has been submitted as an update for Fedora 8 setroubleshoot-plugins-2.0.4-3.fc8, setroubleshoot-2.0.5-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: missing dependency. Version-Release number of selected component (if applicable): Installed: setroubleshoot-server.noarch 0:1.10.7-1.fc8 Dependency Installed: audit.x86_64 0:1.6.2-4.fc8 libxml2-python.x86_64 0:2.6.30-1 setroubleshoot-plugins.noarch 0:1.10.3-1.fc8 Complete! How reproducible: # service setroubleshoot status setroubleshootd is stopped # service setroubleshoot start Starting setroubleshootd: [ OK ] # Traceback (most recent call last): File "/usr/sbin/setroubleshootd", line 95, in <module> from setroubleshoot.server import RunFaultServer File "/usr/lib/python2.5/site-packages/setroubleshoot/server.py", line 43, in <module> from setroubleshoot.analyze import * File "/usr/lib/python2.5/site-packages/setroubleshoot/analyze.py", line 28, in <module> from setroubleshoot.avc_audit import * File "/usr/lib/python2.5/site-packages/setroubleshoot/avc_audit.py", line 41, in <module> from setroubleshoot.signature import AVC, AvcContext File "/usr/lib/python2.5/site-packages/setroubleshoot/signature.py", line 57, in <module> import libuser ImportError: No module named libuser Steps to Reproduce: 1. install 2. start 3. Actual results: traceback Expected results: no traceback Additional info: Installed: libuser-python.x86_64 0:0.56.6-1.fc8 Complete! # service setroubleshoot start Starting setroubleshootd: [ OK ]