Hi
I am not able to run cron job for non-privileged user in RHEL 5.3. and getting below errors.
Quote:
[root@localhost ~]# su - bladmin
-sh-3.2$ crontab -l
#CRON Usage
#----------
# minute 0 through 59
# hour 0 through 23
# day_of_month 1 through 31
# month 1 through 12
# weekday 0 through 6 for Sunday through Saturday
# command a shell command
#
#CRON Format:
#minute hour day_of_month month weekday command
* * * * * touch /tmp/abc.bladmin
tail -f /var/log/cron
Nov 24 09:20:01 localhost crond[16619]: CRON (bladmin) ERROR: failed to open PAM security session: Success
Nov 24 09:20:01 localhost crond[16619]: CRON (bladmin) ERROR: cannot set security context
|
No selinux installed in the system.
Any help would be greatly appreciated.