custombuild cron is not executing

gate2vn

Verified User
Joined
Nov 9, 2004
Messages
483
Location
Oslo
I have 2 servers which have CB cron stucks. The cron is running, calling to the script, but then not executing after this:

Code:
root     21387  0.0  0.0 105964   544 ?        SN   Jul11   0:00 awk -v progname=/etc/cron.daily/custombuild progname {?????   print progname ":\n"?????   progname="";????       }????       { print; }

I needed to kill this manually, then run the cron again. You can see the script started from July 11. Any idea why that happens please?
Thanks.
 
Hello,

How did you get that output? Under what OS? I would expect to see /usr/local/directadmin/dataskq and/or /etc/cron.daily/custombuild in ps aux output.
 
Hmm... somehow I missed this, and having trouble again. So, for your question how I got that output, it's from "ps aux" command.
 
Back
Top