[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP cron problem



Here is how I did it to stop the error message you received.  I searched
around with google and ran across the following solution.  It works, no
error messages on my raq4.

If anyone knows exactly what it all means I would appreciate an explanation.

01,15,30,45 * * * * root TERM=xterm; export TERM; /usr/bin/lynx -dump
http://www.thelocationofyoursrcipt.com/thescript.php > /dev/null 2>&1

The above is all one line.




on 11/10/02 3:04 AM, Michael Aronoff at ma@xxxxxxxx wrote:

> On Sat, 9 Nov 2002, craig wrote:
> 
>> set the term type in the  crontab
>> 
>> term = vt100
>> * * * * * /usr/bin/lynx -dump http://www.oneofmysites.org/daily.php >
> /dev/null
> 
> My crontab now reads:
> 
> # DO NOT EDIT THIS FILE - edit the master and reinstall.
> # (/tmp/crontab.13791 installed on Sat Nov  9 14:27:23 2002)
> # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp
> $) 
> term = vt100
> 0 20 * * * /usr/bin/lynx -dump http://www.onewebsite.com/daily.php
>> /dev/null
> 0 20 * * * /usr/bin/lynx -dump http://www.anotherwebsite.com/daily.php
>> /dev/null
> 
> However I still get the error:
> 
> Your terminal lacks the ability to clear the screen or position the
> cursor.
> 
> Any other ideas how to run this on a Raq4?  This is the only thing I
> have not been able to get working from my Raq3.
> 
> Thanks,
> 
> Michael Aronoff
> Calabasas, CA
> ma@xxxxxxxx <mailto:ma@xxxxxxxx>
> 
> 
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>