This is the second, and perhaps not last ;) in the FreeIPA series of articles. After setting up the FreeIPA server the next step is adding clients to the IPA domain.
Installation
Install the RPM package:
[root@omiday]# dnf install freeipa-client
Run the installer:
[root@omiday]# ipa-client-install
Done...or so I thought, moving on to the troubleshooting section...
Fixing ipa-client-install errors
Error: | Inconsistency detected by ld.so: dl-close.c: 811: _dl_close: Assertion `map->l_init_called' failed! Ubuntu bug 1231459 is still not fixed. Nothing helpful on FreeIPA Trac either. Doing an ALL search on RedHat Bugzilla I came across the Aug-19,2016 comment in bug 1189856 which points to this glibc bug. Noticed this right after logging out: Shared connection to stuff.can.local closed. pc96 ~ $ logout Shared connection to 192.168.0.5 closed. Inconsistency detected by ld.so: dl-close.c: 811: _dl_close: Assertion `map->l_init_called' failed!
|
---|