Package: fail2ban
Version: 0.7.5-2
Severity: grave
Justification: renders package unusable

Somewhere, fail2ban does iptables -L INPUT | grep -q fail2ban-ssh (I believe 
this is at startup).  If you have a rather large iptables ruleset, this takes 
forever to return because it is trying to lookup every hostname in the iptables 
ruleset.  I suggest:

iptables -L INPUT -n | grep -q fail2ban-ssh

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-grsec-nomods-aoe
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages fail2ban depends on:
ii  iptables                1.3.6.0debian1-5 administration tools for packet fi
ii  lsb-base                3.1-22           Linux Standard Base 3.1 init scrip
ii  python                  2.4.4-2          An interactive high-level object-o
ii  python-central          0.5.12           register and build utility for Pyt
ii  python2.4               2.4.4-1          An interactive high-level object-o

fail2ban recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to