Voytek Eymont wrote:

> I've been using Analog for a while, since version 3.something, with never a
> problem, processing a number of virtual domain from a cron script.
>
> some weeks ago, we changed from LGW to Apache, which neccessitated some alteration to
> the way the logs get created;
>
> now, we post process single log into virtual host logs, then, logresolve to
> get host names. at the end, we end up with much sam logs as LGW gave ,
> except, LGW rotated them at 00:00, and, Apache closes them at 10 AM.
>
> HOWEVER, I just noticed, on a couple of domains, Analog script just 'stops'
> and doesn't continue TILL I hit Ctrl-C, then it continues till end
>
> as I log stderr, and, I see NO errors there, I've put DEBUG ON and ERRFILE,
> still can not see what's causing it, can someone help, pls....

You don't say where in the process it 'hangs,' but this sounds like one of the pipes is
hanging and the Ctrl-C is caught by the pipe process, terminates the process and allows
Analog to continue.

My guess is that one of the '.gz' logfiles is corrupt or something else is wrong with
it. Looking at the stats from your (very long) debug output, it looks like a lot of 
them
are empty. Could this be a problem for your gzip? Maybe it's looking to STDIN for input
because the specified input file has no size? Do your logfiles really have no lines in
them (or 1 - 6 requests as the others appear) or is there a problem with the compressed
archives. You might try looking at some of them by hand. e.g. (I'm assuming this is a
Windows system from the '\', and that you don't have zcat or less) (this is one line)

gzip -cd \users\commodore.org.au\logs\www.commodore.org.au.Apr022000.gz | more


HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to