From owner-freebsd-questions@FreeBSD.ORG Wed May 19 04:16:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4FD16A4CF for ; Wed, 19 May 2004 04:16:56 -0700 (PDT) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D7E43D48 for ; Wed, 19 May 2004 04:16:55 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.225.248.205] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BQP3w-0006PX-00 for freebsd-questions@freebsd.org; Wed, 19 May 2004 13:16:41 +0200 From: platanthera To: freebsd-questions@freebsd.org Date: Wed, 19 May 2004 13:16:32 +0200 User-Agent: KMail/1.6.2 References: <20040519103744.83826.qmail@web21007.mail.yahoo.com> In-Reply-To: <20040519103744.83826.qmail@web21007.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405191316.32632.platanthera@web.de> Sender: platanthera@web.de Subject: Re: Is There Any Professional To Help Me! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 11:16:56 -0000 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 /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