Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
I am afraid this is an unfortunate result of removing the lockdown class in RHEL 9. It should only be a temporary issue until openvswitch-selinux-extra-policy is updated.
Disabling the module could possibly help, too:
# semodule -d openvswitch-custom
*** This bug has been marked as a duplicate of bug 2042911 ***
Description of problem: latest update(s): selinux-policy-34.1.22-1.el9.noarch brake freeIPA -> $ systemctl status -l systemd-tmpfiles-setup | cat ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static) Active: active (exited) since Sun 2022-01-16 20:44:37 GMT; 13min ago Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Process: 2581 ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=73) Main PID: 2581 (code=exited, status=73) CPU: 34ms Jan 16 20:44:37 swir.mine.private systemd[1]: Starting Create Volatile Files and Directories... Jan 16 20:44:37 swir.mine.private systemd-tmpfiles[2581]: Failed to set SELinux security context system_u:object_r:ipa_var_run_t:s0 for /run/ipa: Invalid argument Jan 16 20:44:37 swir.mine.private systemd-tmpfiles[2581]: Failed to create directory or subvolume "/run/ipa": Invalid argument Jan 16 20:44:37 swir.mine.private systemd-tmpfiles[2581]: Failed to set SELinux security context system_u:object_r:ipa_var_run_t:s0 for /run/ipa: Invalid argument Jan 16 20:44:37 swir.mine.private systemd-tmpfiles[2581]: Failed to validate path /run/ipa/ccaches: No such file or directory Jan 16 20:44:37 swir.mine.private systemd[1]: Finished Create Volatile Files and Directories. -> $ systemctl status -l ipa | cat × ipa.service - Identity, Policy, Audit Loaded: loaded (/usr/lib/systemd/system/ipa.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2022-01-16 20:44:46 GMT; 16min ago Process: 2900 ExecStart=/usr/sbin/ipactl start (code=exited, status=1/FAILURE) Main PID: 2900 (code=exited, status=1/FAILURE) CPU: 1.823s Jan 16 20:44:38 swir.mine.private systemd[1]: Starting Identity, Policy, Audit... Jan 16 20:44:46 swir.mine.private ipactl[2900]: Failed to start Directory Service: [Errno 2] No such file or directory: '/run/ipa/services.list' Jan 16 20:44:46 swir.mine.private ipactl[2900]: Starting Directory Service Jan 16 20:44:46 swir.mine.private systemd[1]: ipa.service: Main process exited, code=exited, status=1/FAILURE Jan 16 20:44:46 swir.mine.private systemd[1]: ipa.service: Failed with result 'exit-code'. Jan 16 20:44:46 swir.mine.private systemd[1]: Failed to start Identity, Policy, Audit. Jan 16 20:44:46 swir.mine.private systemd[1]: ipa.service: Consumed 1.823s CPU time. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: