On Wednesday 19 May 2004 12:37, mehrdad nosrati wrote:
> Dear All,
>
> I've a FreeBSD 3.4 Release.My cronttab file is like:
>
>
>
> # /etc/crontab - root's crontab for FreeBSD
> #
> # $FreeBSD: src/etc/crontab,v 1.18.2.2 1999/08/29
> 14:18:39 peter 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 2>&1 | sendmail root
> 30      3       *       *       6       root
> periodic weekly 2>&1 | sendmail root
> 30      5       1       *       *       root
> periodic monthly 2>&1 | sendmail 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
>
> but every 5 minute I receive a mail from cron daemon
> in
> which it says:
>
> Cron <[EMAIL PROTECTED]> root /usr/libexec/atrun
>
> root:not found
>
>
> if you see man atrun(8) then you can see the line
> similar to that on mine,I mean:
> */5     *       *       *       *       root
> /usr/libexec/atrun
>
>
> I highly appreciate to whom have a good idea for this
> problem.
 
Did you try to update your /etc/crontab using crontab(1)?
If you did so, have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#ROOT-NOT-FOUND-CRON-ERRORS

hope that helps
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to