]> git.pld-linux.org Git - packages/cronie.git/commitdiff
Rel 4; make cronie restart itself when PAM problems happen. auto/th/cronie-1.5.7-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Nov 2021 10:25:06 +0000 (11:25 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 23 Nov 2021 10:25:06 +0000 (11:25 +0100)
On glibc/pam upgrades cronie can be very unhappy:

Feb 9 13:52:01 firma /usr/sbin/crond[6592]: (root) FAILED
to authorize user with PAM (Moduł jest nieznany)

because crond is inked with old stuff and can't dlopen newer pam modules.

Exact cause (like which symbol) is not known because crond
is using PAM_SILENT flag which silences most of pam error messages.

Add hacky script to make crond self cure (this problem happened way
too many times for me).


No differences found
This page took 0.072642 seconds and 4 git commands to generate.