Titel: Verbindung beendet durch Remotehost. Trotz hohem Timeout Beitrag von: lieber1 am 07. März 2004, 19:05:25 Hi Stonki und co ;-)
Habe alle Timeouts auf 3600 gestellt, fliege aber nach ca. 3 minuten raus.. bei Verbindungen zu Proftpd .. irgendeine Idee .. Hier meine Config: ServerType standalone DefaultServer on Port 21 Umask 022 MaxInstances 30 AllowStoreRestart on AllowRetrieveRestart on User root RootLogin on PassivePorts 60000 60050 SyslogLevel crit SystemLog /var/log/proftpsys.log TransferLog /var/log/proftpxfer.log 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" ExtendedLog /var/log/proftpaccess.log WRITE,READ write ExtendedLog /var/log/proftpauth.log AUTH auth AllowForeignAddress on MaxClientsPerHost 30 "Nicht mehr als %m Verbindungen" MaxClients 100 "Leider sind schon %m Clients verbunden" AccessGrantMsg "Bei Problemen bitte Email an ************" AccessDenyMsg "Zugriff verweigert" # Timeout Einstellungen TimeoutStalled 3600 # Sekunden, eine Verbindung ohne "Datentransfer" bestehen darf TimeoutSession 3600 # Sekunden, eine Verbindung ohne "Datentransfer" bestehen darf TimeoutIdle 3600 # Sekunden, wielange eine Idle Verbindung bestehen darf TimeoutLogin 3600 # max Zeit fuer anmeldung # Serveridentitaet und andere Infos DeferWelcome on MaxLoginAttempts 3 DefaultRoot ~ #!users RequireValidShell off UseFtpUsers off UseReverseDNS on IdentLookups on SQLAuthTypes Plaintext Crypt SQLAuthenticate users* SQLConnectInfo ****** SQLUserInfo ftpuser userid passwd uid gid homedir shell SQLGroupInfo ftpgroup groupname gid members SQLMinID 500 SQLHomedirOnDemand off SQLLog PASS updatecount SQLNamedQuery updatecount UPDATE "count=count+1, accessed=now() WHERE userid='%u'" ftpuser SQLLog STOR,DELE modified SQLNamedQuery modified UPDATE "modified=now() WHERE userid='%u'" ftpuser QuotaEngine on QuotaDirectoryTally on QuotaDisplayUnits Mb QuotaShowQuotas on QuotaLimitTable sql:/get-quota-limit QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally .... lg tom Danke Titel: Verbindung beendet durch Remotehost. Trotz hohem Timeout Beitrag von: Wörsty am 07. März 2004, 20:07:36 :debug: (proftpd -nd9)
Titel: so .. die debug ausgabe Beitrag von: lieber1 am 08. März 2004, 22:09:19 x - RELINQUISH PRIVS at mod_core.c:201
x - ROOT PRIVS at mod_core.c:223 x - RELINQUISH PRIVS at mod_core.c:251 x - FS: using system lstat() x - (noteb[192.168.0.200]) - FTP no transfer timeout, disconnected x - (noteb[192.168.0.200]) - dispatching auth request "endpwent" to module mod_sql x - (noteb[192.168.0.200]) - dispatching auth request "endgrent" to module mod_sql x - (noteb[192.168.0.200]) - dispatching auth request "endgrent" to module mod_auth_file x - (noteb[192.168.0.200]) - dispatching auth request "endgrent" to module mod_auth_unix x - (noteb[192.168.0.200]) - FTP session closed. ich habe aber folgenden start: x - Config for X: x- /opt/lampp/nrjweb/* x- AllowOverwrite x- Umask x- AllowStoreRestart x- AllowRetrieveRestart x- RootLogin x- TransferLog x- AllowForeignAddress x- MaxClientsPerHost x- MaxClients x- AccessGrantMsg x- AccessDenyMsg x- TimeoutSession x- UserPassword x- RequireValidShell x- UseFtpUsers x- SQLAuthTypes x- SQLAuthenticate x- SQLConnectInfo x- SQLMinID x- SQLHomedirOnDemand x- SQLLog_PASS x- SQLNamedQuery_updatecount x- SQLLog_STOR x- SQLLog_DELE x- SQLNamedQuery_modified x- SQLNamedQuery_get-quota-limit x- SQLNamedQuery_get-quota-tally x- SQLNamedQuery_update-quota-tally x- SQLNamedQuery_insert-quota-tally x- DefaultServer x- Umask x- AllowStoreRestart x- AllowRetrieveRestart x- UserID x- UserName x- RootLogin x- PassivePorts x- SyslogLevel x- TransferLog x- ExtendedLog x- ExtendedLog x- AllowForeignAddress x- MaxClientsPerHost x- MaxClients x- AccessGrantMsg x- AccessDenyMsg x- TimeoutStalled x- TimeoutSession x- TimeoutIdle x- TimeoutLogin x- ServerIdent x- DeferWelcome x- MaxLoginAttempts x- DefaultRoot x- UserPassword x- RequireValidShell x- UseFtpUsers x- IdentLookups x- SQLAuthTypes x- SQLAuthenticate x- SQLConnectInfo x- SQLUserTable x- SQLUsernameField x- SQLPasswordField x- SQLUidField x- SQLGidField x- SQLHomedirField x- SQLShellField x- SQLGroupTable x- SQLGroupnameField x- SQLGroupGIDField x- SQLGroupMembersField x- SQLMinID x- SQLHomedirOnDemand x- SQLLog_PASS x- SQLNamedQuery_updatecount x- SQLLog_STOR x- SQLLog_DELE x- SQLNamedQuery_modified x- QuotaEngine x- QuotaDirectoryTally x- QuotaDisplayUnits x- QuotaShowQuotas x- QuotaLimitTable x- QuotaTallyTable x- SQLNamedQuery_get-quota-limit x- SQLNamedQuery_get-quota-tally x- SQLNamedQuery_update-quota-tally x- SQLNamedQuery_insert-quota-tally . . was soll ich tun ?? lg tom Titel: Re: so .. die debug ausgabe Beitrag von: stonki am 09. März 2004, 07:53:36 nehme mal ALLE mod_sql Befehle raus und probiere das mit einem System User... fliegst Du dann auch raus ?
cu stonki |