From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 13:57:48 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0BD106564A for ; Sat, 7 Jan 2012 13:57:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 593158FC0A for ; Sat, 7 Jan 2012 13:57:47 +0000 (UTC) Received: by werb13 with SMTP id b13so2511701wer.13 for ; Sat, 07 Jan 2012 05:57:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=bhXw3OJIDsyp6g45iUX/8je3dbwGem3uAMt2UqTA1jI=; b=hL9KIuay5nMrWRsUZ9umApowy2zQcb0txiajhmQTy2jWeDEy8NqCevOh+rGMwPwo/P BIXF0evTiIjxFh8+2Bfq3fFjzJwV7FeIphX2/h1RFerlD6sG2bWHOLjCtsOhcljk2tq5 nslFyuSLaX2gA2G1MQxV5jIKJupci0iUpFncE= Received: by 10.180.95.199 with SMTP id dm7mr13358521wib.9.1325944667232; Sat, 07 Jan 2012 05:57:47 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id fi6sm147002462wib.2.2012.01.07.05.57.45 (version=SSLv3 cipher=OTHER); Sat, 07 Jan 2012 05:57:46 -0800 (PST) Date: Sat, 7 Jan 2012 13:57:43 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120107135743.6aa5a6bd@gumby.homeunix.com> In-Reply-To: <4F084AAD.3050301@gmail.com> References: <4F0838DF.40006@gmail.com> <20120107132234.31d04a1c@gumby.homeunix.com> <4F084AAD.3050301@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Having problems running shell script from crontab 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, 07 Jan 2012 13:57:48 -0000 On Sat, 07 Jan 2012 15:37:49 +0200 Kaya Saman wrote: n terms of paths this is what I'm doing: I'm in a FreeBSD jail > logged in by - #jexec tcsh > > which gets me in as root. Crontab is being run as root so paths > should be the same no? PATH is set at the top of /etc/crontab