www.ProFTPD.de
13. März 2007, 20:08:05 *
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: komische log-Meldungen am: 26. Mai 2006, 06:36:38
Ist ein Debian System und wurde alles über apt-get installiert. Nichts kompiliert,...
ist die proftp-mysql-variante, wobei da die glibc6 installiert ist und nicht die "normale" glibc.

Aber, wie schon oben gesagt, bin für jede Hilfe dankbar.
2  ProFTPD / ProFTPD - Deutsch / komische log-Meldungen am: 25. Mai 2006, 22:20:15
*** glibc detected *** corrupted double-linked list: 0x0812cdc8 ***
*** glibc detected *** free(): invalid next size (fast): 0x08154e48 ***

manchmal geht das Login problemlos, manchmal spuckt er da schon, manchmal hauts dich erst raus wenn man tiefer in den Verzsichnissen ist...

*Kopfkratz*, Google spuckt nichts wirklich brauchbares aus und hier im Forum hab ich auch noch nichts gefunden. Die Fehlermeldung sagt mir leider etwas zu wenig aus um der Sache wirklich drauf zu kommen.

Hier meine Proftpd-config:
Code:
ServerName                      "orion.xnode.at FTP Server"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/

Port                            21
MaxInstances                    30

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

<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
  Umask                         022  022
# Normally, we want files to be overwriteable.
  AllowOverwrite                on
</Directory>

DefaultRoot ~
RequireValidShell off

#PathDenyFilter ^[\[\\\?\<\>\:\.] $
#PathAllowFilter "^[A-Za-z0-9 \.\-\_] + $"

#PathDenyFilter "\.(js|vbs|shs|scr|exe)$"

PathAllowFilter "^[a-zA-Z0-9äöüÄÖÜß@ùúàáèéòó\'\´\#\`\~\/ _.-]+$"
PathDenyFilter "^[\[\?\\\<\>\:\.]"
AllowFilter "^[a-zA-Z0-9@~ \/,_.-]*$"
DenyFilter "%"

SQLAuthTypes Crypt Plaintext
SQLAuthenticate users* groups*
SQLConnectInfo syscp@localhost syscp #Passwort-rausgenommen#
SQLUserInfo ftp_users username password uid gid homedir shell
SQLGroupInfo ftp_groups groupname gid members
SQLUserWhereClause "login_enabled = 'y'"

SQLLog PASS login
SQLNamedQuery login UPDATE "last_login=now(), login_count=login_count+1 WHERE username='%u'" ftp_users

SQLLog RETR download
SQLNamedQuery download UPDATE "down_count=down_count+1, down_bytes=down_bytes+%b WHERE username='%u'" ftp_users

SQLLog STOR upload
SQLNamedQuery upload UPDATE "up_count=up_count+1, up_bytes=up_bytes+%b WHERE username='%u'" ftp_users

# Uncomment this if you would use TLS module:
#TLSEngine                       on
#TLSLog                  /var/log/ftp_tls.log
#TLSProtocol                     SSLv23
#TLSOptions                      NoCertRequest
#TLSRSACertificateFile           /etc/ssl/certs/proftpd.cert.pem
#TLSRSACertificateKeyFile        /etc/ssl/certs/proftpd.key.pem
#TLSVerifyClient                 off
## Uncomment the following line to force tls-login
#TLSRequired                    on

UseReverseDNS off

IdentLookups off

# Logging Formate
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
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.082 Sekunden mit 16 Zugriffen.