1752600 Members
4622 Online
108788 Solutions
New Discussion юеВ

cron not working

 
SOLVED
Go to solution
Prasanth V Aravind
Trusted Contributor

cron not working

In one of linux machine cron is not workig.


1. I have checked crond status
2. restarted cron
3. created cron.allow
4. created one empty cron.deny
5. created cron entries for root & not root users
6. deleted crontabs all users. & put only one entry in root crontab.
7. chceked cronlog & syslog.


Still the cron is not working properly.
in message i can see " Nov 3 15:44:01 CollPrAppSr1 crond[4282]: Authentication token is no longer valid; new one required. "
Any Idea ?



OS:- Red Hat Enterprise Linux AS release 4 (Nahant Update 7)




Regards
Prasanth
2 REPLIES 2
Jeeshan
Honored Contributor
Solution

Re: cron not working

Wrong forum to submit your question.


You are submitting your cronjob as a root and root's password has expired ,so crond is not able to authenticate root.
If you want to run your cronjob,either change/disable password expiration for root or submit your cronjob through someother user whose password will never expire.
a warrior never quits
SKR_1
Trusted Contributor

Re: cron not working