Index: [Article Count Order] [Thread]

Date:  Sat, 23 Aug 2008 10:07:40 -0700
From:  "Doug Harvey" <ohgoodiee (at mark) gmail.com>
Subject:  [coba-e:13777] Re: /etc/cron.daily/logrotate
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <48b0432e.15528c0a.525e.3522 (at mark) mx.google.com>
In-Reply-To:  <336016.58143.qm (at mark) web65613.mail.ac4.yahoo.com>
X-Mail-Count: 13777


By the way, my /etc/cron.daily/00webalizer reads:

#! /bin/bash
# update access statistics for the web site

if [ -s /var/log/httpd/access_log ] ; then
    /usr/bin/webalizer -Q > /dev/null 2>&1
fi

exit 0

I still get that email.

-- 
Dan Kriwitsky




      
Hmm...I'm still digging...I'll find an answer for this one...

Doug




An update. It appears that our neighbors to the north were attempting to
have some fun.  They didn't get anywhere with it and non the less, they were
happy included in the firewall of addresses to drop.

When I run the daily logrotate now, all seems fine and no email.

Doug