LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   cronjobs stop working after expiration of root password (https://www.linuxquestions.org/questions/linux-general-1/cronjobs-stop-working-after-expiration-of-root-password-587751/)

nichu 09-27-2007 10:11 AM

cronjobs stop working after expiration of root password
 
Hello
as in subject:
cronjobs stop working after expiration of root password
at log file there is:
crond: Authentication token is no longer valid; new one required

is it normal and i have to change password every time? or can i do sth about that? maybe in pam or sth?

Thanks in progress for helping
best regards!!

shailesh_mishra 09-28-2007 03:30 AM

i think its normal.You are submitting your cronjob as a root and root's password has expired
Quote:

crond: Authentication token is no longer valid; new one required
,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.Changing password will not effect the fucntionality of cronjob.
There may be some other way too but i told you what i do.


All times are GMT -5. The time now is 08:00 PM.