解决cron无法运行报错:FAILED

解决cron无法运行报错:FAILED to authorize user with PAM (Module is unknown)

创新互联建站主营泾川网站建设的网络公司,主营网站建设方案,重庆APP软件开发,泾川h5成都小程序开发搭建,泾川网站营销推广欢迎泾川等地区企业咨询

查看cron运行日志
tail -f /var/log/cron
报如下错误:

May  8 10:14:01 localhost crond[9399]: (root) FAILED to authorize user with PAM (Module is unknown)
May  8 10:14:01 localhost crond[9400]: (root) FAILED to authorize user with PAM (Module is unknown)

网上有如下解决方法:
禁用SELinux,可以使用getenforce命令查看是否禁用。
修改/etc/pam.d/crond,把把所有required改成sufficient,这个可能对非root用户管用。

account    required   pam_access.so
account    include    password-auth
session    required   pam_loginuid.so
session    include    password-auth
auth       include    password-auth

最终解决办法:
重启crond服务

/etc/init.d/crond restart

参考文献:https://zhang.ge/5093.html


网站栏目:解决cron无法运行报错:FAILED
文章位置:http://csdahua.cn/article/pcgshc.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流