From owner-freebsd-questions@FreeBSD.ORG Thu Jun 8 06:57:34 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 80E1D16A6D7 for ; Thu, 8 Jun 2006 04:28:00 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B800F43D45 for ; Thu, 8 Jun 2006 04:27:59 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k584RvDW047184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Jun 2006 11:27:57 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k584Ru5O084169; Thu, 8 Jun 2006 11:27:56 +0700 (ICT) Date: Thu, 8 Jun 2006 11:27:56 +0700 (ICT) Message-Id: <200606080427.k584Ru5O084169@banyan.cs.ait.ac.th> From: Olivier Nicole To: atom.powers@gmail.com In-reply-to: (atom.powers@gmail.com) References: <200606080321.k583Lto6083694@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: how does cron exec jobs? 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: Thu, 08 Jun 2006 06:57:34 -0000 > > Counld be different environment variables set, different working > > directory... > > That's what I'm trying to find out. The cron man pages are ... empty > on the subject. Remove every and any environment variable and try to run from / or from /root or from /tmp OK that's trial and error approach. Olivier