Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 02:45:23 -0500
From:      Mike Meyer <mwm@mired.org>
To:        Alexey Privalov <lucky@land3.nsu.ru>
Cc:        questions@freebsd.org
Subject:   Re: strange with cron
Message-ID:  <15199.51859.216913.706570@guru.mired.org>
In-Reply-To: <60819404@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Privalov <lucky@land3.nsu.ru> 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.

	<mike

> ---------- Forwarded message ----------
> Date: Thu, 26 Jul 2001 02:01:00 +0700 (NOVST)
> From: root (Cron Daemon)
> To: root
> Subject: Cron <root@land3> 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 <mwm@mired.org>			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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15199.51859.216913.706570>