码迷,mamicode.com
首页 > 其他好文 > 详细

解决cron无法运行报错:FAILED

时间:2019-12-09 19:46:10      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:用户   无法   local   count   无法运行   zha   crond   etc   log   

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

查看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

标签:用户   无法   local   count   无法运行   zha   crond   etc   log   

原文地址:https://blog.51cto.com/13922718/2457057

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!