From owner-freebsd-questions@FreeBSD.ORG Wed Jul 21 12:02:19 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 842EA16A4CE for ; Wed, 21 Jul 2004 12:02:19 +0000 (GMT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64CAB43D39 for ; Wed, 21 Jul 2004 12:02:18 +0000 (GMT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i6LC2GhH001041 for ; Wed, 21 Jul 2004 13:02:17 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i6LC2GgF021318 for ; Wed, 21 Jul 2004 13:02:16 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Wed, 21 Jul 2004 13:05:02 +0100 Organization: Insignia Solutions Message-ID: References: <3203DF3DDE57D411AFF4009027B8C3675B8093@exchange-uk.isltd.insignia.com> In-Reply-To: <3203DF3DDE57D411AFF4009027B8C3675B8093@exchange-uk.isltd.insignia.com> X-Mailer: Forte Agent 2.0/32.640 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.44 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: Wed, 21 Jul 2004 12:02:19 -0000 On Wed, 21 Jul 2004 07:48:31 +0100, in local.freebsd.questions you wrote: >Thanks for the suggestion will check the paths at the beginning. The >crontab >I was using is the system one (/etc/crontab) and I did try specifying >the >whole path to the program as well. Not in this example you didn't. > The exact error message was >"growisofs: >not found". The command was "1 2 * * * root growisofs -dvd-compat -Z The path should be /usr/local/bin/growisofs. jim