From owner-freebsd-questions@FreeBSD.ORG Wed Oct 4 04:15:40 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 4AB8616A40F for ; Wed, 4 Oct 2006 04:15:40 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBFF43D69 for ; Wed, 4 Oct 2006 04:15:39 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 4E90D13D56F; Tue, 3 Oct 2006 23:22:30 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id E555C13D522; Tue, 3 Oct 2006 23:22:29 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id E43BD13C80B; Tue, 3 Oct 2006 23:22:29 -0500 (CDT) Date: Tue, 3 Oct 2006 23:22:29 -0500 (CDT) From: Philip Hallstrom To: stan In-Reply-To: <20061004000523.GA5229@teddy.fas.com> Message-ID: <20061003232147.R65965@bravo.pjkh.com> References: <20061004000523.GA5229@teddy.fas.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: Free BSD Questions list Subject: Re: Strange cron behavior 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: Wed, 04 Oct 2006 04:15:40 -0000 > I'm having a hard time getting cron to run a task. I've run crontab -e > (as root), and added the following line: > > 12 * * * * /usr/local/bin/mirror_ubuntu > > This script runs from teh command line. Now I've seen plenty of > strange beahviour because of the limited environment cron tasks > get, but a basic "echo "test" >> /tmp/stan isn't even creating > the file. > > Sugestions? Is the cron daemon running? What is the output in /var/log/cron? -p