Jake Jeck
05-11-2001, 06:44 PM
Ok, I've looked through every single post in here that contains the word CRON...no help I've been trying everything I can find but still no help....
UCJ 1.3 (Free yeah I know....)
Details:
Step 1: upload cron.txt it contains:
00,02,04,06,08,10,12,14,16,18,20,22,24,26,28,30,32 ,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * /home/spring/cgi-bin/ucjdata.cgi
Step 2: Telnet crontab -r
Step 3: Telnet crontab cron.txt
Step 4: Telnet crontab -l
# (cron.txt installed on Fri May 11 19:28:46 2001)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
00,02,04,06,08,10,12,14,16,18,20,22,24,26,28,30,32 ,34,36,38,40,42,44,46,48,50,52
,54,56,58 * * * * /home/spring/cgi-bin/ucjdata.cgi
Step 5: Telnet ps ax | grep crond
375 ? S 0:05 crond
9356 pts/0 S 0:00 grep crond
Step 6: ps ax | grep cron
375 ? S 0:05 crond
9592 pts/0 S 0:00 grep cron
Step 7: perl ucjdata.cgi
This produces no errors and updates the ucjadmin.cgi screen.
The only way my ucjadmin.cgi screen updates is when I manually type perl ucjdata.cgi which sucks because I can't log in and type that every 2 minutes. Anything I'm missing?
UCJ 1.3 (Free yeah I know....)
Details:
Step 1: upload cron.txt it contains:
00,02,04,06,08,10,12,14,16,18,20,22,24,26,28,30,32 ,34,36,38,40,42,44,46,48,50,52,54,56,58 * * * * /home/spring/cgi-bin/ucjdata.cgi
Step 2: Telnet crontab -r
Step 3: Telnet crontab cron.txt
Step 4: Telnet crontab -l
# (cron.txt installed on Fri May 11 19:28:46 2001)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
00,02,04,06,08,10,12,14,16,18,20,22,24,26,28,30,32 ,34,36,38,40,42,44,46,48,50,52
,54,56,58 * * * * /home/spring/cgi-bin/ucjdata.cgi
Step 5: Telnet ps ax | grep crond
375 ? S 0:05 crond
9356 pts/0 S 0:00 grep crond
Step 6: ps ax | grep cron
375 ? S 0:05 crond
9592 pts/0 S 0:00 grep cron
Step 7: perl ucjdata.cgi
This produces no errors and updates the ucjadmin.cgi screen.
The only way my ucjadmin.cgi screen updates is when I manually type perl ucjdata.cgi which sucks because I can't log in and type that every 2 minutes. Anything I'm missing?