-
Did you restart the DenyHosts deamon after modifying sync.py?.
2009-12-31 16:51:28 UTC in DenyHosts
-
You could also try editing sync.py, line 47:
from:
timestamp = long(timestamp.strip())
to:
timestamp = timestamp.strip()
That should fix the issue w/ your current version of python.
2009-12-31 00:51:42 UTC in DenyHosts
-
Can you try using python2.6? It may fix the issue but not sure. Are you running DenyHosts on a 64-bit kernel?.
2009-12-31 00:24:09 UTC in DenyHosts