Is There Any Professional To Help Me!

platanthera platanthera at web.de
Wed May 19 04:16:56 PDT 2004


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 <root at urserver> 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


More information about the freebsd-questions mailing list