From owner-freebsd-questions Thu Jul 26 0:45:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id DA66737B405 for ; Thu, 26 Jul 2001 00:45:23 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 99203 invoked by uid 100); 26 Jul 2001 07:45:23 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15199.51859.216913.706570@guru.mired.org> Date: Thu, 26 Jul 2001 02:45:23 -0500 To: Alexey Privalov Cc: questions@freebsd.org Subject: Re: strange with cron In-Reply-To: <60819404@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexey Privalov types: > hello all. > > every night i get following message. but i checked path and its ok. > can somebody say me where i did mistake? You've installed that crontab in /etc instead of via the crontab command. Check the FAQ entry for details. ---------- Forwarded message ---------- > Date: Thu, 26 Jul 2001 02:01:00 +0700 (NOVST) > From: root (Cron Daemon) > To: root > Subject: Cron root adjkerntz -a > > root: not found > > > this is my crontab file: > > SHELL=/bin/sh > PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin > HOME=/var/log > USER=root > # > #minute hour mday month wday who command > # > # rotate log files every hour, if necessary > 0 4 * * * root newsyslog > # > # do daily/weekly/monthly maintenance > 59 1 * * * root periodic daily > 30 3 * * 6 root periodic weekly > 30 5 1 * * root periodic monthly > # > # logcheck > 1 * * * * root /usr/local/etc/logcheck/logcheck.sh > > # tripwire > 1 4 * * 1,4 root /usr/local/bin/tripwire > > # 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 /sbin/adjkerntz -a > > > > thanks for all... > > PS: one interesting detail: in daylight time i don`t get this message. > -- Mike Meyer http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message