[ELDK] crond not working

Wolfgang Denk wd at denx.de
Thu Feb 25 20:44:25 CET 2010


Dear Germano Barreiro,

In message <681741761002250756h11d277d3o103c68b7bf32b00b at mail.gmail.com> you wrote:
> 
> Crond is not working in my ELDK ARM based embedded installation, and I
> cant figure out why.

The reason is most probably that crond is not unning at all - at least
in the default configuration (i. e. as ELDK installs it) it is not
enabled.

Try running the command "service crond status" - I bet it says "crond
is stopped".

You can use the command "chkconfig crond on" to enable crond in the
init scripts, so it gets automatically started when the system boots,
and you can use the command "service crond start" to start it in the
running system (i. e. without need to reboot or change runlevels).

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Immortality consists largely of boredom.
	-- Zefrem Cochrane, "Metamorphosis", stardate 3219.8


More information about the eldk mailing list