PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ProFTPd (*schäm*)



lynix
18.06.04, 13:49
Hi, folks!

Ich schäm mich ja schon fast, dieses Thema anzusprechen, da es ja nun schon sehr breit getreten wurde, aber keiner der anderen Topics hat mir geholfen und google hab ich auch schon abgegrast.

Das Problem: "No certificate files found!"

Meine Config:



#### CONFIXX PRO-FTPD CONFIG FILE ####
#### created at Mon Jun 14 18:23:26 2004 ###

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName lynix.dyndns.org
ServerType standalone
DefaultServer on
ServerAdmin a@b.de
ServerIdent on "FTP Server ready."
LsDefaultOptions "-a"
RootLogin 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

# 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 30

# Set the user and group that the server normally runs at.
User nobody
Group nogroup

TransferLog /etc/proftpd.log

# Normally, we want files to be overwriteable.
AllowOverwrite on

#
# Do a chroot for web-users (i.e. public or www group), but
# do not change root if the user is also in the users group...
#
#DefaultRoot ~/public_html public,!users
#
DefaultRoot ~

# Groups that are not allowed to login
<Limit LOGIN>
# DenyGroup users
</Limit>


### ENDE ####


Wenn ich mit -n starte kommt


- No certificate files found!
localhost - Failed binding to 0.0.0.0, port 21: Address already in use
localhost - Check the ServerType directive to ensure you are configured correctly.


Wo stelle ich ein, an welche IP er sich bindet??? Die /etc/hosts stimmt...

Zur Info: Debian Woody, auf einem vServer

Bin für jede Hilfe dankbar,

lynix

Svenny
18.06.04, 15:38
>localhost - Failed binding to 0.0.0.0, port 21: Address already in use


da rennt doch schon was..

netstat -aput und schauen was da hört, vielleicht bereits der ftpd.

lynix
18.06.04, 19:58
Hi!

Danke, hattest Recht, der rennt schon...

Da ich Perfektionist bin, wüsste ich jedoch gern, wie ich diese Fehlermeldung wegbekomm. Ich hab gelesen, das hätte was mit FTP over SSL zu tun, aber das is nich aktiv bei mir...

Gruß,

lynix