Page 1 of 1

Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Posted: Sun Dec 11, 2011 7:32 am
by breun
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:

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.
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.

Code: Select all

# rpm -V psa-proftpd | grep sbin
SM5....T    /usr/sbin/proftpd
Reinstalling the psa-proftpd package after upgrading to Plesk 9.5.4 MU#13 fixes the problem:

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]

Re: Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Posted: Sun Dec 11, 2011 10:50 am
by breun
It looks like the same goes for Plesk 10.3.1 MU#16, which also updates the proftpd binary.

Re: Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Posted: Sun Dec 11, 2011 1:17 pm
by scott
Shortcut:

yum reinstall psa-proftpd

Re: Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Posted: Sun Dec 11, 2011 4:50 pm
by breun
On EL5, yes. Sadly not available on EL4.