Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

OS updates notes for July 2020

Devuan GNU+Linux unstable (Ceres)

The packages upgrade just fine, but sssd service fails. In the sssd_ipa.example.com.log file:

(Sun Jul  5 10:45:02 2020) [sssd[be[ipa.example.com]]] [dp_module_open_lib] (0x0010): Unable to load module [ipa] with path [/usr/lib/x86_64-linux-gnu/sssd/libsss_ipa.so]: libndr.so.0: cannot open shared object file: No such file or directory

The issue is caused by samba-libs placing a newer version of the libndr shared library. For now, a symlink to the new location will suffice.

sudo ln -s libndr.so.1.0.0 /usr/lib/x86_64-linux-gnu/libndr.so.0

Comments