]> git.pld-linux.org Git - packages/cronie.git/commit
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)
commit428b9c73df902f6232312751a0c38060cf3cdbea
tree998f308e08cff093ac5c9040a36ba74e00112cb0
parent7e9736c4327f8cad517f02d317b0d6be7cbbddea
Rel 4; make cronie restart itself when PAM problems happen.

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).
cronie.spec
This page took 0.037435 seconds and 4 git commands to generate.