www.ProFTPD.de
13. März 2007, 22:26:39 *
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 ... 62 63 [64] 65 66 ... 107
946  ProFTPD / ProFTPD - Deutsch / LIST - dann iss Feierabend am: 21. Oktober 2003, 10:57:06
Problem inzwischen gelöst?   :shock:
947  ProFTPD / ProFTPD - English / New SFV Checker! am: 21. Oktober 2003, 10:55:23
Zitat
Just tell me what you think of it, thanks

Sorry. I can't read c-Code :oops:

But it looks good  :roll: :wink:
948  ProFTPD / www.proftpd.de / Deutsche direktiven liste öffnet sich nicht ? am: 21. Oktober 2003, 10:53:17
Geht das :arrow: http://www.proftpd.de/index.php?id=28&directive_name=Foo  :?:
949  ProFTPD / ProFTPD - Deutsch / mod_conf_sql und proftpd 1.2.9RC2p am: 21. Oktober 2003, 10:51:47
Geht auch in 1.2.9rc3 nicht.
TJ weiß Bescheid:
Zitat
Ah, right.  Now I remember why this isn't supported yet -- the requirement of mod_conf_sql to lookup the "server config" context ID.
  I'm thinking that even with an Include directive in the "server config" context, that requirement will cause problems.

It may have to wait for a future release of mod_conf_sql, which will allow you to specify what the target context is for the configuration being loaded from the SQL tables...

Mal sehen was kommt. Lächelnd
950  ProFTPD / ProFTPD - Deutsch / ProFTP Monitor???? am: 21. Oktober 2003, 10:49:09
Ich habe es nicht geschafft. :oops:

Guckst du da: http://www.proftpd.de/forum2/viewtopic.php?t=460
951  ProFTPD / ProFTPD - Deutsch / Rechte für das ExtendedLog? am: 21. Oktober 2003, 10:43:49
Jetzt habe ich auch mal eine Frage.
Wie kann ich festlegen, wer der Owner des ExtendedLog ist?
Bei mir ist das immer root. :shock:
Code:
LogFormat defaultftp "%h %l %u %t       %r %s %b"
ExtendedLog /www/vhosts/administration/linux/logfiles/proftpd_anonftp.log ALL defaultftp

Code:
-rw-r--r--    1 root     root          668 Okt 21 10:37 proftpd_anonftp.log

Code:
www       5767     1  0 10:45 ?        00:00:00 proftpd: (accepting connections)
www       5785  5767  0 10:45 ?        00:00:00 proftpd: anonymous - 10.138.134.

Ich will aber den Owner www haben.  :evil:  
Wie geht dem?  :??
952  ProFTPD / ProFTPD - Deutsch / ProFTP Monitor???? am: 21. Oktober 2003, 09:30:38
Sowas wie ProFTPDTools?
953  ProFTPD / Links zu User Beiträgen / mod_mod v 1.4 am: 21. Oktober 2003, 09:27:41
Ahja - nu bin ich doch schlauer als vorher. Danke.
Das nenn ich doch mal eine Erklärung. Lächelnd
954  ProFTPD / ProFTPD - Deutsch / Problem mit ProFTPDTools am: 20. Oktober 2003, 13:37:48
WebInterface: http://sourceforge.net/projects/phpmyadmin/
Für Windows: http://mysqlfront.sstienemann.de/
Oder an der Linux Shell mysql eingeben.
955  ProFTPD / Links zu User Beiträgen / mod_mod v 1.4 am: 19. Oktober 2003, 22:21:03
LPmud ist glaub ich sowas wie Authentifizierung für Clanserver und so.
Hab ich keine Peilung von. :?!
956  ProFTPD / ProFTPD - Deutsch / Proftpd mit TLS am: 19. Oktober 2003, 22:17:00
550 SSL/TLS required on the control channel
 :?! Ich würde sagen dein Client verbindet sich nicht verschlüsselt...

Welchen FTP-Client nimmst du denn?
957  ProFTPD / ProFTPD - Deutsch / keine Mysql Authentifizierung? 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]#
958  ProFTPD / ProFTPD - Deutsch / Problem mit ProFTPDTools am: 19. Oktober 2003, 21:55:11
Ich kenne ProFTPDTools nicht.
Ich zieh mir das mal rein.
Sieht mir aber nicht wie ein proftpd-Problem aus.

Edit 22:45 h: Läuft bei mir nicht. Hab keine Lust mehr. Vielleicht hilft dir jemand anders.
959  ProFTPD / ProFTPD - Deutsch / TransferRate RETR ist instabil und/oder nervös am: 17. Oktober 2003, 13:12:18
Keine Ahnung. :?!
Gibt ja auch noch keine Lösung.
Aber du kannst den Bug im Auge behalten....
960  ProFTPD / ProFTPD - Deutsch / Anonymer Login mit beliebigem User und Paßwort? am: 17. Oktober 2003, 12:29:29
Ähhm. Nicht dass ich wüßte.  :?!
Aber mal was anderes: Wozu soll das gut sein? :??
Seiten: 1 ... 62 63 [64] 65 66 ... 107
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.434 Sekunden mit 15 Zugriffen.