Symptoms

Going to CCP > Websites > example.com > File Manager results in the following error:

Error:
Invalid backend configuration.
Readable volumes not available.

Testing FTP access by the website FTP user, the following error is displayed:

[root@web01 ~]# ftp ftp.example.com
Connected to ftp.example.com (203.0.113.2).
220 FTP Server ready.
Name (ftp.example.com:root): ftp_user
331 Password required for ftp_user
Password:
530 Login incorrect.
Login failed.

Cause

The proftpd package installed on the web server is incorrect. OA uses customized proftpd package which has included files to accomodate virtual FTP users, and the login won't work with default proftpd package provided by OS vendor, as it uses the system /etc/passwd file.

Resolution

  1. Backup /usr/local/pem/ftp/ directory.
  2. Remove the native OS proftpd package

    # yum remove proftpd
    
  3. Install the proftpd package provided by Odin

    # yum install proftpd*pem
    

Internal content