• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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