www.ProFTPD.de
13. März 2007, 19:19:24 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / Re: Hilfe! Bekomme immer diesen Fehler: Failed binding to 0.0.0.0, port 21: Addr am: 18. Dezember 2006, 21:07:52
Hallo VolGas!

Vielen Dank für die Antwort. Smiley

Ich habe das Problem in der Zwischenzeit gelöst:

Obwohl die o.g. Fehlermeldung erscheint funktioniert mein FTP-Server, aber es lag daran das für meine Benutzer kein Homeverzeichnis gab. Sobald ich das Homeverzeichnis angelegt habe konnte ich mich als Benutzer in den FTP server einloggen.
Mein FTP funktioniert jetzt, obwohl die Fehlermeldungen noch da sind. Keine Ahnung?

Gruss

Bodo

2  ProFTPD / ProFTPD - Deutsch / Hilfe! Bekomme immer diesen Fehler: Failed binding to 0.0.0.0, port 21: Address am: 16. Dezember 2006, 15:53:29
Hallo!
Ich bin proftpd Neuling und versuche es alles zu konfigurieren aber es haut einfach nicht hin Traurig

Ich habe proftpd auf meinem Server installiert, und die Konfiguration von der proftpd.de Page übernommen. Wenn ich "proftpd -d4 -n" ausführe kommt folgende Meldung:

Code:
debian3164lamp:~# proftpd -d4 -n
 - mod_tls/2.0.7: using OpenSSL 0.9.7e 25 Oct 2004
 - parsing '/etc/proftpd.conf' configuration
localhost.localdomain - deleting existing scoreboard '/var/run/proftpd/proftpd.scoreboard'
localhost.localdomain - Failed binding to 0.0.0.0, port 21: Address already in use
localhost.localdomain - Check the ServerType directive to ensure you are configured correctly.

Hier meine proftpd.conf:

Code:
# (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.

AllowOverwrite on

Ich habe auch die FAQ von proftdp.de durchglesen aber das funktioniert leider auch nicht. (In meiner initd.conf ist nämlich diese Zeile auskommentiert)

Vielen Dank schon mal für die Antworten!

Bodo

http://www.proftpd.de/FAQ.15.0.html
Seiten: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.06 Sekunden mit 16 Zugriffen.