From owner-freebsd-stable Mon Feb 15 11:45:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21533 for freebsd-stable-outgoing; Mon, 15 Feb 1999 11:45:13 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21450 for ; Mon, 15 Feb 1999 11:45:07 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.179.31]) by po2.glue.umd.edu (8.9.0.Beta6/8.9.0.Beta6) with ESMTP id OAA28578 for ; Mon, 15 Feb 1999 14:14:12 -0500 (EST) Message-ID: <36C87203.BCFA5D36@glue.umd.edu> Date: Mon, 15 Feb 1999 14:14:11 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.ORG Subject: Cron error messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I updated my crontab file so that it runs CVSup on saturdays and now I'm constantly getting these two messages from Cron Daemon. Its flooding my mailbox and getting very annoying. Help! Thanks, Brandon From: root@cerberus.student.umd.edu (Cron Daemon) To: root@cerberus.student.umd.edu Subject: Cron root newsyslog X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found next message... From: root@cerberus.student.umd.edu (Cron Daemon) To: root@cerberus.student.umd.edu Subject: Cron root /usr/libexec/atrun X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found and this is my /etc/crontab file 118 2:12pm/etc#cat /etc/crontab # /etc/crontab - root's crontab for FreeBSD # # $Id: crontab,v 1.18 1998/03/30 09:17:25 ache 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 0 2 * * * root periodic daily 2>&1 | sendmail r oot 30 3 * * 6 root periodic weekly 2>&1 | sendmail root 30 5 1 * * root periodic monthly 2>&1 | sendmail root 30 2 * * * root ./extract-updates # 2>&1 | sendm ail root # # 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 -- bfoz@starfleet.umd.edu "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message