• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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