Closed issue by Anachron on void-packages repository https://github.com/void-linux/void-packages/issues/48088 Description: ### Is this a new report? Yes ### System Info Void 6.6.5_1 x86_64 GenuineIntel notuptodate rFFFFFFF ### Package(s) Affected pam-1.5.3_4, cronie-1.7.0_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? No ### Expected behaviour Cronjobs to still be functional after a systemupgrade ### Actual behaviour Cronjobs aborted with the following errors: ``` 2024-01-06T10:21:01.53110 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM unable to dlopen(/usr/lib/security/pam_unix.so): /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/security/pam_unix.so) 2024-01-06T10:21:01.53117 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM adding faulty module: /usr/lib/security/pam_unix.so 2024-01-06T10:21:01.53119 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM unable to dlopen(/usr/lib/security/pam_env.so): /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/security/pam_env.so) 2024-01-06T10:21:01.53121 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM adding faulty module: /usr/lib/security/pam_env.so 2024-01-06T10:21:01.53122 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM unable to dlopen(/usr/lib/security/pam_access.so): /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/security/pam_access.so) 2024-01-06T10:21:01.53123 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM adding faulty module: /usr/lib/security/pam_access.so 2024-01-06T10:21:01.53169 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM unable to dlopen(/usr/lib/security/pam_limits.so): /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/security/pam_limits.so) 2024-01-06T10:21:01.53175 authpriv.err: Jan 6 11:21:01 cronie-crond[31761]: PAM adding faulty module: /usr/lib/security/pam_limits.so 2024-01-06T10:21:01.53177 cron.info: Jan 6 11:21:01 cronie-crond[31761]: (lap) PAM ERROR (Module is unknown) 2024-01-06T10:21:01.53179 cron.info: Jan 6 11:21:01 cronie-crond[31761]: (lap) FAILED to authorize user with PAM (Module is unknown) ``` I had to force reinstall both `util-linux` and `pam` and restart cronie to resolve this issue. ### Steps to reproduce 1. Update using `xbps-install -su` 2. See `svlogtail` for errors