Bug 241543
| Summary: | Adding recipents entry to config file crashes setroubleshoot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | John Villalovos <software> | ||||
| Component: | setroubleshoot | Assignee: | John Dennis <jdennis> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.0 | CC: | djuran | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RHSA-2008-0061 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-05-21 14:25:40 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
John Villalovos
2007-05-27 21:05:36 UTC
I forgot to add I am running: # rpm -q setroubleshoot setroubleshoot-1.8.11-4.el5 Created attachment 157812 [details]
patch to correct invalid argument in set_filter()
Because of scheduling issues concerning bug fix updates it may be a while till you see this bug fix appear in a RHEL update. However, because the fix is so easy I tell you how to fix it in your installation using a text editor. Open /usr/lib/python2.4/site-packages/setroubleshoot/server.py goto line 145, remove the first parameter (self) from the set_filter() call so it reads like this: self.database.set_filter(siginfo.sig, addr, FILTER_ALWAYS) Thanks! reopen, set state to Modified, request 5.2 Update inclusion Note, reproducer in comment #0 is no longer valid, that configuration option has been removed. Email address can now be managed directly via the GUI menu item: File-->Edit email alert list An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2008-0061.html |