*** 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:
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"