PEAK-Bobby
02-05-2009, 06:46 PM
Hi WHT,
A recent installation of DirectAdmin by the datacenter technicans on my AMD Quad Core running CentOS 5. I cannot get any cronjobs to execute.
Does anyone have any clue why? Or what I can check in the conf files to see if its disabled?
Dark Light
02-05-2009, 07:18 PM
Is cron running?
Alternatively, is the DA task queue being executed in directadmin/data/task.queue?
Checkout the help link on the DA help site for more information:
http://help.directadmin.com/item.php?id=107
PEAK-Bobby
02-06-2009, 01:00 AM
Thank you,
I tried their fix and it says crond is running and ok, but it still isn't executing the php file.
My cronjob is needs to execute this:
/home/s4mrotte/domains/veraciousservers.com/public_html/control/admin/cron.php
activelobby4u
02-06-2009, 03:03 AM
did u add the cron as
php <path to script> ??
The absence of command line interpreter is the obvious reason for your failed cronjob
:cool:
PEAK-Bobby
02-06-2009, 07:08 PM
Yes, the full command line is.
php -q /home/s4mrotte/domains/veraciousservers.com/public_html/control/admin/cron.php
smtalk
02-07-2009, 07:47 AM
Try:
/usr/local/bin/php -q /home/s4mrotte/domains/veraciousservers.com/public_html/control/admin/cron.php