From owner-freebsd-questions@FreeBSD.ORG Tue Jan 30 19:13:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2406916A404 for ; Tue, 30 Jan 2007 19:13:47 +0000 (UTC) (envelope-from cwmcelfresh@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id DF3E513C47E for ; Tue, 30 Jan 2007 19:13:46 +0000 (UTC) (envelope-from cwmcelfresh@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so2044703wxc for ; Tue, 30 Jan 2007 11:13:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QDQSGVcEO0PzcoPQ/TFrsOvZOu6q8GdD4aM553e+SIXhkDT7Rkt/k5HpnEZRFLsUMUfjy9FlGigKpnZufaGT3NiY6NtrOL1Pv0szFS8yBQ3WAyMk98EqOoAaUwX1A9WFgVkQQTqmwdi3AS6VKSIFRMR1CrkflIvT7t1+Of2C6sk= Received: by 10.70.87.11 with SMTP id k11mr3922087wxb.1170184425926; Tue, 30 Jan 2007 11:13:45 -0800 (PST) Received: by 10.70.41.10 with HTTP; Tue, 30 Jan 2007 11:13:45 -0800 (PST) Message-ID: <44b41e4e0701301113l15a03398o7e3aa2b9440edef0@mail.gmail.com> Date: Tue, 30 Jan 2007 11:13:45 -0800 From: "Charlie McElfresh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: cron problem 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: Tue, 30 Jan 2007 19:13:47 -0000 Hi, I wrote a perl script to get a news show I like. When I run it, it deletes yesterday's copy of the show, and downloads the new copy. The script works fine. I run the script as myself (charlie), charlie owns it, and it's chmod'd 0755. Works fine. I can't get cron to run it, though. Here's the cron process running on my machine: charlie@dash$ ps auxwww | grep cron root 413 0.0 0.1 1364 892 ?? Ss 5Jan07 0:06.57/usr/sbin/cron -s And here's charlie's crontab, to run at 7:17 mon - fri 17 7 * * 1-5 /media/democracy_now/get_new_show.pl ? Charlie