hi,
i had DenyHosts running smoothly on my Debian server.
Then i decided to install fail2ban to protect Apache.
apt-get install fail2ban installed a newer version of python (python2.4) whereis python2.3 was used bu DenyHosts.
now when i try to start DenyHosts it fails with the follwoing message:
fileserver:/etc/fail2ban# /etc/init.d/denyhosts start
starting DenyHosts: /usr/bin/env python /usr/bin/denyhosts.py --daemon --config=/usr/share/denyhosts/denyhosts.cfg
Traceback (most recent call last):
File "/usr/bin/denyhosts.py", line 5, in ?
import DenyHosts.python_version
ImportError: No module named DenyHosts.python_version
i would like to get DenyHosts running again
grtz