www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: rolli am 09. August 2003, 19:39:39



Titel: unable to throttle bandwith
Beitrag von: rolli am 09. August 2003, 19:39:39
hallo leute
hier das ist meine logkonfig
Code:
SyslogLevel alert crit
SystemLog /var/log/proftpd/system.log
TransferLog /var/log/proftpd/xfer.log
LogFormat default "%h %l %u %t \"%r\"%s %b"
LogFormat auth "%v %p %a %h %l %A %F %t"
LogFormat write "%v %p %a %h %l %A %F %t"
ExtendedLog /var/log/proftpd/access.log WRITE READ write read
ExtendedLog /var/log/proftpd/auth.log AUTH auth

das problem was ich habe ist das in bestimmten zeitabständen das hier in den logs auftaucht
Code:
Aug 09 18:25:38 ein.server proftpd[23838] ein.server (ip.nu.mm.er[ip.nu.mm.er]): warning: unable to throttle bandwidth: Interrupted system call

in den direktiven finde ich aber nichts was dafür zuständig sein kann, es sind keine meldungen die ich brauche, meine begrenzung klappt ja, das weiss ich ja.

gruss


Titel: unable to throttle bandwith
Beitrag von: Wörsty am 09. August 2003, 22:19:05
Mmh - kenn ich nicht.
Guck dir doch den Sourcecode mal an mod_xfer.c (http://www.castaglia.org/proftpd/doc/devel-guide/src/modules/mod_xfer.c.html)  :?