Hi Leute,
hab ab und zu mal das Problem, das mein proftpd sich aufhängt und dann den Server voll auslastet. Was kann das sein?
Mein System:
Debian 3.1 Sarge
2GB Ram
160GB HD
Proftpd.conf:
/etc/default/proftpd :
Any Ideas?
hab ab und zu mal das Problem, das mein proftpd sich aufhängt und dann den Server voll auslastet. Was kann das sein?
Mein System:
Debian 3.1 Sarge
2GB Ram
160GB HD
Proftpd.conf:
Code:
#### CONFIXX PRO-FTPD CONFIG FILE ####
ServerName meinhostname
ServerType standalone
DefaultServer on
ServerAdmin meineMailAdresse
ServerIdent on "FTP Server ready."
ListOptions "-a"
Port 21
Umask 022
MaxInstances 30
User nobody
Group nogroup
TransferLog /var/log/xferlog
AllowOverwrite on
DefaultRoot ~
<Limit LOGIN>
DenyGroup poponly
</Limit>
/etc/default/proftpd :
Code:
# Defaults for proftpd initscript
RUN="yes"
OPTIONS="-d 3"
Any Ideas?