From owner-freebsd-questions@FreeBSD.ORG Sat Mar 25 02:34:44 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 A923116A401 for ; Sat, 25 Mar 2006 02:34:44 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FE943D45 for ; Sat, 25 Mar 2006 02:34:44 +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 41B17D42B53 for ; Fri, 24 Mar 2006 21:34:42 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Fri, 24 Mar 2006 21:34:32 -0500 X-Sasl-enc: 5jdQrHTuAOFDH3GKEsQINibjPe5555S4g0EnorJ5u41e 1143254071 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 EAEFFB98 for ; Fri, 24 Mar 2006 21:34:31 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sat, 25 Mar 2006 02:34:40 +0000 User-Agent: KMail/1.9.1 References: <44245730.9030509@sensorsistemas.com.br> <44246A23.70905@daleco.biz> In-Reply-To: <44246A23.70905@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603250234.41337.list-freebsd-2004@morbius.sent.com> Subject: Re: crontab doesn't work 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: Sat, 25 Mar 2006 02:34:44 -0000 On Friday 24 March 2006 21:52, Kevin Kinsey wrote: > 3. Reasoning: It appears that you have modified /etc/crontab. > In BSD-land, you usually want to use the "root" crontab (which > is under /var/cron/tabs/root) or your personal account > crontab (/var/cron/tabs/username) to do cron work. What's wrong with the system crontab? One of the entries runs as squid, so it seems sensible to do it the way he has done it.