You are not logged in.
Pages: 1
OK. I've reviewed most material I can track down but I'm obviously missing something. I have configured a CRON job that just restarts the machine at any given time. Created /var/spool/cron/crontabs/* and crond to schedule the job. The job is listed with crond -l. The script will run fine manually what am I missing?
Offline
tazpkg get-install fcron ?
(edit you seem to have it)
Permissions maybe ? I remember messing a short while before getting it to work
do everything including permissions below /var/spoon/cron look as it should ?
Offline
# sed -i 's/RUN_DAEMONS="/&crond /' /etc/rcS.conf
or
# /etc/init.d/crond start
try 'crontab -l' and crontab --help' too.
Offline
So, for whatever reason Crond didn't seem to start with a reboot. Adding crond to /etc/rcS.conf RUN_DAEMONS= works. Thanks.
Offline
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]