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:
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.