Search found 1 match

by chewynet
17 Sep 2010, 15:26
Forum: General
Topic: /usr/sbin/cron: Permission denied
Replies: 2
Views: 2649

/usr/sbin/cron: Permission denied

Got this after upgrading to OpenSuSE 11.3, so cron jobs were not running for otrs

Finally found the answer, where in 11.3 service accounts with a password hash of "!" cannot authenticate to the system properly. You need to change in /etc/shadow
otrs:!:14421:0:99999:7:::

to

otrs:*:14421:0:99999:7 ...