I have a SME7pre4 box that functioned fine since being pre3. Two nights ago my crontab began to fail. A peak into /var/log/cron showed "BAD FILE MODE" when crontab would attempt to run.
Crontab was being created as -rwxr-xr-x
It should be created as -rw-r--r--
If I manually change it to -rw-r--r--, the crontab will function properly. Obviously, the next change to the server breaks this. The just began at 2am on 20060307...nothing had been changed in a week.
Chris G.