Bug 1174230
| Summary: | [abrt] setroubleshoot-server: ConfigParser.py:743:set:TypeError: option values must be strings | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | webdesigner | ||||||
| Component: | setroubleshoot | Assignee: | Petr Lautrbach <plautrba> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | dwalsh, mgrepl, plautrba, webdesigner | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/27d49235373c654134c4b3f5d9c5bfb41492564a | ||||||||
| Whiteboard: | abrt_hash:dceeae9b5aa35a37aaa5d1cbed002fc9e5f717bb | ||||||||
| Fixed In Version: | setroubleshoot-3.2.23-1.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-04-18 09:33:43 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: |
|
||||||||
Created attachment 968941 [details]
File: backtrace
Created attachment 968942 [details]
File: environ
Do you know how you got it? Did it happen by default when you were using SEAlert? (In reply to Miroslav Grepl from comment #3) > Do you know how you got it? Did it happen by default when you were using > SEAlert? I did not use SEAlert in any special way. It is happened by default Fixed by https://github.com/fedora-selinux/setroubleshoot/commit/b0461301be70190fc11b8517b45f2c21eaf2c253 setroubleshoot-3.2.23-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/setroubleshoot-3.2.23-1.fc22 setroubleshoot-3.2.23-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/setroubleshoot-3.2.23-1.fc21 Package setroubleshoot-3.2.23-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing setroubleshoot-3.2.23-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-5884/setroubleshoot-3.2.23-1.fc22 then log in and leave karma (feedback). setroubleshoot-3.2.23-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. setroubleshoot-3.2.23-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: setroubleshoot-server-3.2.17-1.fc20 Additional info: reporter: libreport-2.3.0 cmdline: /usr/bin/python -Es /usr/sbin/setroubleshootd -f '' dso_list: python-libs-2.7.5-15.fc20.x86_64 executable: /usr/sbin/setroubleshootd kernel: 3.17.3-200.fc20.x86_64 runlevel: unknown type: Python uid: 0 Truncated backtrace: ConfigParser.py:743:set:TypeError: option values must be strings Traceback (most recent call last): File "/usr/sbin/setroubleshootd", line 29, in <module> from setroubleshoot.config import parse_config_setting, get_config File "/usr/lib64/python2.7/site-packages/setroubleshoot/config.py", line 651, in <module> config_init() File "/usr/lib64/python2.7/site-packages/setroubleshoot/config.py", line 417, in config_init _cfg = read_configuration(defaults) File "/usr/lib64/python2.7/site-packages/setroubleshoot/config.py", line 436, in read_configuration cfg.set(default_section,default_option,value) File "/usr/lib64/python2.7/ConfigParser.py", line 743, in set raise TypeError("option values must be strings") TypeError: option values must be strings Local variables in innermost frame: section: 'audit' option: 'retry_interval' value: 60 self: <ConfigParser.SafeConfigParser instance at 0x7f5324dfcb90>