• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Problem with uninstall ProFTPD

Azurel

Silver Pleskian
I want uninstall ProFTPD ftpserver. This service is deactivated and I don't need it, because I use winscp with auth-key and passphrase to upload files.

But this is what I get from plesk

The following components depend on the components you are going to remove or conflict with components you are going to install:

Apache mod_perl module, Apache mod_fcgid module, Parallels Plesk Panel, Plesk Updater, PHP5 support, Apache web server support, Apache mod_python module, Plesk Web hosting, Webalizer webstat

To complete the removal or installation, additionally remove the dependent or conflicting components. To cancel the removal or installation of certain components, select the corresponding option from the actions list.

I don't understand... what is here the problem?
 
The RPM is psa-prodtpd and Plesk has it as a requirement (or the other way around). Therefore, when you try to remove it, it tries to remove Plesk and other Plesk components too.

Use --nodeps if you must remove it, but quite frankly if you have disabled it then why bother causing a potential problem? In addition, installing future Plesk MUs will probably re-install it at some point, or may fail in some horrible way. So I'd just leave it as it is.
 
Hello,

Yes. I will also suggest you to do not try to remove ProFTPD from your server. You can keep disable that on your server, If you don't want to use it.
 
Thanks for your answers. Thats help me. :)

I have disable ftp for long time with "chkconfig ftp_psa off".
 
Really? What OS do you use?

In Centos/RedHat, psa-proftpd runs via xinetd and so there is no ftp_psa init service for chkconfig to adjust, so I'm guessing you use something more "exotic" like Ubuntu or something :)

Note that an even simpler thing would be to firewall port 21. This pretty much guarantees no problems with Plesk's internal checks.
 
OOps!

I got that wrong!

Contrary to my knowledge of the chkconfig command, it actually reaches into xinetd.d and switched it off!
My initial test showed that it did not, but I was using psa_ftp instead of ftp_psa which was why it wasn't working!

Anyway, you have it firewalled so all is well anyway!
 
Last edited:
so I'm guessing you use something more "exotic" like Ubuntu or something :)

Ubuntu is in no way exotic at all :)
However Ubuntu/Debian does not use chkconfig, it has tools like update-inetd which can be used to enable or disable services.

Regards,
Kristian

P.S: Sorry for Offtopic
 
Back
Top