Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Plesk 9.5.4 MU#13 and psa-proftpd from Atomic

Unread post 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]
Lemonbit Internet Dedicated Server Management
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

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

Unread post by breun »

It looks like the same goes for Plesk 10.3.1 MU#16, which also updates the proftpd binary.
Lemonbit Internet Dedicated Server Management
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

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

Unread post by scott »

Shortcut:

yum reinstall psa-proftpd
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

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

Unread post by breun »

On EL5, yes. Sadly not available on EL4.
Lemonbit Internet Dedicated Server Management
Post Reply