www.ProFTPD.de
13. März 2007, 20:53:44 *
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  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: keine Mysql Authentifizierung?  (Gelesen 310 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Gast
Gast
« am: 19. Oktober 2003, 18:52:58 »

Hallo Leute,

ich benutze Proftpd Server 1.2.8 mit mod_sql bzw. Mysql Datenbank für dei Anmeldung. Nur haben ich das Problem wenn ich dann die direktive in der proftpd.conf eintrage(auch nur bei den nötigsten ConnectInfo und Authtypes) bekomme ich keinen connect mehr zum server bzw. der Server kann mich nicht Authentifizieren.

hier ein kleiner Auszug aus dem Debug Modus während der Anmeldung.
Ich habe das Gefühl das der Proftpd Server gar nicht das mod_sql Modul benutzt oder abfragt, weil es unter nirgendwo steht im gegensatz zu den anderen. Könnt Ihr mir ein Tipp geben was ich machen kann damit es funktioniert. Für eure hilfe bedanke ich mich tausend mal im Voraus

localhost.localdomain (10.10.1.209[10.10.1.209]) - connected - local  : 10.10.1.147:21
localhost.localdomain (10.10.1.209[10.10.1.209]) - connected - remote : 10.10.1.209:1520
localhost.localdomain (10.10.1.209[10.10.1.209]) - FTP session opened.
localhost.localdomain (10.10.1.209[10.10.1.209]) - dispatching PRE_CMD command 'USER master' to mod_core

localhost.localdomain (10.10.1.209[10.10.1.209]) - dispatching PRE_CMD command 'USER master' to mod_core

localhost.localdomain (10.10.1.209[10.10.1.209]) - dispatching PRE_CMD command 'USER master' to mod_auth
localhost.localdomain (10.10.1.209[10.10.1.209]) - dispatching CMD command 'USER master' to mod_auth
localhost.localdomain (10.10.1.209[10.10.1.209]) - FTP session closed.

es ist aber auf jeden Fall kompiliert wie unten zu sehen ist.

[root@localhost proftpd.conf]# proftpd -l
Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_sql.c
  mod_sql_mysql.c
  mod_wrap.c
  mod_cap.c
[root@localhost proftpd.conf]#
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #1 am: 19. Oktober 2003, 22:14:08 »

Also die Infos, die du gegeben hast helfen mir nicht so wirklich.

Läuft der mysqld?

Poste die komplette Debug-Ausgabe.

So in etwa:
# proftpd -nd9
 - parsing '/www/conf//proftpd.conf' configuration
 - FS: using system open()
 - FS: using system read()
 - dispatching auth request "getpwnam" to module mod_sql
 - dispatching auth request "getpwnam" to module mod_auth_file
 - dispatching auth request "getpwnam" to module mod_auth_unix
 - dispatching auth request "getgrnam" to module mod_sql
 - dispatching auth request "getgrnam" to module mod_auth_file
 - dispatching auth request "getgrnam" to module mod_auth_unix
 - FS: using system read()
 - Compiling allow regex '^[a-zA-Z0-9]*'.
 - Allocated allow regex at location 0x80cf458.
 - parsing '/www/conf/proftpd_ext_anon.conf' configuration
 - FS: using system open()
 - FS: using system read()
 - FS: using system close()
 - FS: using system read()
 - Compiling deny regex '(\.ftpaccess)|(\.htaccess)|(\.welcome.msg)|(\.dirinfo.msg)|(\.login.msg)'.
 - Allocated deny regex at location 0x81005e0.
 - FS: using system read()
 - <Directory /www/vhosts/ftp/21/*>: adding section for resolved path '/www/vhosts/ftp/21/*'
 - parsing '/www/conf/proftpd_ext_kb.conf' configuration
 - FS: using system open()
 - FS: using system read()
 - Compiling allow regex '^[a-zA-Z0-9]*'.
 - Allocated allow regex at location 0x8106538.
 - FS: using system read()
 - Compiling deny regex '(\.ftpaccess)|(\.htaccess)|(\.DisplayConnect.msg)|(\.DisplayFirstChdir.msg)|(\.DisplayGoAway.msg)|(\.DisplayLogin.msg)|(\.DisplayGoAway.msg)|(\.DisplayQuit.msg)'.
 - Allocated deny regex at location 0x8108238.
 - FS: using system read()
 - <Directory ~>: adding section for resolved path '~'
 - FS: using system read()
 - FS: using system close()
 - FS: using system read()
 - FS: using system close()
slbemu - 127.0.0.1:21 masquerading as 212.202.38.1
slbemu -
slbemu - Config for NetxiraOne - FTP-Server:
slbemu - /www/vhosts/ftp/21/*
slbemu -  Limit
slbemu -   DenyAll
slbemu -  RootLogin
slbemu -  RequireValidShell
slbemu -  AccessDenyMsg
slbemu -  AccessGrantMsg
slbemu -  AllowFilter
slbemu -  AllowForeignAddress
slbemu -  AllowOverwrite
slbemu -  AllowRetrieveRestart
slbemu -  AllowStoreRestart
slbemu -  AuthAliasOnly
slbemu -  DeleteAbortedStores
slbemu -  DirFakeGroup
slbemu -  DirFakeMode
slbemu -  DirFakeUser
slbemu -  DisplayFirstChdir
slbemu -  DisplayGoAway
slbemu -  DisplayLogin
slbemu -  DisplayQuit
slbemu -  HiddenStores
slbemu -  ListOptions
slbemu -  LoginPasswordPrompt
slbemu -  MaxClients
slbemu -  MaxClientsPerHost
slbemu -  MaxHostsPerUser
slbemu -  PathDenyFilter
slbemu -  ShowSymlinks
slbemu -  Umask
slbemu -  DirUmask
slbemu -  SQLAuthenticate
slbemu -  SQLAuthTypes
slbemu -  SQLConnectInfo
slbemu -  SQLDefaultGID
slbemu -  SQLDefaultUID
slbemu -  SQLHomedirOnDemand
slbemu -  TimesGMT
slbemu -  DefaultChdir
slbemu -  UseGlobbing
slbemu -  UseFtpUsers
slbemu - RootLogin
slbemu - AllowLogSymlinks
slbemu - RequireValidShell
slbemu - tcpNoDelay
slbemu - PidFile
slbemu - UserID
slbemu - UserName
slbemu - GroupID
slbemu - GroupName
slbemu - RLimitCPU
slbemu - AccessDenyMsg
slbemu - AccessGrantMsg
slbemu - AllowFilter
slbemu - AllowForeignAddress
slbemu - AllowOverwrite
slbemu - AllowRetrieveRestart
slbemu - AllowStoreRestart
slbemu - AuthAliasOnly
slbemu - DeleteAbortedStores
slbemu - DirFakeGroup
slbemu - DirFakeMode
slbemu - DirFakeUser
slbemu - DisplayConnect
slbemu - DisplayFirstChdir
slbemu - DisplayGoAway
slbemu - DisplayLogin
slbemu - DisplayQuit
slbemu - ExtendedLog
slbemu - HiddenStores
slbemu - IdentLookups
slbemu - ListOptions
slbemu - LoginPasswordPrompt
slbemu - MasqueradeAddress
slbemu - MaxClients
slbemu - MaxClientsPerHost
slbemu - MaxHostsPerUser
slbemu - MaxLoginAttempts
slbemu - PathDenyFilter
slbemu - RequireValidShell
slbemu - ServerIdent
slbemu - ShowSymlinks
slbemu - SyslogLevel
slbemu - Umask
slbemu - DirUmask
slbemu - SQLAuthenticate
slbemu - SQLAuthTypes
slbemu - SQLConnectInfo
slbemu - SQLDefaultGID
slbemu - SQLDefaultUID
slbemu - SQLHomedirOnDemand
slbemu - SQLUserTable
slbemu - SQLUsernameField
slbemu - SQLPasswordField
slbemu - SQLHomedirField
slbemu - SQLGroupTable
slbemu - SQLGroupnameField
slbemu - SQLGroupGIDField
slbemu - SQLGroupMembersField
slbemu - TimeoutIdle
slbemu - TimeoutLogin
slbemu - TimeoutNoTransfer
slbemu - TimeoutStalled
slbemu - TimesGMT
slbemu - DefaultChdir
slbemu - DefaultRoot
slbemu - DefaultTransferMode
slbemu - DeferWelcome
slbemu - PassivePorts
slbemu - UseGlobbing
slbemu - UseFtpUsers
slbemu - 192.168.0.3:21 masquerading as 212.202.38.1
slbemu -
slbemu - Config for Proftpd Spielserver:
slbemu - ~
slbemu -  Limit
slbemu -   IgnoreHidden
slbemu -   AllowAll
slbemu -  Limit
slbemu -   AllowAll
slbemu -  AccessDenyMsg
slbemu -  AccessGrantMsg
slbemu -  AllowFilter
slbemu -  AllowForeignAddress
slbemu -  AllowOverwrite
slbemu -  AllowRetrieveRestart
slbemu -  AllowStoreRestart
slbemu -  AuthAliasOnly
slbemu -  DeleteAbortedStores
slbemu -  DirFakeGroup
slbemu -  DirFakeMode
slbemu -  DirFakeUser
slbemu -  DisplayFirstChdir
slbemu -  DisplayGoAway
slbemu -  DisplayLogin
slbemu -  DisplayQuit
slbemu -  HiddenStores
slbemu -  MaxClients
slbemu -  MaxClientsPerHost
slbemu -  MaxHostsPerUser
slbemu -  LoginPasswordPrompt
slbemu -  PathDenyFilter
slbemu -  RequireValidShell
slbemu -  ShowSymlinks
slbemu -  SQLAuthenticate
slbemu -  SQLAuthTypes
slbemu -  SQLConnectInfo
slbemu -  SQLDefaultGID
slbemu -  SQLDefaultUID
slbemu -  SQLHomedirOnDemand
slbemu -  SQLLog_PASS
slbemu -  SQLLog_DELE
slbemu -  SQLLog_RETR
slbemu -  SQLNamedQuery_updatecount
slbemu -  SQLNamedQuery_letzter_zugriff
slbemu -  SQLNamedQuery_delfile
slbemu -  SQLNamedQuery_getfile
slbemu -  TimesGMT
slbemu -  TransferLog
slbemu -  Umask
slbemu -  DirUmask
slbemu -  DefaultChdir
slbemu -  UseGlobbing
slbemu -  UseFtpUsers
slbemu - AccessDenyMsg
slbemu - AccessGrantMsg
slbemu - AllowFilter
slbemu - AllowForeignAddress
slbemu - AllowOverwrite
slbemu - AllowRetrieveRestart
slbemu - AllowStoreRestart
slbemu - AuthAliasOnly
slbemu - DeleteAbortedStores
slbemu - DirFakeGroup
slbemu - DirFakeMode
slbemu - DirFakeUser
slbemu - DisplayConnect
slbemu - DisplayFirstChdir
slbemu - DisplayGoAway
slbemu - DisplayLogin
slbemu - DisplayQuit
slbemu - ExtendedLog
slbemu - HiddenStores
slbemu - IdentLookups
slbemu - MaxClients
slbemu - MaxClientsPerHost
slbemu - MaxHostsPerUser
slbemu - LoginPasswordPrompt
slbemu - MasqueradeAddress
slbemu - MaxLoginAttempts
slbemu - PathDenyFilter
slbemu - RequireValidShell
slbemu - ServerIdent
slbemu - ShowSymlinks
slbemu - SyslogLevel
slbemu - SQLAuthenticate
slbemu - SQLAuthTypes
slbemu - SQLConnectInfo
slbemu - SQLDefaultGID
slbemu - SQLDefaultUID
slbemu - SQLHomedirOnDemand
slbemu - SQLLog_PASS
slbemu - SQLLog_PASS
slbemu - SQLLog_DELE
slbemu - SQLLog_RETR
slbemu - SQLNamedQuery_updatecount
slbemu - SQLNamedQuery_letzter_zugriff
slbemu - SQLNamedQuery_delfile
slbemu - SQLNamedQuery_getfile
slbemu - SQLUserTable
slbemu - SQLUsernameField
slbemu - SQLPasswordField
slbemu - SQLUidField
slbemu - SQLHomedirField
slbemu - TimeoutLogin
slbemu - TimeoutIdle
slbemu - TimeoutNoTransfer
slbemu - TimeoutStalled
slbemu - TimesGMT
slbemu - TransferLog
slbemu - Umask
slbemu - DirUmask
slbemu - DefaultChdir
slbemu - DefaultRoot
slbemu - DefaultTransferMode
slbemu - DeferWelcome
slbemu - PassivePorts
slbemu - UseGlobbing
slbemu - UseFtpUsers
slbemu - dispatching auth request "getgroups" to module mod_sql
slbemu - dispatching auth request "getgroups" to module mod_auth_file
slbemu - dispatching auth request "getgroups" to module mod_auth_unix
slbemu - SETUP PRIVS at main.c:2711
slbemu - ROOT PRIVS at main.c:2320
slbemu - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'
slbemu - RELINQUISH PRIVS at main.c:2344
slbemu - ROOT PRIVS at inet.c:452
slbemu - RELINQUISH PRIVS at inet.c:510
slbemu - ProFTPD 1.2.9rc2 (devel) (built Don Okt 9 21:04:56 CEST 2003) standalone mode STARTUP
slbemu - ROOT PRIVS at main.c:2168
slbemu - RELINQUISH PRIVS at main.c:2174
slbemu - FS: using system lstat()

SERVER LAEUFT

slbemu - ROOT PRIVS at main.c:1145
slbemu - RELINQUISH PRIVS at main.c:1149
192.168.0.3 (192.168.0.2[192.168.0.2]) - ident lookup disabled
192.168.0.3 (192.168.0.2[192.168.0.2]) - performing module session initializations
192.168.0.3 (192.168.0.2[192.168.0.2]) - mod_log: opening ExtendedLog '/www/vhosts/administration/linux/logfiles/proftpd_ftpqueue.log'
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS at mod_log.c:1131
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_log.c:1133
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS at mod_auth.c:130
192.168.0.3 (192.168.0.2[192.168.0.2]) - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard'
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:150
192.168.0.3 (192.168.0.2[192.168.0.2]) - connected - local  : 192.168.0.3:21
192.168.0.3 (192.168.0.2[192.168.0.2]) - connected - remote : 192.168.0.2:1187
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system open()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FTP session opened.
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER woersty.dyndns.org' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER woersty.dyndns.org' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER woersty.dyndns.org' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'USER woersty.dyndns.org' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - no supplemental groups found for user 'woersty.dyndns.org'
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'USER woersty.dyndns.org' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'USER woersty.dyndns.org' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'USER woersty.dyndns.org' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'PASS (hidden)' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - no supplemental groups found for user 'woersty.dyndns.org'
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getpwnam" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "gid_name" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "gid_name" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "gid_name" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "auth" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "check" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - USER PRIVS 502 at mod_auth.c:1099
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:1101
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getpwnam" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) -
192.168.0.3 (192.168.0.2[192.168.0.2]) - Config for Proftpd Spielserver:
192.168.0.3 (192.168.0.2[192.168.0.2]) - /www/vhosts/woersty.dyndns.org
192.168.0.3 (192.168.0.2[192.168.0.2]) -  Limit
192.168.0.3 (192.168.0.2[192.168.0.2]) -   IgnoreHidden
192.168.0.3 (192.168.0.2[192.168.0.2]) -   AllowAll
192.168.0.3 (192.168.0.2[192.168.0.2]) -  Limit
192.168.0.3 (192.168.0.2[192.168.0.2]) -   AllowAll
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AccessDenyMsg
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AccessGrantMsg
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AllowFilter
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AllowForeignAddress
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AllowOverwrite
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AllowRetrieveRestart
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AllowStoreRestart
192.168.0.3 (192.168.0.2[192.168.0.2]) -  AuthAliasOnly
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DeleteAbortedStores
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DirFakeGroup
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DirFakeMode
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DirFakeUser
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DisplayFirstChdir
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DisplayGoAway
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DisplayLogin
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DisplayQuit
192.168.0.3 (192.168.0.2[192.168.0.2]) -  HiddenStores
192.168.0.3 (192.168.0.2[192.168.0.2]) -  MaxClients
192.168.0.3 (192.168.0.2[192.168.0.2]) -  MaxClientsPerHost
192.168.0.3 (192.168.0.2[192.168.0.2]) -  MaxHostsPerUser
192.168.0.3 (192.168.0.2[192.168.0.2]) -  LoginPasswordPrompt
192.168.0.3 (192.168.0.2[192.168.0.2]) -  PathDenyFilter
192.168.0.3 (192.168.0.2[192.168.0.2]) -  RequireValidShell
192.168.0.3 (192.168.0.2[192.168.0.2]) -  ShowSymlinks
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLAuthenticate
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLAuthTypes
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLConnectInfo
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLDefaultGID
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLDefaultUID
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLHomedirOnDemand
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLLog_PASS
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLLog_DELE
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLLog_RETR
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLNamedQuery_updatecount
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLNamedQuery_letzter_zugriff
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLNamedQuery_delfile
192.168.0.3 (192.168.0.2[192.168.0.2]) -  SQLNamedQuery_getfile
192.168.0.3 (192.168.0.2[192.168.0.2]) -  TimesGMT
192.168.0.3 (192.168.0.2[192.168.0.2]) -  TransferLog
192.168.0.3 (192.168.0.2[192.168.0.2]) -  Umask
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DirUmask
192.168.0.3 (192.168.0.2[192.168.0.2]) -  DefaultChdir
192.168.0.3 (192.168.0.2[192.168.0.2]) -  UseGlobbing
192.168.0.3 (192.168.0.2[192.168.0.2]) -  UseFtpUsers
192.168.0.3 (192.168.0.2[192.168.0.2]) - AccessDenyMsg
192.168.0.3 (192.168.0.2[192.168.0.2]) - AccessGrantMsg
192.168.0.3 (192.168.0.2[192.168.0.2]) - AllowFilter
192.168.0.3 (192.168.0.2[192.168.0.2]) - AllowForeignAddress
192.168.0.3 (192.168.0.2[192.168.0.2]) - AllowOverwrite
192.168.0.3 (192.168.0.2[192.168.0.2]) - AllowRetrieveRestart
192.168.0.3 (192.168.0.2[192.168.0.2]) - AllowStoreRestart
192.168.0.3 (192.168.0.2[192.168.0.2]) - AuthAliasOnly
192.168.0.3 (192.168.0.2[192.168.0.2]) - DeleteAbortedStores
192.168.0.3 (192.168.0.2[192.168.0.2]) - DirFakeGroup
192.168.0.3 (192.168.0.2[192.168.0.2]) - DirFakeMode
192.168.0.3 (192.168.0.2[192.168.0.2]) - DirFakeUser
192.168.0.3 (192.168.0.2[192.168.0.2]) - DisplayConnect
192.168.0.3 (192.168.0.2[192.168.0.2]) - DisplayFirstChdir
192.168.0.3 (192.168.0.2[192.168.0.2]) - DisplayGoAway
192.168.0.3 (192.168.0.2[192.168.0.2]) - DisplayLogin
192.168.0.3 (192.168.0.2[192.168.0.2]) - DisplayQuit
192.168.0.3 (192.168.0.2[192.168.0.2]) - ExtendedLog
192.168.0.3 (192.168.0.2[192.168.0.2]) - HiddenStores
192.168.0.3 (192.168.0.2[192.168.0.2]) - IdentLookups
192.168.0.3 (192.168.0.2[192.168.0.2]) - MaxClients
192.168.0.3 (192.168.0.2[192.168.0.2]) - MaxClientsPerHost
192.168.0.3 (192.168.0.2[192.168.0.2]) - MaxHostsPerUser
192.168.0.3 (192.168.0.2[192.168.0.2]) - LoginPasswordPrompt
192.168.0.3 (192.168.0.2[192.168.0.2]) - MasqueradeAddress
192.168.0.3 (192.168.0.2[192.168.0.2]) - MaxLoginAttempts
192.168.0.3 (192.168.0.2[192.168.0.2]) - PathDenyFilter
192.168.0.3 (192.168.0.2[192.168.0.2]) - RequireValidShell
192.168.0.3 (192.168.0.2[192.168.0.2]) - ServerIdent
192.168.0.3 (192.168.0.2[192.168.0.2]) - ShowSymlinks
192.168.0.3 (192.168.0.2[192.168.0.2]) - SyslogLevel
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLAuthenticate
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLAuthTypes
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLConnectInfo
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLDefaultGID
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLDefaultUID
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLHomedirOnDemand
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLLog_PASS
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLLog_PASS
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLLog_DELE
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLLog_RETR
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLNamedQuery_updatecount
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLNamedQuery_letzter_zugriff
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLNamedQuery_delfile
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLNamedQuery_getfile
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLUserTable
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLUsernameField
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLPasswordField
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLUidField
192.168.0.3 (192.168.0.2[192.168.0.2]) - SQLHomedirField
192.168.0.3 (192.168.0.2[192.168.0.2]) - TimeoutLogin
192.168.0.3 (192.168.0.2[192.168.0.2]) - TimeoutIdle
192.168.0.3 (192.168.0.2[192.168.0.2]) - TimeoutNoTransfer
192.168.0.3 (192.168.0.2[192.168.0.2]) - TimeoutStalled
192.168.0.3 (192.168.0.2[192.168.0.2]) - TimesGMT
192.168.0.3 (192.168.0.2[192.168.0.2]) - TransferLog
192.168.0.3 (192.168.0.2[192.168.0.2]) - Umask
192.168.0.3 (192.168.0.2[192.168.0.2]) - DirUmask
192.168.0.3 (192.168.0.2[192.168.0.2]) - DefaultChdir
192.168.0.3 (192.168.0.2[192.168.0.2]) - DefaultRoot
192.168.0.3 (192.168.0.2[192.168.0.2]) - DefaultTransferMode
192.168.0.3 (192.168.0.2[192.168.0.2]) - DeferWelcome
192.168.0.3 (192.168.0.2[192.168.0.2]) - PassivePorts
192.168.0.3 (192.168.0.2[192.168.0.2]) - UseGlobbing
192.168.0.3 (192.168.0.2[192.168.0.2]) - UseFtpUsers
192.168.0.3 (192.168.0.2[192.168.0.2]) - CURRENT-CLIENTS
192.168.0.3 (192.168.0.2[192.168.0.2]) - USER
192.168.0.3 (192.168.0.2[192.168.0.2]) - USER woersty.dyndns.org: Login successful.
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS at mod_auth.c:1170
192.168.0.3 (192.168.0.2[192.168.0.2]) - opening TransferLog '/var/log/xferlog'
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:1199
192.168.0.3 (192.168.0.2[192.168.0.2]) - USER PRIVS 502 at mod_auth.c:697
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getpwnam" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:701
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setpwent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "setgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getpwent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - Preparing to chroot() the environment, path = '/www/vhosts/woersty.dyndns.org'
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS at mod_auth.c:62
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system chroot()
192.168.0.3 (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:69
192.168.0.3 (192.168.0.2[192.168.0.2]) - Environment successfully chroot()ed.
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS at mod_auth.c:1242
192.168.0.3 (192.168.0.2[192.168.0.2]) - SETUP PRIVS at mod_auth.c:1249
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "getpwnam" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - unable to chdir to ~/ (No such file or directory), defaulting to chroot directory /www/vhosts/woersty.dyndns.org
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system chdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - in dir_check_full(): path = '/', fullpath = '/www/vhosts/woersty.dyndns.org/'.
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system open()
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_cap
192.168.0.3 (192.168.0.2[192.168.0.2]) - mod_cap/1.0: capabilities '= cap_chown,cap_net_bind_service+ep'
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ifsession
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_ls
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PASS (hidden)' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS: ID switching disabled
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PASS (hidden)' to mod_auth
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'SYST' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'SYST' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'SYST' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'SYST' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'SYST' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'SYST' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'FEAT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'FEAT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'FEAT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'FEAT' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'FEAT' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'FEAT' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PWD' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PWD' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'PWD' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PWD' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PWD' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PWD' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'TYPE A' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'TYPE A' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'TYPE A' to mod_xfer
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'TYPE A' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'TYPE A' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'TYPE A' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PORT 192,168,0,2,4,164' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'PORT 192,168,0,2,4,164' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'PORT 192,168,0,2,4,164' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'PORT 192,168,0,2,4,164' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PORT 192,168,0,2,4,164' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'PORT 192,168,0,2,4,164' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'LIST' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'LIST' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'LIST' to mod_ls
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS: ID switching disabled
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS: ID switching disabled
192.168.0.3 (192.168.0.2[192.168.0.2]) - active data connection opened - local  : 192.168.0.3:20
192.168.0.3 (192.168.0.2[192.168.0.2]) - active data connection opened - remote : 192.168.0.2:1188
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system opendir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readdir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system closedir()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system readlink()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system lstat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system stat()
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'LIST' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'LIST' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'LIST' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'LIST' to mod_ls


VERBUNDEN

192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'QUIT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'QUIT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'QUIT' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'QUIT' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching CMD command 'QUIT' to mod_core
192.168.0.3 (192.168.0.2[192.168.0.2]) - FS: using system open()
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching POST_CMD command 'QUIT' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'QUIT' to mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD command 'QUIT' to mod_log
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_sql
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_file
192.168.0.3 (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_unix
192.168.0.3 (192.168.0.2[192.168.0.2]) - ROOT PRIVS: ID switching disabled
[root@slbemu root]#
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
gast2
Gast
« Antwort #2 am: 26. November 2003, 22:49:52 »

Nabends.....
da gast1 scheinbar sein problem ohne antwort lösen konnte stehe ich jetzt mit dem gleichen Problem vor der Tür...
gleiche Bedingungen wie oben, Mysql ist einkompiliert , server läuft ohne mysql problemlos, gleiches config file funktioniert mit der vorgänger version und mysql einwandfrei.....
der debug auszug sieht genau gleich aus wie bei Dir Wörsty... deshalb poste ich nur mal die stelle wo es anders ausschaut :

Serva.test (192.168.0.2[192.168.0.2]) - RELINQUISH PRIVS at mod_auth.c:150
Serva.test (192.168.0.2[192.168.0.2]) - connected - local  : 192.168.0.2:21
Serva.test (192.168.0.2[192.168.0.2]) - connected - remote : 192.168.0.2:34577
Serva.test (192.168.0.2[192.168.0.2]) - FTP session opened.
Serva.test (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'AUTH TLS' to mod_core
Serva.test (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'AUTH TLS' to mod_core
Serva.test (192.168.0.2[192.168.0.2]) - dispatching POST_CMD_ERR command 'AUTH TLS' to mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD_ERR command 'AUTH TLS' to mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching LOG_CMD_ERR command 'AUTH TLS' to mod_log
Serva.test (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER tert' to mod_core
Serva.test (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER tert' to mod_core
Serva.test (192.168.0.2[192.168.0.2]) - dispatching PRE_CMD command 'USER tert' to mod_auth
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_auth_file
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_auth_unix
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_file
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_unix
Serva.test (192.168.0.2[192.168.0.2]) - dispatching CMD command 'USER tert' to mod_auth
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "getgroups" to module mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_auth_file
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endpwent" to module mod_auth_unix
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_sql
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_file
Serva.test (192.168.0.2[192.168.0.2]) - dispatching auth request "endgrent" to module mod_auth_unix
Serva.test (192.168.0.2[192.168.0.2]) - FTP session closed.
Serva.test - FS: using system lstat()
Serva.test - scrubbing scoreboard
Serva.test - ROOT PRIVS at mod_core.c:194
Serva.test - RELINQUISH PRIVS at mod_core.c:201
Serva.test - ROOT PRIVS at mod_core.c:223
Serva.test - RELINQUISH PRIVS at mod_core.c:251

wäre super wenn mir jemand helfen könnte ....

achso, hier nochmal die Meldung des lftp - Clients :

lftp tert@192.168.0.2:~> dir
---- Resolving host address...
---- 1 address found
---- Connecting to 192.168.0.2 (192.168.0.2) port 21
<--- 220 Ready 2 connect .....
---> AUTH TLS
<--- 500 AUTH not understood
---> USER tert
**** Peer closed connection
---- Closing control socket
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #3 am: 27. November 2003, 00:27:46 »

Zitat von: "gast2"


SQLLogFile....

cu
stonki
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
gast2
Gast
« Antwort #4 am: 27. November 2003, 19:58:16 »

DANKE !
Es lag daran das das Passwort Feld passwd heißen sollte....
mit SqlUserInfo läuft jetzt auch mysql wieder

nochmals DANKE  L&auml;chelnd
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

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.108 Sekunden mit 15 Zugriffen.