/usr/sbin/cron: Permission denied

Moderator: crythias

Locked
chewynet
Znuny newbie
Posts: 1
Joined: 17 Sep 2010, 15:20
Znuny Version: 2.4

/usr/sbin/cron: Permission denied

Post by chewynet »

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:::

Thought I'd share this, as it took me a few hours head scratching & googling.
aos_otrs
Znuny newbie
Posts: 36
Joined: 08 Dec 2010, 11:36
Znuny Version: 3.0.3

Re: /usr/sbin/cron: Permission denied

Post by aos_otrs »

Thanks,

have had the same problems on Suse 11.3 .
OTRS: 3.0.5
OS: openSuSE 11.3 Linux, MySql 5.0.x
greky
Znuny newbie
Posts: 1
Joined: 26 Jan 2011, 21:54
Znuny Version: 1

Re: /usr/sbin/cron: Permission denied

Post by greky »

Hello! You are my hero! I searched few hours and now... it works. By the way: This change activates userlogins for this user.
Locked