From owner-freebsd-questions@FreeBSD.ORG Thu May 20 09:44:50 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 C3EBE16A4CE for ; Thu, 20 May 2004 09:44:50 -0700 (PDT) Received: from smtp.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF2943D1D for ; Thu, 20 May 2004 09:44:50 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.85.239.209] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BQqex-0006pl-00 for freebsd-questions@freebsd.org; Thu, 20 May 2004 18:44:44 +0200 From: platanthera To: freebsd-questions@freebsd.org Date: Thu, 20 May 2004 18:44:35 +0200 User-Agent: KMail/1.6.2 References: <20040520141445.50289.qmail@web40408.mail.yahoo.com> <40ACD318.4050009@potentialtech.com> In-Reply-To: <40ACD318.4050009@potentialtech.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405201844.36529.platanthera@web.de> Sender: platanthera@web.de Subject: Re: cron can't find root or operator 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: Thu, 20 May 2004 16:44:50 -0000 On Thursday 20 May 2004 17:47, Bill Moran wrote: > carvin5string wrote: > > I have a new server set up and running and am getting a slew of > > messages from cron, like this - > > > > Subject: Cron root /usr/libexec/atrun > > Body: root: not found > > > > and > > > > Cron operator /usr/libexec/save-entropy > > operator: not found > > > > What's going on with cron? > > You've got a user's crontab created in the format of the system > crontab. > > The system crontab has an extra field to designate the user under > which the job should run. When this field is entered in a user's > crontab, cron interprets it as the command to be run and the errors > you describe generally result. > > Keep in mind that the user "root" has a user crontab that is > different from the system crontab. > > If you're still fuzzy as to what went wrong, reading the man pages > for crontab (in addition to my explanation) should help. additionally you might want to have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#ROOT-NOT-FOUND-CRON-ERRORS > good luck.