Mam mały problem. Otóż, kilka dni temu zainstalowałem i skonfigurowałem serwer. Wszystko chodziło OK. Nie wiem czemu gdy dziś się chciałem zalogowoć przez Total Commandera - nie mogłem. Po wpisaniu nazwy użytkownika i wyświetleniu komunikatu 220 pojawia się OFFLINE. I tak dla każdego użytkownika.
W systemie NIC nie było zmieniane, dodane zostało tylko mrtg, ale to chyba nie mogło mieć wpływu na działanie serwera ftp.
ps aux:
nobody 13584 0.0 0.4 2148 1176 ? Ss 15:47 0:00 proftpd: (accep
proftp.conf:
ServerName "Serwer FTP"
ServerType standalone
# Bind 213.73.2.37
ServerIdent on "Serwer FTP gotowy do pracy."
AccessDenyMsg "Login niepoprawny. Brak dostepu dla %u."
DefaultServer on
DefaultAddress localhost
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 15
MaxLoginAttempts 2
MaxClients 10 "Serwer pelny. Prosze czekac..."
MaxClientsPerHost 1 "Tylko jedno polaczenie na host."
MaxClientsPerUser 1 "Obsluguje tylko simplex;)"
TimeoutIdle 120
TimeoutLogin 30
TimeoutNoTransfer 180
TimeoutSession 86400
# Set the user and group under which the server will run.
User nobody
Group nobody
SystemLog /var/log/proftpd
TransferLog /var/log/xferl
ExtendedLog /var/log/ftpsnif
ExtendedLog /dev/tty7
PidFile /var/run/proftpd.pid
ScoreboardFile /var/run/proftpd.scoreboard
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultChdir ~
DefaultRoot ~
RootLogin off
DefaultTransferMode binary
DeleteAbortedStores on
HiddenStor on
ListOptions "+a"
# Normally, we want files to be overwriteable.
AllowOverride on
#r use of SITE CHMOD by default
<Limit SITE_CHMOD>
DenyAll
</Limit>
EDIT:
Reinstalacja pamkietu pomogła. Plik .config był ten sam.