The nightly test test_user_permissions.TestInstallClientNoAdmin is failing in F36.
The test is failing when trying to request a certificate during ipa-client-install
2022-09-27T01:28:29Z DEBUG Start of certmonger.service complete 2022-09-27T01:28:30Z DEBUG certmonger request is in state 'NEWLY_ADDED_READING_KEYINFO' 2022-09-27T01:28:30Z DEBUG certmonger request is in state 'GENERATING_KEY_PAIR' 2022-09-27T01:28:31Z DEBUG certmonger request is in state 'GENERATING_CSR' 2022-09-27T01:28:32Z DEBUG certmonger request is in state 'CA_UNREACHABLE' 2022-09-27T01:28:32Z DEBUG Cert request 20220927012829 failed: CA_UNREACHABLE (Error setting up ccache for "host" service on client using default keytab: Cannot resolve network address for KDC in requested realm.) 2022-09-27T01:28:32Z DEBUG Giving up on cert request 20220927012829 2022-09-27T01:28:32Z ERROR certmonger request failed Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/ipaclient/install/client.py", line 853, in configure_certmonger certmonger.request_and_wait_for_cert( File "/usr/lib/python3.10/site-packages/ipalib/install/certmonger.py", line 414, in request_and_wait_for_cert raise RuntimeError( RuntimeError: Certificate issuance failed (CA_UNREACHABLE: Error setting up ccache for "host" service on client using default keytab: Cannot resolve network address for KDC in requested realm.) 2022-09-27T01:28:32Z ERROR Installation failed. Rolling back changes.
This is almost certainly because we haven't created the krb5.conf yet.
I can move the creation back to where it was so that certmonger will have a configuration to work with but it will still be in a race with replication for the client host to appear on all IPA servers.
I can look to move the certificate request later to give it a higher probability of success.
Related to https://pagure.io/freeipa/issue/9228
Metadata Update from @frenaud: - Issue tagged with: test-failure
master:
Reproduced in testing_master_latest_selinux report
testing_master_testing_selinux report
ipa-4-10:
ipa-4-9:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
ipa-4-6: