[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [Raq4] cron.daily gone whacky
- Subject: Re: [cobalt-users] [Raq4] cron.daily gone whacky
- From: "Tadashi Kiyuna" <kiyunat@xxxxxxx>
- Date: Mon Apr 30 04:17:30 2001
- Organization: OICS
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
----- Original Message -----
From: "Chris Bell" <chris@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 27, 2001 3:08 PM
Subject: [cobalt-users] [Raq4] cron.daily gone whacky
>
> my cron.daily used to always run at 4:02 am... now it's jumping all over
the
> place (4am, 4:15am, 5am, 6am)... and all of a sudden it now seems to have
> decided that 3:59pm is a good time.
>
You are able to find time table for cron at '/etc/crontab'.
-------- start of crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
# Monitor services to make sure everything is still okay.
0,15,30,45 * * * * root /usr/local/sbin/swatch >>/var/cobalt/adm.log 2>&1
--------- end of /etc/crontab
>
> any ideas how this is controlled?
>
> thanks
>
> cb
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>