www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: cnxnet\neo am 10. Oktober 2004, 22:03:43



Titel: Fehler bei der Installation
Beitrag von: cnxnet\neo am 10. Oktober 2004, 22:03:43
Hi,

ich bekomme den Fehler

Zitat
Failed binding to 0.0.0.0, port 25: Address already in use


beim  sbin/proftpd -n -d5


Meine Config:

Zitat
# (C) www.proftpd.de

# updated 2003-05-12

# by Stonki

 

ServerName "SERVERNAME"

ServerType standalone

DefaultServer on

 

# 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

 

# Note that this ONLY works in standalone mode

MaxInstances 30

 

# Set the user and group under which the server will run.

User nobody

Group nogroup

 

# To cause every FTP user to be "jailed" (chrooted) into their home

# directory, uncomment this line.

DefaultRoot ~

 

# Normally, we want files to be overwriteable.

<Directory />

AllowOverwrite on

</Directory>



Titel: Fehler bei der Installation
Beitrag von: Wörsty am 10. Oktober 2004, 22:37:17
Da läuft schon was auf Port 21.
 :look) nach fuser hilft dir :wink:

Step 1:
fuser -n tcp 21
Dann ein ps aux | grep <Prozess-ID die fuser rausgeschmissen hat>

Step 2a, wenn es proftpd war:
killall proftpd
proftpd -nd5
Verbindung versuchen

Step 2b, wenn es (x)inetd war:
http://www.proftpd.de/forum2/viewtopic.php?t=1268

Step 3 - wenn nix geht:
Alle Ergebnisse posten.