• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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