Friday, 28 June 2013
You (root) are not allowed to access to (crontab) because of pam configuration.
Error Massage :
# crontab -e
Permission denied
You (root) are not allowed to access to (crontab) because of pam configuration.
Solution :
open with vi /etc/pam.d/crond
#
# The PAM configuration file for the cron daemon
#
#
# No PAM authentication called, auth modules not needed
account required pam_access.so
to
#account required pam_access.so
account include password-auth
session required pam_loginuid.so
session include password-auth
auth include password-auth
Problem would be resolved.
~
Subscribe to:
Post Comments (Atom)
Install XRDP in Centos 7
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...
-
Max Number of ulimit open file : It's provide open file resource availability in linux Increase max number of ulimit open file i...
-
Step to install and configure xvfb : First check the xvfb install or not # yum info xorg-x11-server-Xvfb If installed then look like ...
-
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...
No comments:
Post a Comment