totaltouch
Verified User
Hi there,
A user on my system was complaining about cron not working. So I started testing things out. Setting cron is done through the DA interface.
Once a user sets a crontab like this everything works
Once a user sets a crontab like this everything works as well
Once a user sets a crontab like this, directadmin saves, REPLACE message in /var/log, but at the exact time.... nothing
No error messages, no e-mails, nothing in /var/log....
A user on my system was complaining about cron not working. So I started testing things out. Setting cron is done through the DA interface.
Once a user sets a crontab like this everything works
Code:
30 * * * * curl http://www.userdomain.com/test.php
Once a user sets a crontab like this everything works as well
Code:
* 14 * * * curl http://www.userdomain.com/test.php
Once a user sets a crontab like this, directadmin saves, REPLACE message in /var/log, but at the exact time.... nothing
Code:
30 14 * * * curl http://www.userdomain.com/test.php
No error messages, no e-mails, nothing in /var/log....
