View Full Version : After 8.1 install get "Fatal: ScoreboardFile: ..." Error
ArizonaSky
7th December 2006, 12:52 AM
After installing Plesk 8.1 on Ubuntu with the autoinstaller I got the following error in /var/log/daemon.log when trying to ftp to the server:
"Fatal: ScoreboardFile: : unable to use '/var/run/proftpd/scoreboard':"
In case anyone else runs into the same problem it appears to be caused by the install not creating the "/var/run/proftpd" directory.
I created the directory and ftp seems to work ok now and the directory contains these files:
proftpd.delay
scoreboard
mcminc
30th December 2006, 05:35 PM
I had the same problem, so I created the director and everything worked great.
Then I rebooted the system, which is Ubuntu, and the director is missing again. Does anyone know why this would be happening and/or how to fix it?
neostar
24th April 2007, 07:27 AM
Hi,
just wanted to chime in. Has anyone fixed this problem? I have the feeling that it is a write access problem.
Because I just had a similar problem. I created the file and afterwards it worked one time. The file got removed and couldn't be recreated. But I'm not sure if this is the issue here.
The solution would be to trace down when and by which app the directory gets removed. I will research this problem with a coworker but if any of you has some suggestions, feel free to chime in.
jsalano
8th May 2007, 01:12 PM
changue this line in /etc/proftpd.conf
#Include directive should point to place where FTP Virtual Hosts configurations
#preserved
ScoreboardFile /var/run/proftpd_scoreboard
run /etc/init.d/xinetd restart
neostar
8th May 2007, 01:24 PM
Originally posted by jsalano
changue this line in /etc/proftpd.conf
#Include directive should point to place where FTP Virtual Hosts configurations
#preserved
ScoreboardFile /var/run/proftpd_scoreboard
run /etc/init.d/xinetd restart
Thanks for sharing, works perfectly on my servers.
ArizonaSky
8th May 2007, 04:32 PM
Thanks...ftp seems to work ok now upon restart.
Mtcocktail
21st August 2007, 06:58 AM
Or just :
#mkdir /var/run/protfpd
neostar
21st August 2007, 07:01 AM
Originally posted by Mtcocktail
Or just :
#mkdir /var/run/protfpd
This only works only till the next reboot.
jsalano
21st August 2007, 07:13 AM
if you make the folder, this deleted when reboot...
vBulletin® v3.6.12, Copyright ©2000-2008, Jelsoft Enterprises Ltd.