Description of problem: I can't enroll fresh rawhide host into freeipa. At the end of registration process, there's an error: 2018-01-01T18:26:59Z DEBUG The ipa-client-install command failed, exception: FileNotFoundError: [Errno 2] No such file or directory: '/etc/ipa/nssdb/cert8.db' 2018-01-01T18:26:59Z ERROR [Errno 2] No such file or directory: '/etc/ipa/nssdb/cert8.db' This is true, because: # ls -l /etc/ipa/nssdb/ -rw-------. 1 root root 28672 01-01 19:26 cert9.db -rw-------. 1 root root 36864 01-01 19:26 key4.db -rw-------. 1 root root 417 01-01 19:26 pkcs11.txt -rw-------. 1 root root 41 01-01 19:26 pwdfile.txt The file is called "cert9.db", and NOT "cert8.db". I see that "cert8" is hardcoded in few places in /usr/lib/python3.6/site-packages/ipaclient/install/client.py. Similarly, the code hardcodes "key3.db", while the actual name of created file is "key4.db". Unfortunately, simple search&replace of file names in client.py doesn't work, enrolling further fails with missing /etc/ipa/nssdb/secmod.db. Version-Release number of selected component (if applicable): freeipa-client-4.6.1-4.fc28.x86_64 How reproducible: Always. Steps to Reproduce: 1. Install rawhide 2. Install freeipa-client 3. issue ipa-client-install --mkhomedir
*** This bug has been marked as a duplicate of bug 1496562 ***