Hello. I've had analog on my webserver for a couple of years. Formerly it was under OSX (not my doing), but I recently migrated the server to Linux. I migrated the old logfiles over too, chunked into files of about 20MB each. I also migrated over the logformat in Apache, so the files are the same format all the way through. The trouble is that analog stops reading log entries at one point in the chain. The end of March 19, 2005 is also the end of one log file, and is where it stops generating statistics. I even tried appending a few extra March 20th entries to the end of the file though, and it didn't use those either. I upgraded from 5.32 to 6.0 and got the same behavior. I ran strace on it and it's indeed reading all the files. I turned on warnings and debug and saw nothing particularly interesting... a corrupt line here and there, but certainly not a few months worth. I'm out of ideas though.
Has anyone seen anything like this? Other than the fact that the report is missing some information, it runs normally, generating no real interesting output for me to include here. I'll paste in my config file though. If anyone has anything to try, I'd love to hear it. Thanks much! config file: LOGFORMAT COMBINED LOGFILE "/usr/local/apache2/logs/access_log*" DNS NONE OUTFILE /usr/local/apachedocs/htdocs/stats/index.html HOSTNAME "Whitehead Institute Internal Web" LANGUAGE US-ENGLISH HOSTINCLUDE *.wi.mit.edu HOSTEXCLUDE intermapper.wi.mit.edu HOSTEXCLUDE www.wi.mit.edu HOSTEXCLUDE web.wi.mit.edu HOSTEXCLUDE inside.wi.mit.edu HOSTEXCLUDE tobiko.wi.mit.edu HOSTEXCLUDE rabin.wi.mit.edu FILEEXCLUDE /desktop/* FILEEXCLUDE /adm/* CHARTDIR /images LOCALCHARTDIR /Library/WebServer/Documents/stats/images #this only allows pages to show up in the request report, not images REQINCLUDE pages REQLINKINCLUDE pages REFLINKINCLUDE * REDIRREFLINKINCLUDE * FAILREFLINKINCLUDE * UNCOMPRESS *.gz,*.Z "gzip -cd" SUBTYPE *.gz,*.Z GENERAL ON YEARLY ON MONTHLY ON WEEKLY ON DAILYSUM ON HOURLYSUM ON DOMAIN OFF ORGANISATION OFF HOST ON REQUEST ON DIRECTORY ON FAILURE OFF REFERRER OFF REFSITE OFF SEARCHQUERY ON SEARCHWORD ON INTSEARCHQUERY ON INTSEARCHWORD ON BROWSERREP OFF BROWSERSUM ON OSREP ON FILETYPE OFF SIZE OFF STATUS OFF BARSTYLE h SUBDOMAIN wi.mit.edu 'Whitehead Institute' SUBORG *.wi.mit.edu SUBBROW */* REPORTORDER x1mWdhoZSriIfsNnYyBbpQDH45w67EtlLkKvRMujJzcP INTSEARCHENGINE /cgi-bin/htsearch words ROBOTINCLUDE REGEXPI:robot ROBOTINCLUDE REGEXPI:spider ROBOTINCLUDE REGEXPI:crawler ROBOTINCLUDE Googlebot* ROBOTINCLUDE Infoseek* ROBOTINCLUDE Scooter* ROBOTINCLUDE Slurp* ROBOTINCLUDE Ultraseek* ROBOTINCLUDE iPlanet-Compass-Robot* ROBOTINCLUDE htdig* ROBOTINCLUDE Inktomi* ROBOTINCLUDE SlySearch* TYPEALIAS .html ".html [Hypertext Markup Language]" TYPEALIAS .htm ".htm [Hypertext Markup Language]" TYPEALIAS .shtml ".shtml [Server-parsed HTML]" TYPEALIAS .ps ".ps [PostScript]" TYPEALIAS .gz ".gz [Gzip compressed files]" TYPEALIAS .tar.gz ".tar.gz [Compressed archives]" TYPEALIAS .jpg ".jpg [JPEG graphics]" TYPEALIAS .jpeg ".jpeg [JPEG graphics]" TYPEALIAS .gif ".gif [GIF graphics]" TYPEALIAS .png ".png [PNG graphics]" TYPEALIAS .txt ".txt [Plain text]" TYPEALIAS .cgi ".cgi [CGI scripts]" TYPEALIAS .pl ".pl [Perl scripts]" TYPEALIAS .css ".css [Cascading Style Sheets]" TYPEALIAS .class ".class [Java class files]" TYPEALIAS .pdf ".pdf [Adobe Portable Document Format]" TYPEALIAS .zip ".zip [Zip archives]" TYPEALIAS .hqx ".hqx [Macintosh BinHex files]" TYPEALIAS .exe ".exe [Executables]" TYPEALIAS .wav ".wav [WAV sound files]" TYPEALIAS .avi ".avi [AVI movies]" TYPEALIAS .arc ".arc [Compressed archives]" TYPEALIAS .mid ".mid [MIDI sound files]" TYPEALIAS .mp3 ".mp3 [MP3 sound files]" TYPEALIAS .doc ".doc [Microsoft Word document]" TYPEALIAS .rtf ".rtf [Rich Text Format]" TYPEALIAS .mov ".mov [Quick Time movie]" TYPEALIAS .mpg ".mpg [MPEG movie]" TYPEALIAS .mpeg ".mpeg [MPEG movie]" TYPEALIAS .asp ".asp [Active Server Pages]" TYPEALIAS .jsp ".jsp [Java Server Pages]" TYPEALIAS .cfm ".cfm [Cold Fusion]" TYPEALIAS .php ".php [PHP]" TYPEALIAS .js ".js [JavaScript code]" -- Scott McCallum Sr. Unix Administrator Whitehead Institute (http://wi.mit.edu/) s k m @ w i . m i t . e d u ext 85120 quidquid latine dictum sit altum sonatur +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

