• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

ftptop from psa-proftpd broken

breun

Golden Pleskian
The psa-proftpd package contains the /usr/bin/ftptop binary ("display running status on proftpd server connections"), but it doesn't work on our CentOS servers:

Code:
# ftptop
ftptop: no curses or ncurses library on this system

The output says the (n)curses library is not available, but the ncurses package is installed on our servers. Please fix this.
 
This is a Plesk bug. Running ldd /usr/bin/ftpwho gives:
Code:
]# ldd /usr/bin/ftpwho
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x00d4c000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00bb8000)
        /lib/ld-linux.so.2 (0x00b9e000)
Apparently Parrallels did not compile ftpwho, a part of proftpd, against ncurses. You might be able to shoehorn a better built rpm of proftpd into your system, but it would certainly be easier if Parrallels got their act together. And, yes, the blame lies with them:
Code:
]# rpm -qa --qf "%{packager} - %{name} %{version} - %{arch}\n" | grep proftpd
Parallels <info@parallels.com> - psa-proftpd 1.3.1 - i586
Parallels <info@parallels.com> - psa-proftpd-xinetd 1.3.1 - i586
 
The psa-proftpd package contains the /usr/bin/ftptop binary ("display running status on proftpd server connections"), but it doesn't work on our CentOS servers:

Code:
# ftptop
ftptop: no curses or ncurses library on this system

The output says the (n)curses library is not available, but the ncurses package is installed on our servers. Please fix this.

Thank you for report.
The problem is confirmed and will be fixed in Plesk 8.6.1
 
Back
Top