From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 22:27:09 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 DA4D516A4CE for ; Tue, 20 Jul 2004 22:27:09 +0000 (GMT) Received: from starling.mail.pas.earthlink.net (starling.mail.pas.earthlink.net [207.217.120.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAD043D2D for ; Tue, 20 Jul 2004 22:27:09 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by starling.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Bn34n-0006mV-Bc; Tue, 20 Jul 2004 15:27:09 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Tue, 20 Jul 2004 17:28:22 -0500 User-Agent: KMail/1.6.2 References: <000d01c46ea3$7cce0e60$2b00a8c0@admin> In-Reply-To: <000d01c46ea3$7cce0e60$2b00a8c0@admin> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Message-Id: <200407201728.22945.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b18451d2971372b80b6a4e4d8b5d45756350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.20.74 cc: "gradeAstudent.com" Subject: Re: Growisofs and etc/crontab 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: Tue, 20 Jul 2004 22:27:10 -0000 On Tuesday 20 July 2004 04:49 pm, gradeAstudent.com wrote: > Hello Everone, Anyone burning DVD+RW's from /etc/crontab? I am > running Freebsd 4.10. I only get "growisofs not found" or something > like that from cron in the mail messages it sends out. When I type > out the growisofs -dvd-compat ... command it works great but from > within cron doesn=92t seem to work. Anyone have any ideas. > > Andrew Firestone Try defining the PATH in the crontab file. Here's the first 2 lines of=20 my crontab file: SHELL=3D/bin/sh PATH=3D/var/cron/tabs:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin Best of luck, Andrew Gould