Cron troubleshooting?

spoonfed

Verified User
Joined
Mar 26, 2008
Messages
23
Hi, i've noticed cron jobs added in DA aren't executed at all. I just checked my cron log and found this.

Jun 30 18:38:01 flipper crond[20488]: pam_ldap: ldap_simple_bind Can't contact LDAP server
Jun 30 18:38:01 flipper crond[20488]: Authentication service cannot retrieve authentication info
Jun 30 18:38:01 flipper crond[20488]: CRON (maklarval) ERROR: failed to open PAM security session: Success
Jun 30 18:38:01 flipper crond[20488]: CRON (maklarval) ERROR: cannot set security context

Any ideas of how to fix this?
 
Last edited:
Use a shell login: Check your cron directory; if there are any cronjobs owned by users no longer on the system, remove them (but not just by deleting the files; read man crond).

Jeff
 
Thanks, havent had time to look into this for a while but i did check the cron cirectory and there were only active users there, and very few so it wasnt hard to check.

Any ideas what could be wrong?
 
Back
Top