[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Log Files Stoped Generating : PLEASE HELP!
- Subject: Re: [cobalt-users] Log Files Stoped Generating : PLEASE HELP!
- From: PyschoCotic@xxxxxxx
- Date: Wed May 3 14:11:07 2000
Chris, This did not work!
I added a transferlog in one of my clients virtualhosts directives and all
logs stoped working around that time. I have recently noticed the problem
and removed the transferlog directive and the logs for all sites still do not
log.
could this somehow be the problem? The customlog directive is correctly set
as it was always.
~Randy
In a message dated 5/3/00 1:30:08 AM Central Daylight Time, chris@xxxxxxxxxxx
writes:
> it seems the Cobalt script in crontab (/etc/crontab) dies under heavy
> load. We found the solution adding a simple "&" (force background) at
> the end of the script line. Ex:
>
> 02 1 * * * root run-parts /etc/cron.daily &
> 02 2 * * 0 root run-parts /etc/cron.weekly &
>
> chris