From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 11:34:05 2003 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 D66BF16A4BF for ; Fri, 12 Sep 2003 11:34:05 -0700 (PDT) Received: from bcec01.tiadon.net (BCEC.tiadon.com [69.27.132.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC1644008 for ; Fri, 12 Sep 2003 11:34:04 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from applications.tiadon.com (mail.tiadon.com [172.16.18.172]) by bcec01.tiadon.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id S40KGVT7; Fri, 12 Sep 2003 13:34:03 -0500 Received: from nitanjared ([69.27.131.128]) by applications.tiadon.com with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 12 Sep 2003 13:33:51 -0500 Message-ID: <023601c3795c$6c4aa810$0100a8c0@nitanjared> From: "Kevin Kinsey, DaleCo, S.P." To: "Gerard Samuel" , "FreeBSD Questions" References: <3F620FD4.1090207@trini0.org> Date: Fri, 12 Sep 2003 13:33:30 -0500 Organization: DaleCo, S.P.---"the solutions people" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: Script doesn't complete via Cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Kevin Kinsey, DaleCo, S.P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 18:34:05 -0000 ----- Original Message ----- From: "Gerard Samuel" To: "FreeBSD Questions" Sent: Friday, September 12, 2003 1:26 PM Subject: Script doesn't complete via Cron > When I execute the script by hand, it completes without any problems. > When I let a cronjob handle it, it doesn't scp the zip file to the > remote server. > I don't get any errors in /var/log/auth.log or /var/log/messages > Anyone has any ideas on how to fix this up? > > Thanks > Try having the script call scp by the /path/to/the/scp/executable. HTH, Kevin Kinsey