> I have this working remedy of overwriting the LANG varible on the > commandline, so I won't be investigating further. Now, however, it's > known and you should be able to upstream the bug -- right? I've composed an email upstream fail2ban and ready to forward it... would you mind providing just a bit more detail since I am still wondering if it is not time module issue.
I've attached a tiny python script with 4 commands which might
help to pin point the issue. Would you mind running it from the same
environment as fail2ban was ran and then with LANG=en_US, and forwarding
me output you receive.
Also 1 sample line from /var/log/auth.log might come handy ;-)
Thank you in advance
--
.-.
=------------------------------ /v\ ----------------------------=
Keep in touch // \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko /( )\ ICQ#: 60653192
Linux User ^^-^^ [175555]
#!/usr/bin/python2.3
import locale
import time
print `locale.setlocale(locale.LC_ALL,'')`
print time.strptime('May 31 09:30:01', '%b %d %H:%M:%S')
pgppPzYCHf9K4.pgp
Description: PGP signature

