forcemerge 774689 775272 thanks Known issue... didn't have time unfortunately even though workaround is trivial - willing to try?
$> git diff diff --git a/server/__init__.py b/server/__init__.py index 2b76f4b..74f3b75 100644 --- a/server/__init__.py +++ b/server/__init__.py @@ -23,3 +23,7 @@ __author__ = "Cyril Jaquier" __copyright__ = "Copyright (c) 2004 Cyril Jaquier" __license__ = "GPL" + +from time import strptime +# strptime thread safety hack-around - http://bugs.python.org/issue7980 +strptime("2012", "%Y") so just add those lines to your /usr/share/fail2ban/server/__init__.py and see if it starts now On Tue, 13 Jan 2015, Francois Gouget wrote: > Package: fail2ban > Version: 0.8.13-1 > Severity: normal > Dear Maintainer, > Enabling php-url-fopen causes fail2ban to fail on startup with the following > error: > 2015-01-13 14:07:23,618 fail2ban.filter [4845]: ERROR Error in > FilterPyinotify callback: > 'module' object has no attribute '_strptime_time' > 2015-01-13 14:09:23,856 fail2ban.server [4845]: INFO Stopping all jails -- Yaroslav O. Halchenko, Ph.D. http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Research Scientist, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

