The clue is in the difference to your response to the date
command. Your Foxsat is in the wrong TimeZone. This means that S10sysclock will never think it is the housekeeping run because is not the expected time (which must be exact).
I think you may have applied one of the two quick fixes for nowster's patch and his updated solution. I seem to remember one of them modified the TimeZone. Will look back in the main thread and post again.
BTW the ls
command switch should have been a lowercase -L and not a numeric -1. No matter we have the necessary info now.
EDIT: Please review the temp fixes mention in the AVF main thread from post #118 to #136 and undo any you applied. Check especially /opt/etc/init.d/S99settop.sh
it should read:
#!/bin/sh
if [ -x /opt/bin/settop-new ] ; then
TZ=GMT+0 /opt/bin/settop-new
reboot
fi
| Sat 20 Apr 2013 9:08:32
#20 |