| Summary: | [abrt] fail2ban-server: socket.py:228:meth:error: [Errno 32] Broken pipe | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikhail <mikhail.v.gavrilov> | ||||||
| Component: | fail2ban | Assignee: | Orion Poplawski <orion> | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | athmanem, axel.thimm, jonathan.underwood, mikhail.v.gavrilov, orion, vonsch | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a5e58d2f672e624155af5b890152b895a83ad19a | ||||||||
| Whiteboard: | abrt_hash:8822d7fe8cb6e292e83595bdb405e5502b3adcba;VARIANT_ID=server; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-07-19 18:43:17 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1127106 [details]
File: backtrace
Created attachment 1127107 [details]
File: environ
Can you reproduce? Can you see if https://bodhi.fedoraproject.org/updates/FEDORA-2016-10b5fefb0d fixes it? Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Description of problem: Version-Release number of selected component: fail2ban-server-0.9.2-1.fc22 Additional info: reporter: libreport-2.6.4 cmdline: /usr/bin/python2 -s /usr/bin/fail2ban-client stop dso_list: python-libs-2.7.10-4.fc22.x86_64 executable: /usr/bin/fail2ban-client kernel: 4.1.6-201.fc22.x86_64 runlevel: N 3 type: Python uid: 0 Truncated backtrace: socket.py:228:meth:error: [Errno 32] Broken pipe Traceback (most recent call last): File "/usr/bin/fail2ban-client", line 470, in <module> if client.start(sys.argv): File "/usr/bin/fail2ban-client", line 440, in start return self.__processCommand(args) File "/usr/bin/fail2ban-client", line 281, in __processCommand return self.__processCmd([cmd]) File "/usr/bin/fail2ban-client", line 185, in __processCmd client.close() File "/usr/lib/python2.7/site-packages/fail2ban/client/csocket.py", line 55, in close self.__csock.sendall(CSPROTO.CLOSE + CSPROTO.END) File "/usr/lib64/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 32] Broken pipe Local variables in innermost frame: self: <socket._socketobject object at 0x7fd309fa8f30> args: ('<F2B_CLOSE_COMMAND><F2B_END_COMMAND>',) name: 'sendall'