Re: manual vs. crontab execution

2006-02-27 Thread Peter Bako
t works! Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 25, 2006 4:56 PM To: Peter Bako Subject: Re: manual vs. crontab execution >>>>> "p" == Peter Bako <[EMAIL PROTECTED]> writes: p> I have a weird proble

Re: manual vs. crontab execution

2006-02-27 Thread N.J. Thomas
* Peter Bako <[EMAIL PROTECTED]> [2006-02-25 15:33:28 -0800]: > However when the cron job hits at midnight the script always fails and > without any error message that I can get. Whenever you have a problem like this (ie. "Script foo works perfectly from the command line but not from cron"), you s

Re: manual vs. crontab execution

2006-02-26 Thread Joachim Schipper
On Sat, Feb 25, 2006 at 03:33:28PM -0800, Peter Bako wrote: > I have a weird problem I cannot find a solution to. I've written a small > script (attached below) that I put on the dozen or so systems that I > maintain for friends and clients, that daily sends some basic information to > my web serv

Re: manual vs. crontab execution

2006-02-26 Thread Reid Nichol
As a shot in the dark, it might have something to do with environmental variables or lack thereof. Are you sure everything is setup *exactly* the same? At any rate, that's the first thing that popped into my head. Good luck :) best regards, Reid Nichol --- Peter Bako <[EMAIL PROTECTED]> wrote

manual vs. crontab execution

2006-02-25 Thread Peter Bako
I have a weird problem I cannot find a solution to. I've written a small script (attached below) that I put on the dozen or so systems that I maintain for friends and clients, that daily sends some basic information to my web server. This data is then stored in a MySQL database and viewed via ano