Hi,
try to enable the cron service:
update-rc.d cron defaults
/etc/init.d/cron start
If it is not called "cron", check
ls /etc/init.d
and find something "cron" in the name, and try the commands above with that name
:/
Matthias
try to enable the cron service:
update-rc.d cron defaults
/etc/init.d/cron start
If it is not called "cron", check
ls /etc/init.d
and find something "cron" in the name, and try the commands above with that name
:/
Matthias