Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: Syernide on March 26, 2013, 06:23:09 am

Title: CronJobs :(
Post by: Syernide on March 26, 2013, 06:23:09 am
 :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
Title: Re: CronJobs :(
Post by: C51 on March 26, 2013, 07:36:32 am
I found an earlier post that may help.

http://forums.centova.com/index.php?topic=1846.15
Title: Re: CronJobs :(
Post by: Centova - Steve B. on March 27, 2013, 09:54:09 pm
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.