From owner-freebsd-questions@FreeBSD.ORG Thu Apr 6 15:25:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1266416A400 for ; Thu, 6 Apr 2006 15:25:32 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65DA43D55 for ; Thu, 6 Apr 2006 15:25:22 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5AFF7D45E81 for ; Thu, 6 Apr 2006 11:25:21 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Thu, 06 Apr 2006 11:25:10 -0400 X-Sasl-enc: 3u6x0CHswkOddLvG33MDa92PABAfuqXrAa/d9WzZJKo2 1144337109 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id E05CB2B80 for ; Thu, 6 Apr 2006 11:25:08 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 6 Apr 2006 16:25:16 +0100 User-Agent: KMail/1.9.1 References: <443301F8.50106@mac.com> <44331031.1020002@daleco.biz> In-Reply-To: <44331031.1020002@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604061625.17909.list-freebsd-2004@morbius.sent.com> Subject: Re: cron question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 15:25:32 -0000 On Wednesday 05 April 2006 01:32, Kevin Kinsey wrote: > And furthermore, you edited /etc/crontab or something similar > instead of using crontab(1) to edit /var/cron/tabs/root. Nitpicky, > to be sure, but the cause of many a heartache: > > http://www.freebsd.org/doc/en/books/faq/admin.html#ROOT-NOT-FOUND-CRON-ERRO >RS The FAQ entry is about the mistake of using the crontab utility to install the system crontab (or a copy) as root's user crontab ( This is not helped by the fact that /etc/crontab refers to itself as "root's crontab" ). There is no such problem with simply editing /etc/crontab - it's the more straightforward approach.