Bug 222442
| Summary: | daemon fails to start: invalid syntax in rhpl/__init__.py ? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> |
| Component: | rhpl | Assignee: | Paul Nasrat <nobody+pnasrat> |
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-01-15 15:24:50 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: | |||
This is not a problem with setroubleshoot, rather with the package rhpl, specifically rhpl-0.200-1 introduced a bug, line 40 in __init__.py is missing a comma. Reassigning to rhpl. Fixed in rhpl-0.201-2. |
Description of problem: After updating to setroubleshoot-1.8.14-1.fc7, it fails to start on reboot. Starting manually produces: [root@localhost ~]# setroubleshootd -f Traceback (most recent call last): File "/usr/sbin/setroubleshootd", line 71, in <module> from setroubleshoot.server import RunFaultServer File "/usr/lib/python2.5/site-packages/setroubleshoot/server.py", line 35, in <module> from setroubleshoot.analyze import * File "/usr/lib/python2.5/site-packages/setroubleshoot/analyze.py", line 35, in <module> from setroubleshoot.avc_audit import * File "/usr/lib/python2.5/site-packages/setroubleshoot/avc_audit.py", line 36, in <module> from setroubleshoot.signature import AVC, AvcContext File "/usr/lib/python2.5/site-packages/setroubleshoot/signature.py", line 62, in <module> from rhpl.translate import _ File "/usr/lib/python2.5/site-packages/rhpl/__init__.py", line 41 'PS3PF' : 'PS3' ^ SyntaxError: invalid syntax [root@localhost ~]# Version-Release number of selected component (if applicable): setroubleshoot-1.8.14-1.fc7 How reproducible: Every time Steps to Reproduce: 1. start setroubleshootd 2. 3. Actual results: Expected results: Additional info: