I could not run this script in /etc/crontab

2006-02-28 Thread Halid Faith
Hello I have a script. I can run it without a problem as root manually. But I have a problem I could not run this script in /etc/crontab as below; */1 * * * * root/root/thescript What should I do ? ___ freebsd

Re: I could not run this script in /etc/crontab

2006-02-28 Thread Derek Ragona
t manually. But I have a problem I could not run this script in /etc/crontab as below; */1 * * * * root/root/thescript What should I do ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: I could not run this script in /etc/crontab

2006-03-01 Thread Halid Faith
th wrote: > >Hello > > > >I have a script. > >I can run it without a problem as root manually. > >But I have a problem > >I could not run this script in /etc/crontab as below; > > > >*/1 * * * * root/root/thesc

Re: I could not run this script in /etc/crontab

2006-03-01 Thread Jonathan Chen
uot; <[EMAIL PROTECTED]> > To: "Halid Faith" <[EMAIL PROTECTED]>; > Sent: Tuesday, February 28, 2006 10:31 PM > Subject: Re: I could not run this script in /etc/crontab > > > > Check your script for and use full pathnames for commands, cron doesn't >

Re: I could not run this script in /etc/crontab

2006-03-01 Thread Matthias Fechner
Hello Halid, * Halid Faith <[EMAIL PROTECTED]> [28-02-06 22:15]: > I could not run this script in /etc/crontab as below; > > */1 * * * * root/root/thescript > > What should I do ? try a MAILTO="email" to get the output back. Maybe

Re: I could not run this script in /etc/crontab

2006-03-01 Thread Frank Laszlo
hell, the PATH is not the same as if it were ran via cron. Hope this helps. -Frank > - Original Message - > From: "Derek Ragona" <[EMAIL PROTECTED]> > To: "Halid Faith" <[EMAIL PROTECTED]>; > Sent: Tuesday, February 28, 2006 10:31 PM >