Proftpd service dies



About every 3 or 4 days, my ProFTPD service stops accepting
connections with the following message:

[root@mars proftpd]# ftp localhost
Connected to localhost (127.0.0.1).
220 FTP Server ready.
Name (localhost:root): jdoe
500 not understood
Login failed.
ftp>

I keep on having to restart the service to get it going. Am I doing
something wrong? Here is my proftpd.conf:

[root@mars etc]# cat proftpd.conf
# This is the ProFTPD configuration file
# $Id: proftpd.conf,v 1.1 2004/02/26 17:54:30 thias Exp $
ServerName "ProFTPD server"
ServerIdent on "FTP Server ready."
ServerAdmin root@localhost
ServerType standalone
DefaultServer on
AccessGrantMsg "User %u logged in."
DeferWelcome off
DefaultRoot ~ !adm
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c
IdentLookups off
UseReverseDNS on
Port 21
Umask 022
ListOptions "-a"
MaxConnectionRate 4
AllowRetrieveRestart on
AllowStoreRestart on
MaxInstances 10
User nobody
Group nobody
ScoreboardFile /var/run/proftpd.score

<Global>
AllowOverwrite yes
<Limit ALL SITE_CHMOD>
AllowAll
</Limit>
<Limit WRITE SITE_CHMOD>
DenyAll
</Limit>
</Global>


LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"

WtmpLog off
ExtendedLog /var/log/proftpd/access.log WRITE,READ default
ExtendedLog /var/log/proftpd/auth.log AUTH auth

<Anonymous ~tmp>
User jdoe
Group jdoe
AccessGrantMsg "login ok, restrictions apply."
MaxClients 10 "Sorry, max %m users -- try again later"
DirFakeUser on jdoe
DirFakeGroup on jdoe
AnonRequirePassword on
<Limit WRITE SITE_CHMOD>
DenyAll
</Limit>
<Directory /*>
AllowOverwrite off
HideNoAccess on
<Limit READ>
AllowAll
</Limit>
</Directory>
<Directory Uploadz/*>
AllowOverwrite on
<Limit STOR CMD MKD WRITE>
AllowAll
</Limit>
</Directory>
<Directory /mnt/emule>
<Limit READ>
AllowAll
</Limit>
</Directory>
</Anonymous>

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Proftpd service dies
    ... connections with the following message: ... 220 FTP Server ready. ... # This is the ProFTPD configuration file ...
    (Fedora)
  • Re: Proftpd service dies
    ... connections with the following message: ... 220 FTP Server ready. ... # This is the ProFTPD configuration file ...
    (Fedora)
  • Re: ProFTPD access error 500
    ... connections with the following message: ... 220 FTP Server ready. ... Name: jdoe ...
    (Fedora)
  • ProFTPD access error 500
    ... connections with the following message: ... 220 FTP Server ready. ... PRE_CMD command '' to mod_core ...
    (Fedora)
  • IPSec tools. Tips asked for selecting some toolsets
    ... I have written FTP and HTTP functionality to my apps for years, ... Now I should be able to open and handle IPSec VPN tunnels for secure ... I'll list here some keywords about those IPSec banking connections, ... *immediately* is a secure FTP connection over SSL lines. ...
    (borland.public.delphi.thirdpartytools.general)