Slate 7, cron not running?

cron jobs does not seem to be executed, after I did this it started working:

root@GL-BE3600:~# /etc/init.d/cron status
active with no instances
root@GL-BE3600:~#
root@GL-BE3600:~# /etc/init.d/cron start
root@GL-BE3600:~# /etc/init.d/cron status
running
root@GL-BE3600:~#
root@GL-BE3600:~# /etc/init.d/cron enable
root@GL-BE3600:~#
root@GL-BE3600:~# /etc/init.d/cron status
running

Seems to be reproduced on my BE3600, will ask R&D guys to check.

Update:

  1. The cron state is disable by default.

  2. If you configure crontab -e in SSH, you need to start manually.

  3. If you add cron tasks in Luci and save&apply, it will enable/start automatically.

Note, this is related to the openwrt source code and is not a bug.