• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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 <[email protected]> - psa-proftpd 1.3.1 - i586
Parallels <[email protected]> - 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