I have an issue trying to install freeipa-client on Ubuntu16.04 (worked on other 16.04 servers but this one is somehow failing). The problem is with the postinst script that fails on this line:
python2 -c 'from ipapython.certdb import create_ipa_nssdb; create_ipa_nssdb()' >/dev/null 2>&1 While trying to run from CLI: python2 -c 'from ipapython.certdb import create_ipa_nssdb’, I’m getting: ImportError: cannot import name create_ipa_nssdb I have checked the python file in question: /usr/local/lib/python2.7/dist-packages/ipapython/certdb.py, there is no definition for create_ipa_nssdb Any idea? I already tried to purge and reinstall the freeipa-client, but no luck. Milos _______________________________________________ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org