PDA

View Full Version : Crash on Cronmanager



doglover
17-11-11, 18:20
Today my box crashed (twice) on opening the Cron manager in the VIX panel.

Crashlog attached.
The crash is probably caused by the cron job I manually defined.

30 6 * * 2,3 /bin/EMM.sh
15 15 * * 2,3 /bin/noEMM.sh

These jobs have to be performed on tuesday and wednesday.

Willy

andyblac
17-11-11, 18:37
Today my box crashed (twice) on opening the Cron manager in the VIX panel.

Crashlog attached.
The crash is probably caused by the cron job I manually defined.

30 6 * * 2,3 /bin/EMM.sh
15 15 * * 2,3 /bin/noEMM.sh

These jobs have to be performed on tuesday and wednesday.

Willy


what is 2,3 for ?


EDIT: i guess Tues and Weds only. it does not support that atm, try just one day, i will try to add support for multiple days

Rob van der Does
18-11-11, 06:29
I have seen a commit "CrontManager: add support to multiple days in a manualy created crontab", so I take it this option will be available in the next image-release?

doglover
18-11-11, 09:39
what is 2,3 for ?

Is for Tuesday and Wednesday.
Your answer confirms to me that the error is caused by what I suspected.

Willy