• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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