Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161427 Details for
Bug 251580
fail2ban wakes up 28 times a second
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Remove join workaround to test real rate of wakeups
fail2ban-remove-join-workaround.diff (text/plain), 598 bytes, created by
Axel Thimm
on 2007-08-16 03:07:09 UTC
(
hide
)
Description:
Remove join workaround to test real rate of wakeups
Filename:
MIME Type:
Creator:
Axel Thimm
Created:
2007-08-16 03:07:09 UTC
Size:
598 bytes
patch
obsolete
>Index: server/server.py >=================================================================== >--- server/server.py (revision 604) >+++ server/server.py (working copy) >@@ -76,8 +76,9 @@ > self.__socket.start() > # Workaround (???) for join() bug. > # https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1167930&group_id=5470 >- while self.__socket.isAlive(): >- self.__socket.join(1) >+ #while self.__socket.isAlive(): >+ # self.__socket.join(1) >+ self.__socket.join() > except SSocketErrorException: > logSys.error("Could not start server") > logSys.info("Exiting Fail2ban")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251580
: 161427