[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] /var/log/httpd/error is sometimes 'unreceptive' to entries?



My Raq4 has started a new trick.  The error log will be rotated nightly and
mailed, but will not always allow new entries.  The logrotate has not been
changed since this started.  If I use /etc/rc.d/init.d/httpd restart it will
again begin logging... /etc/logrotate.d/apache is as follows:

/var/log/httpd/error {
    missingok
    postrotate
        /usr/bin/killall -HUP httpd 2> /dev/null || true
    endscript
    daily
    mail user@xxxxxxxxxx
}

Any ideas on why some days this works and others it does not.  I'm not
positive, but may have begun about the time
RaQ4-All-Security-2.0.1-15417.pkg was installed...but I'm not positive.

-- Paul