From owner-freebsd-questions Wed Feb 28 8:28:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 65BE737B719 for ; Wed, 28 Feb 2001 08:28:14 -0800 (PST) (envelope-from wmoran@mail.iowna.com) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f1SGPcV13758; Wed, 28 Feb 2001 11:25:39 -0500 (EST) Message-ID: <3A9D268B.12D92E49@mail.iowna.com> Date: Wed, 28 Feb 2001 11:25:47 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Meyer Cc: Ben Calvert , questions@FreeBSD.ORG Subject: Re: cron help? References: <15005.5708.642413.344467@guru.mired.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This looks like something I've seen before. It appears that you've got a user crontab with the system crontab format. A user crontab doesn't include the "who" like ("root" in this case) because it always runs as the user who owns it. Search around and see if you've got any other crontabs around that might contain the same data as this one. It's possible (especially if you're new) that you edited the crontab for a normal user as well. -Bill Mike Meyer wrote: > > Ben Calvert types: > > This is a multi-part message in MIME format. > > --------------010601060306070205080706 > > Content-Type: text/plain; charset=us-ascii; format=flowed > > Content-Transfer-Encoding: 7bit > > > > i just set up a new /etc/crontab (see below) yesterday and have been > > getting this every 5 minutes since. the weird thing is that the atrun > > line wasn't modified at all, i just added a script to run cvsup at 3 pm > > every day... > > > > this is my first time trying to set up cron, so i'm sure there's > > something really obvious i'm doing wrong... > > root: not found > > # /etc/crontab - root's crontab for FreeBSD > > # > > # $FreeBSD: src/etc/crontab,v 1.21.2.1 2000/09/20 02:32:51 jkh Exp $ > > # > > SHELL=/bin/sh > > PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin > > HOME=/var/log > > # > > #minute hour mday month wday who command > > # > > 5 * * * * root /usr/libexec/atrun > > # > > # rotate log files every hour, if necessary > > 0 * * * * root newsyslog > > # > > # do daily/weekly/monthly maintenance > > 59 1 * * * root periodic daily > > 30 3 * * 6 root periodic weekly > > 30 5 1 * * root periodic monthly > > # > > # time zone change adjustment for wall cmos clock, > > # does nothing, if you have UTC cmos clock. > > # See adjkerntz(8) for details. > > 1,31 0-5 * * * root adjkerntz -a > > > > # cair specifics: get run cvsup every night > > 05 15 * * * root /root/bin/dailysup > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message