PDA

View Full Version : autowipe still doesnt work properly


spirit
10-09-2006, 10:45 AM
Hi,
its me again;)
Im running ioFTPD5.8.5, NxTools1.0.5a, Alcobot1.0.0, Php_psio0.1.5.
Problem is with nxtools autowipe, i think its a bug but if im wrong then correct me please.
Example:

NxTools config: set req(MaximumAge) 1 - and it means - Maximum age a filled request is allowed before its wiped, in days.

Ive added a request called test-test at 5 p.m., and configuration is set like above. Request has been filled at 5.05p.m. next day.
Scheduler is set: nxReqWipe = 0,10,20,30,40,50 * * * TCL ..\scripts\nxTools\nxRequest.tcl WIPE to autowipe every 10mins. So if request has been filled at 5.05p.m. it should be wiped on another day at 5.05p.m. But at 5.10p.m. present day filled request has been wiped and it should be autowiped on another day.
In my opinion it doesnt work like it should, but maybe ive done something wrong if so then please let me know.
Thanks.
Bye.

PopWeasel
10-11-2006, 08:37 PM
Just an idea but why not try setting your scheduler to check once a day or every other day? Are you really that low on disk space that you need to check & clean it every 10mins? :p Waste of cpu time if you ask me.. ;)

spirit
10-12-2006, 04:36 AM
Just an idea but why not try setting your scheduler to check once a day or every other day? Are you really that low on disk space that you need to check & clean it every 10mins? :p Waste of cpu time if you ask me.. ;)

Yea, i know what u mean i can do that ofcourse, but what ive just pointed is that the time that u set up in nxtools.cfg (set req(MaximumAge) 1) after which filled request should be wiped , its actually counted from making request not after request gets filled. Dont know maybe there is some limitation and its not possible to do it like i think.