<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br>on 5106 server I started to receive an error:<br><br><pre>/etc/cron.daily/logrotate:

/usr/bin/analog: analog version 5.32/Unix
/usr/bin/analog: Warning L: Large number of corrupt lines in logfile stdin:
  turn debugging on or try different LOGFORMAT
  (For help on all errors and warnings, see docs/errors.html)
    Current logfile format:
      %v %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B"\n
      %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B"\n
      %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B"\n
      %S %j %u [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B"\n</pre><br><br>Found this to fix it:<br><br>http://www.nuonce.net/support/viewthread.php?fid=15&tid=2213&action=printable<br><br>specificly comparing my file to:<br><span class="14px"></span><br>
The top part should look like this; <br>
 <br>
"/var/log/httpd/access_log { <br>
    daily <br>
    prerotate <br>
        rm -rf /tmp/.logrotate_apache_access >/dev/null 2>&1 <br>
        cp /var/log/httpd/access_log /tmp/.logrotate_apache_access >/dev/null 2>&1 <br>
    endscript <br>
    missingok <br>
    notifempty <br>
    sharedscripts <br>
    postrotate <br>
        /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true <br>
        /usr/local/sbin/split_logs web < /tmp/.logrotate_apache_access  <br>
        rm -f /tmp/.logrotate_apache_access >/dev/null 2>&1 <br>
        <u><b>/usr/bin/nohup /usr/bin/zz_awstats-run.pl >/dev/null 2>&1 </b></u><br>
        /usr/bin/webalizer.pl <br>
    endscript <br>
}<br>
 <br>
If it doesn't, it needs to have the line for awstats on it."<BR><br><br>I've made the change.  Is it still valid?  (hope so).<br><br>Thanks,<br><br>Wayne<br><br>                                    </div></body>
</html>