From owner-freebsd-questions Sat Jan 27 19:10: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id EEF0137B402 for ; Sat, 27 Jan 2001 19:09:45 -0800 (PST) Received: from rfx-216-196-73-168.users.reflexcom.com ([216.196.73.168]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 27 Jan 2001 19:07:53 -0800 Received: (from cjc@localhost) by rfx-216-196-73-168.users.reflexcom.com (8.11.1/8.11.1) id f0S39s682082; Sat, 27 Jan 2001 19:09:54 -0800 (PST) (envelope-from cjc) Date: Sat, 27 Jan 2001 19:09:48 -0800 From: "Crist J. Clark" To: Jason Hunt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cron job not running.. Message-ID: <20010127190948.Q10761@rfx-216-196-73-168.users.reflex> Reply-To: cjclark@alum.mit.edu References: <3A721D2A.37548A4C@blaz.niinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A721D2A.37548A4C@blaz.niinet.net>; from jhunt@blaz.homeip.net on Fri, Jan 26, 2001 at 06:58:18PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 26, 2001 at 06:58:18PM -0600, Jason Hunt wrote: > I have a cron job setup in freebsd that is not being > executed for some reason. I have used them time and time > again in linux and on other bsd systems, but for some > reason this is not executing -- there is nothing wrong > with the path/executable. Here is what I have in > /var/cron/tabs/roo# logcheck > > > 0 * * * * /usr/local/etc/logcheck/logcheck.sh > # seti@home > 0 * * * * cd /root/setiathome ; ./setiathome -nice 19 > /dev/null 2> > /dev/null > # date & time > 0 * * * * /usr/sbin/ntpdate clock.isc.org > /dev/null 2> /dev/null This should not be what a file in there looks like. You should not be touching anything in /var/cron/tabs anyway. crontab(1) must be used. > the top one doesn't seem to be running. I just added it > today and even sent a HUP to cron. I really do not want > to reboot in order to get this working.. not sure whats going > on here.. am I am missing something? You did use crontab(1), right? If you don't use crontab(1), it won't work. And I do not know what good a reboot qould do. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message