From owner-freebsd-questions Sun Jan 2 21: 3: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id 3EE0D14EE1 for ; Sun, 2 Jan 2000 21:03:00 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id XAA36929; Sun, 2 Jan 2000 23:02:56 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Sun, 2 Jan 2000 23:02:56 -0600 (CST) From: Ryan Thompson To: Mitch Collinsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Huge crontab jobs are not run In-Reply-To: <200001030033.TAA07780@benge.graphics.cornell.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 2 Jan 2000, Mitch Collinsworth wrote: > > >> > Did you kill -HUP cron? If you didn't do this (or reboot the system), > >> > your job won't run. > >> > >> According to the manpage, you don't need to: > >> > >> | Additionally, cron checks each minute to see if its spool directory's > >> | modtime (or the modtime on /etc/crontab) has changed, and if it has, cron > >> | will then examine the modtime on all crontabs and reload those which have > >> | changed. Thus cron need not be restarted whenever a crontab file is mod- > >> | ified. Note that the crontab(1) command updates the modtime of the spool > >> | directory whenever it changes a crontab. > > > >Hmm... I stand corrected :-) I haven't looked at than man page for quite > >some time. Anyway, kill -HUP can't hurt, and might actually kick a few > >things into shape if modtimes get set incorrectly :-) > > > >