Hello I wrote earlier about the problems with cron: http://www.howtoforge.com/forums/showthread.php?t=56165 Now I know what is wrong. Website users do not have permission. All website users from ISPConfig dont have permission. When I change user in crontab from "web9" to "root", is OK. I also tested a cron job easier: is OK Code: * * * * * root echo "Cron Worked $(date)" >> /tmp/cronworked.txt is Bad: Code: * * * * * web9 echo "Cron Worked $(date)" >> /tmp/cronworked.txt
This has been fixed in SVN already, see bugtracker: http://bugtracker.ispconfig.org/index.php?do=details&task_id=2078 It affects only some Linux distributions, e.g. debian is not affected by this.