• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Proftpd not working after upgrade from plesk8

M

Marco AugustoL

Guest
After upgrade from plesk8 proftpd disappeared from server:

Components Manager gives me that ftp is installed:

psa-proftpd 1.3.1-cos5.build92091016.19

but ftp server is not started and when i try to start with /usr/sbin/proftpd it responds:

- warning: unable to determine IP address of '**************'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'
 
I resolved:

in /etc/hosts i added this line:

127.0.0.1 <whatever hostname returned goes here>

where <whatever hostname returned goes here> is the result of hostname command.

I don't know why is necessary in this server and not in another server with plesk 9.2.3.
 
Back
Top