PDA

View Full Version : io not writing new dir to ioftpd.log


RebelWolf
10-16-2003, 10:03 PM
Weird bug here, since about 2 days (nothing changed then) io doesn't write new dirs, nukes, etc to ioftpd.log, but writes nfo/nfourl fine, any idea why ?

Using 5-1-12r, ioA 0.8.1, ioZS 1.07, dZSbot 0.94, WarChive 0.9, newdir 2.4, ioGroups 1.0.252.

fobban
10-18-2003, 05:46 AM
probably some path wrong somewhere.. also try to upgrade to the latest io-version, but since you're still using .12 i get my thoughts...
not quite sure at which version you had to add EXEC , TCL in front of your scripts either...

RebelWolf
10-18-2003, 07:34 AM
Naaa, cross-checked everything 3 times... aside, as I said nothing changed in the config, that's the weirdest part. Thx anyway bud ;)

Mouton
10-18-2003, 07:52 AM
new dirs loggings is done by ioftpd itself, no any script.
are login/logout logged to ioftpd.log ?

darkone
10-18-2003, 07:55 AM
Sounds like bad paths or something... I've never seen problems with logging before

RebelWolf
10-18-2003, 07:55 AM
Not even, only NFO/NFOURL gets logged

RebelWolf
10-18-2003, 07:56 AM
Neither did I d1, reason why I'm ****ed up here...

Mouton
10-18-2003, 07:59 AM
What does this line looks like in your .ini ?

Log_Files = ..\logs

RebelWolf
10-18-2003, 08:01 AM
Exactly like that

darkone
10-18-2003, 09:26 AM
out of hd/process doesn't have access to logs directory (you're running it as service & logs directory has specific ntfs permissions)

RebelWolf
10-18-2003, 09:29 AM
Checked that too, perms are fine, aside io ain't running as service (how would it write the NFO/NFOURL events anyway?). Told ya, it's a friggin weird bug...

darkone
10-18-2003, 09:43 AM
Does it write xferlog?

RebelWolf
10-18-2003, 08:49 PM
not even...

RebelWolf
10-18-2003, 10:07 PM
Just upgraded to 5.1.14r, still no go... deleted ioftpd.log and xferlog, io recreated them but still doesn't write anything in them. Can ya send me a debug ver ? I'm a coder too, so no need for anything fancy, raw debug data would be more than enuf.

darkone
10-19-2003, 07:09 AM
I'll write one later today... btw how many worker threads you have?

RebelWolf
10-19-2003, 12:12 PM
10, min and max (left it unchanged from original), 3 io threads

Zer0Racer
10-19-2003, 01:07 PM
Uhm bad upgrade maybe? You said min and max about threads. Those options where changed between 5.1.7 and 5.1.8, as seen in upgrade thread in registered forum:

5.1.7 - 5.1.8
1. Replace ioFTPD.exe

2. Open ioFTPD.ini and replace:
Worker_Thread_Min = 10 # Minimum amount of worker threads
Worker_Thread_Max = 10 # Maximum amount

with:
Worker_Thread_Count = 10 # Number of worker threads


Could the lack of Worker_Thread_Count option in ini cause problems?

darkone
10-19-2003, 03:07 PM
It defaults to 10

RebelWolf
10-20-2003, 09:35 PM
No go with that either. Think i'll rebuild the whole thing...