Quote Originally Posted by specialk23
Does anyone know how I can permanently fix the problem.
You could schedule the "fix" every few days via cron. The following crontab entry will perform the actions every morning at 6am:

00 06 * * * (touch /var/timestamp; /hack/bin/force_index.tcl) &