Plesk 9.5.4 MU#13 and psa-proftpd from Atomic
Posted: Sun Dec 11, 2011 7:32 am
On servers with the psa-proftpd package from Atomic (currently psa-proftpd-1.3.4a-1) you'll see the following after upgrading to Plesk 9.5.4 MU#13:
Micro update 13 assumes you're using Plesk's psa-proftpd package and replaces the proftpd binary, which apparently isn't compatible with ProFTPd 1.3.4a installed by Atomic's psa-proftpd package.
Reinstalling the psa-proftpd package after upgrading to Plesk 9.5.4 MU#13 fixes the problem:
Code: Select all
# telnet localhost 21
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
Code: Select all
# rpm -V psa-proftpd | grep sbin
SM5....T /usr/sbin/proftpd
Code: Select all
# yumdownloader psa-proftpd
# rpm -U --force psa-proftpd*.rpm
# rm -f psa-proftpd*.rpm
# telnet localhost 21
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 ProFTPD 1.3.4a Server (ProFTPD) [127.0.0.1]