Plesk

Unable to connect to a server via FTP with ProFTPd installed from Atomicorp repository: Fatal: ScoreboardFile: : unable to use ‘/var/run/proftpd/scoreboard’: No such file or directory

Symptoms

Cause

Atomic ProFTPD incorrectly replaces ProFTPD package provided by Plesk.

Resolution

Apply one on the following solutions:

Modify the configuration to use the proper file

  1. Connect to the server via SSH

  2. Change the scoreboard file location to the correct one:

    # sed -i 's/ScoreboardFile.*/ScoreboardFile /var/run/proftpd.scoreboard/' /etc/proftpd.conf

Add systemd-tmpfiles configuration to create /var/run/proftpd directory

  1. Connect to the server via SSH

  2. Create the required directory manually:

    # mkdir /var/run/proftpd/

  3. Create the /usr/lib/tmpfiles.d/proftpd.conf file to ensure the directory is created on reboot:

    # echo 'd /var/run/proftpd 0775 root root -' >> /usr/lib/tmpfiles.d/proftpd.conf

Exit mobile version