• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

I can not sign with any FTP account

Javier_Barredo

New Pleskian
SOCentOS 6.6 (Final)
Plesk12.0.18 Actualización #35

I can not sign with any FTP account.

/var/log/messages:

FTP session opened.
unable to open TransferLog '/usr/local/psa/var/log/xferlog': Too many levels of symbolic links
chroot to '/var/www/vhosts/domain.com' failed for user 'user': Permission denied
error: unable to set DefaultRoot directory
FTP session closed.

Can anyone help me?
 
Have you checked output of command

# ls -la /usr/local/psa/var/log/xferlog
 
[root@gladiador ~]# ls -la /usr/local/psa/var/log/xferlog
lrwxrwxrwx. 1 root root 22 dic 27 19:07 /usr/local/psa/var/log/xferlog -> /var/log/plesk/xferlog
 
It seems that the file /usr/local/psa/var/log/xferlog was initially created when there was selinux enabled on the server. Make sure that you have

# getenforce
Disabled

and recreate this file.
 
Back
Top