I'm using webalizer-2.23-04-cygwin, the latest binary I could find, and it's doing the same thing an older version was also doing on a certain 900MB logfile I have. It only shows the first 411 hits, everything before around 6pm, not that there's anything special about that, at least when I look at the lines of the logfile myself I don't see much difference.
I'm using the sample.conf file with only these changes:
- output directory
- Incremental yes -- read somewhere this might help with this issue but didn't
- Really_quiet yes
The latter is because I was getting a number of "user name truncated" messages, but my logfile doesn't even have usernames, first 411 lines or not.
Example line 407:
10.0.1.1 - - [24/Sep/2010:17:42:27 -0400] "GET /home/ HTTP/1.1" 200 13382 "http://intapp/task5394" "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10"
Example line 435:
10.0.1.1 [24/Sep/2010:18:20:17 -0400] "GET /home/ HTTP/1.1" 200 11644 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10"
Example supressed warning:
Skipping bad record (3639)
Warning: Truncating oversized username
What am I doing wrong here?