Your message dated Wed, 26 Feb 2020 09:35:27 +0100
with message-id
<cadcl3saa1yfvfkpsqtedeygfhn8zpaa2rrq7w7lzy6-qo0f...@mail.gmail.com>
and subject line vsftpd stalls when host has been blocked by PAM
has caused the Debian Bug report #952512,
regarding vsftpd stalls when host has been blocked by PAM
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
952512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vsftpd
Version: 3.0.3-12
Description:
When an authentication is blocked by PAM (module: pam_abl.so) because of
the remote-host is blocked the vsftpd service is stalled and doesn't accept
connection until service is restarted (reload is not enough).
I guess vsftpd have a bug when it gets the communication.
This doesn't happen when an authentication is rejected because of the user
is blocked (I assume vsftpd understand the communication is this case).
I assume it's related to the bug submit:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952421
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952421>
Content of "/etc/security/pam_abl.conf"
user_rule=*/:3/1h
host_rule=*:5/5h
host_purge=1d
user_purge=1d
limits=100-300
user_db=/var/lib/abl/users.db
host_db=/var/lib/abl/hosts.db
host_clear_cmd=[logger] [clear] [host] [%h]
host_block_cmd=[logger] [block] [host] [%h]
user_clear_cmd=[logger] [clear] [user] [%u]
user_block_cmd=[logger] [block] [user] [%u]
user_whitelist=
host_whitelist=localhost
db_home=/var/lib/abl
--- End Message ---
--- Begin Message ---
Cannot reproduce the problem now!?
Cannot explain, everything look the same as when I saw the problem.
Closing for now.
--- End Message ---