Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 13:44:39 +0700 (NOVST)
From:      Alexey Privalov <lucky@land3.nsu.ru>
To:        freebsd-questions@FreeBSD.ORG
Subject:   strange with cron
Message-ID:  <Pine.BSF.4.21.0107261339050.47447-100000@land3.nsu.ru>

next in thread | raw e-mail | index | archive | help


hello all.

every night i get following message. but i checked path and  its ok.
can somebody say me where i did mistake?

---------- 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.


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?Pine.BSF.4.21.0107261339050.47447-100000>