При попытке запустить crontab на моем сервере CentOS 7 я получаю следующую ошибку.
# crontab -l
You (root) are not allowed to access to (crontab.relink.1461708277) because of pam configuration.
Я попытался исправить проблему, добавив следующее в мой файл /etc/security/access.conf:
+ : root : cron :0
- : ALL : ALL
Версия ОС моего сервера:
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 2.6.32-042stab113.11
Architecture: x86-64
Это не сработало :( Есть идеи?