[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] new webalizer questions



My report from webalizer has had some interesting, new stuff in it
lately.
Normally the truncate messages look like:
Warning: Truncating oversized request field

Well now I get those, but I also get this:
Warning: Truncating oversized request field [10099]
Warning: Truncating oversized request field [10139]
Warning: Truncating oversized request field [10168]

And this, also new and interesting:
[new_unode] Warning: String exceeds storage size

The site reports are all still working fine.
The Webalizer files do mention 'string exceeds storage size' as a "log
record error", but don't say anything else (that I can find). Does it
truncate this? Does it just ignore it completely? Is there a way that
I can get it to copy that entire string and email it to me? (In case
someone is trying to overrun a script post input or something.)

I can't find any mention of the [new_unode] part except for in the
Webalizer code itself; which doesn't help, and can't find any mention
of the [10099] thing either. Perhaps that's the length of the string?
But it only does it on some lines, not others, and the [xxxx] number
increases  on each line, but not strictly incrementally (as in 1,2,3 -
see above lines). Maybe it's the actual log line itself - line #10099?

Using the old version of Webalizer, not 2.0, on a RaQ4i.

CarrieB