Mark Knecht wrote:
>On 6/8/05, A. Khattri <[EMAIL PROTECTED]> wrote:
>
>
>>On Wed, 8 Jun 2005, Mark Knecht wrote:
>>
>>
>>
>>>But as I said vixie-cron is turned off. How could hourly crons run?
>>>
>>>
>>What else is running?
>>
>>Maybe you can run "ps -ef" and show us the output?
>>
>>
>>
>root 5341 1 0 10:19 ? 00:00:00 /usr/sbin/syslog-ng
>
>
>
Double check your /etc/syslog-ng/syslog-ng.conf file. I find the
following in mine:
# The default action of syslog-ng 1.6.0 is to log a STATS line
# to the file every 10 minutes. That's pretty ugly after a while.
# Change it to every 12 hours so you get a nice daily update of
# how many messages syslog-ng missed (0).
stats(43200);
If yours was set to 3600 for some reason, that would account for the 1
hour spinup.
-Richard
--
[email protected] mailing list