www.ProFTPD.de
13. März 2007, 20:01:12 *
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: Verbindung beendet durch Remotehost. Trotz hohem Timeout  (Gelesen 329 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
lieber1
ProFTPD
*
Offline Offline

Beiträge: 12


Profil anzeigen
« 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
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #1 am: 07. März 2004, 20:07:36 »

:debug: (proftpd -nd9)
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
lieber1
ProFTPD
*
Offline Offline

Beiträge: 12


Profil anzeigen
« Antwort #2 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
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #3 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
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
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.055 Sekunden mit 15 Zugriffen.