Hello! I upgraded proftpd to proftpd_1.2.0pre10-2
1. In /var/log/daemon.log -------------------- Feb 25 17:01:04 maul proftpd[14909]: maul.samara.net (212.97.192.102[212.97.192. 102]) - run-time scoreboard file '' is corrupted or old version. -------------------- 2. When anybody opens connect to proftpd, it creates 'var' file in home directory of the user. 3. In /var/run there are no proftpd.pid file, although /etc/init.d/proftpd should create it... 4. PidFile directive, which is documented on proftpd site, seems to be not supported by debianized version. 5. I thought that nobody user couldn't create proftpd.pid file and specify User & Group directives as root. It didn't help... Where problem can be ? /etc/proftpd.conf -------------------- ServerName "MAUL server" ServerType standalone DeferWelcome off ShowSymlinks on MultilineRFC2228 on DefaultServer on ShowSymlinks on AllowOverwrite on DisplayLogin welcome.msg DisplayFirstChdir .message LsDefaultOptions "-l" Port 21 # Umask 022 is a good standard umask to prevent new files and dirs # (second parm) from being group and world writable. Umask 002 MaxInstances 50 TimeoutIdle 6000 TimeoutNoTransfer 3000 TimeoutStalled 600 User root Group root DefaultRoot ~ !root <Directory /*> AllowOverwrite on </Directory> <Directory ~/public_html/cgi-bin/*> Umask 0022 </Directory> <Directory ~/data/cgi-bin/*> Umask 0022 </Directory> <Directory ~/data/manager> <Limit ALL> DenyAll </Limit> </Directory> --------------------------------------------- Sergey Polyakov aka "BeerBong" Chief of WebZavod http://www.webzavod.ru Tel. +7 (8462) 43-93-85 | +7 (8462) 43-93-86 mailto:[EMAIL PROTECTED]