CronJobs :(

Read 3255 times
 :o

I am so lost at this moment...

can someone help me out to find where the error could be in regards to the Cron Daemon that is mailing me all the time regarding this issue

[INF] Starting job: checkprocesses
[INF] Checking for crashed applications...
[INF] Completed job: checkprocesses

How will I find the error and where do I look first?

Thanx in advance
I found an earlier post that may help.

http://forums.centova.com/index.php?topic=1846.15
Edit /etc/cron.d/centovacast and change this line:
Code: [Select]
*/5 * * * * centovacast /usr/local/centovacast/bin/ccmanage cronjob all >/dev/null
to:
Code: [Select]
*/5 * * * * centovacast /usr/local/centovacast/bin/ccmanage cronjob all >/dev/null 2>&1
I've changed our installer to make this the default for future installations.