Cron job error (exit status 127)

wiremind

Verified User
Joined
Jul 1, 2011
Messages
10
Just migrated to a different server and get the following cron error in /var/log/cron:

Jun 6 17:36:01 server /USR/SBIN/CRON[11562]: (root) CMD (/usr/local/directadmin/dataskq)
Jun 6 17:36:01 server /USR/SBIN/CRON[11560]: (CRON) error (grandchild #11562 failed with exit status 127)

If I do "ps ax" /usr/sbin/cron is running just fine. This happens on Debian 6 64bit. Any ideas what the problem is and how to fix it?
 
Hello,

What if you run manually:

Code:
/usr/local/directadmin/dataskq

and/or

Code:
/usr/local/directadmin/dataskq d800

?
 
Back
Top