• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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