Cron does not update pipes
-
For a month now, the cron job runs, but does NOT update my pipes. This used to work, now it does not.
I had this problem about one year ago, posted here to no avail, and after about one month, it simply began working again.
Yes, the “test” buttons work and do update my pipes.
Yes, cron is working. How do I know? Because the following is the script I’m calling from cron:
/bin/echo "START:
date`” >>$HOME/public_html/callio.log
/usr/bin/curl -o /dev/null -s ‘https://sub.mdsresource.net/?pipes=cron&task=callaio’ 2>>$HOME/public_html/callio.log
### /usr/bin/lynx -dump ‘https://sub.mdsresource.net/?pipes=cron&task=callaio’
### /usr/bin/wget -O /dev/null ‘https://sub.mdsresource.net/?pipes=cron&task=callaio’
/bin/echo “STOP:date
” >>$HOME/public_html/callio.log
exit`Following is recent output logged to callio.log:
START: Mon Aug 29 01:19:01 MST 2016
STOP: Mon Aug 29 01:19:40 MST 2016
START: Mon Aug 29 04:19:01 MST 2016
STOP: Mon Aug 29 04:19:40 MST 2016
START: Mon Aug 29 07:19:01 MST 2016
STOP: Mon Aug 29 07:19:40 MST 2016
START: Mon Aug 29 10:19:01 MST 2016
STOP: Mon Aug 29 10:19:41 MST 2016
START: Mon Aug 29 13:19:01 MST 2016
STOP: Mon Aug 29 13:19:40 MST 2016
START: Mon Aug 29 16:19:01 MST 2016
STOP: Mon Aug 29 16:19:40 MST 2016
START: Mon Aug 29 19:19:01 MST 2016
STOP: Mon Aug 29 19:19:40 MST 2016
START: Mon Aug 29 22:19:01 MST 2016
STOP: Mon Aug 29 22:19:40 MST 2016
START: Tue Aug 30 01:19:02 MST 2016
STOP: Tue Aug 30 01:19:41 MST 2016
START: Tue Aug 30 04:19:01 MST 2016
STOP: Tue Aug 30 04:19:40 MST 2016
START: Tue Aug 30 07:19:01 MST 2016
STOP: Tue Aug 30 07:19:40 MST 2016
START: Tue Aug 30 10:19:01 MST 2016
STOP: Tue Aug 30 10:19:40 MST 2016
START: Tue Aug 30 13:19:01 MST 2016
STOP: Tue Aug 30 13:19:40 MST 2016
START: Tue Aug 30 16:19:01 MST 2016
STOP: Tue Aug 30 16:19:40 MST 2016
START: Tue Aug 30 19:19:01 MST 2016
STOP: Tue Aug 30 19:19:39 MST 2016
START: Tue Aug 30 22:19:01 MST 2016
STOP: Tue Aug 30 22:19:39 MST 2016
START: Wed Aug 31 01:19:01 MST 2016
STOP: Wed Aug 31 01:19:40 MST 2016
START: Wed Aug 31 04:19:01 MST 2016
STOP: Wed Aug 31 04:19:40 MST 2016As you can see, something is happening for >35 seconds each time it is called – but, ZERO pipes are updated.
Please, advise. Thank you.
~ Mike
- The topic ‘Cron does not update pipes’ is closed to new replies.