« 由时间格式、MAC格式想到的标准问题 |
Main
| 有人反应的一个 ipcn proxy 问题 顺谈代理的域名解析 »
October 10, 2007
Redhat EL AS3 的 crond 和 pam_krb5 问题
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2007/10/10/001280.html
十一假期回来 一台测试机硬盘坏了 只好换了台机器
由于线上环境是AS3 为了自己给减少麻烦只好还是安装了AS3
配置crontab后 发现 log 里面有 pam_krb5 的错误提示
Oct 8 15:41:18 test crond[1733]: (CRON) STARTUP (V5.0)
Oct 8 15:50:01 test crond[2247]: PAM unable to dlopen(/lib/security/pam_krb5.so)
Oct 8 15:50:01 test crond[2247]: PAM [dlerror: /lib/security/pam_krb5.so: cannot open shared object file: No such file or
directory]
Oct 8 15:50:01 test crond[2247]: PAM adding faulty module: /lib/security/pam_krb5.so
Oct 8 15:50:01 test crond[2248]: (root) CMD (/usr/lib/sa/sa1 1 1)
Oct 8 15:50:01 test crond[2248]: LAuS error - do_command.c:278 - laus_attach W : (19) laus_attach: No such device
看了一下 /etc/pam.d/crond
有一行
session optional pam_krb5.so
去掉就完了
反正也用不着
|
|
Posted by windtear at October 10, 2007 2:27 PM