I am trying to find the program that is causing the crond: System error.
May 10 14:01:01 computer crond[12070]: System error
May 10 14:10:01 computer crond[12147]: System error
May 10 14:20:01 computer crond[12151]: System error
May 10 14:30:01 computer crond[12152]: System error
May 10 14:40:01 computer crond[12155]: System error
None of the regular cron jobs are setup to run every ten minutes:
more /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
I ran all the jobs in cron.daily and saw no failures.
root has one job that is scheduled once every morning. This job has
been working.
crontab -e
# Added to check the success of the CCV backups of the system
0 7 * * * /var/log/dsmcheck.sh
The system is 2.6.12-1.1381_FC3
I know that upgrading might help. However, the dsmc - tivoli or TSM, backup software does not run on the newer Fedora systems.
Any ideas. Thanks.
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines