www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: MEvertz am 04. Juni 2003, 11:50:40



Titel: Kein Start möglich (auch nicht standalone)
Beitrag von: MEvertz am 04. Juni 2003, 11:50:40
Hallo zusammen,

ich habe folgendes Problem:

Ich habe die 1.2.8 installiert. Zuerst war ich gutgläubig und direkt in den inetd eingebunden. OK, das war wohl nix ...
Also auf standalone geändert.
wenn ich dann /usr/local/sbin/proftpd -d5 starte pasiert garnichts. Das einzige was ich sehe ist, dass der prozess 100% Last zieht, nach 5 Minuten 100MB Speicher belegt.
Im Syslog ist nichts zu sehen.
Egal wie ich den starte (auch config prüfen etc.) das gleiche problem.

Ist sowas schonmal aufgetreten?

Zur Info:
OS: Debian Woody
CPU: 1,2GHz
RAM: 128MB
SWAP: 256MB
Platte: / 740MB 400 frei
          /home 4GB 3,9GB frei

/usr/local/etc/proftpd.conf
Code:

# 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                      "Garans DynDns-FTP"
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

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

# A basic anonymous configuration, no upload directories.  If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
<Anonymous /home/anonymousftp>
User anonymousftp
Group anonymousftp

  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous ftp

  # Limit the maximum number of anonymous logins
  MaxClients                    10

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message

  # Limit WRITE everywhere in the anonymous chroot
  <Directory *>
    <Limit WRITE>
      DenyAll
    </Limit>
  </Directory>
</Anonymous>
DefaultChdir /home/anonyousftp


Server-Version:
Code:

 -          Version: 1.2.8 (stable)
 - Scoreboard Version: 01040001
 -      Build Stamp: Wed Jun 4 03:18:36 CEST 2003


Titel: jetzt auch registriert ;)
Beitrag von: MEvertz am 04. Juni 2003, 11:54:52
- nur für die Benachrichtigung -


Titel: Re: Kein Start möglich (auch nicht standalone)
Beitrag von: stonki am 04. Juni 2003, 13:19:36
Zitat von: "MEvertz"

wenn ich dann /usr/local/sbin/proftpd -d5 starte pasiert garnichts. Das einzige was ich sehe ist, dass der prozess 100% Last zieht, nach 5 Minuten 100MB Speicher belegt.


proftpd -n -d9

und da kommt  bestimmt etwas :)

cu
stonki


Titel: auch nicht
Beitrag von: MEvertz am 04. Juni 2003, 13:21:07
leider auch nicht. Es ist total egal welche Argumente ich mirgebe. Es passiert immer das gleiche.


Titel: Kein Start möglich (auch nicht standalone)
Beitrag von: Wörsty am 04. Juni 2003, 13:45:56
Weiß ja nicht, wieviel Peilung du hast und ob du die Entwickler-Tools installiert hast - aber eventuell hilft das (http://www.proftpd.de/forum2/viewtopic.php?t=78).


Titel: Re: auch nicht
Beitrag von: stonki am 04. Juni 2003, 14:34:11
Zitat von: "MEvertz"
leider auch nicht. Es ist total egal welche Argumente ich mirgebe. Es passiert immer das gleiche.


Du kannst mir ggf. kurz Root Zugriff geben...
Bei Bedarf: kurze Mail an stonki@stonki.de

cu
stonki