Bug 1745450
Summary: | ipa-server-install fails with RuntimeError: fork not supported for subinterpreters | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
Component: | freeipa | Assignee: | IPA Maintainers <ipa-maint> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | abokovoy, awilliam, cheimes, contribs, fcami, ipa-maint, jcholast, jhrozek, lslebodn, pvoborni, rcritten, robatino, ssorce, twoerner, vstinner |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | openqa | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-02 08:53:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1745894 | ||
Bug Blocks: | 1705303 |
Description
Jan Pazdziora (Red Hat)
2019-08-26 07:40:01 UTC
Looks like https://bugs.python.org/issue34651 The issue is caused by changes described in https://bugs.python.org/issue34651. I have created a new BPO https://bugs.python.org/issue37951 to track the issue. Victor, please take a look. This issue breaks and blocks FreeIPA on Python 3.8 / Fedora rawhide. Yeah, openQA hits this too (I just didn't get to reporting it till today as I've been prioritizing F31). https://openqa.fedoraproject.org/tests/438706#next_previous (fails each compose since 0828.n.0, which is when Python 3.8 landed). This is an obvious F32 Beta blocker, per Basic criterion "It must be possible to configure a Fedora Server system installed according to the above criteria as a FreeIPA domain controller, using the official deployment tools provided in the distribution FreeIPA packages. Once deployed, the system must handle multiple client enrolments and unenrolments, and client authentication via Kerberos. The web UI must be available..." - https://fedoraproject.org/wiki/Basic_Release_Criteria#FreeIPA_server_requirements Fix has landed in master and 3.8, https://github.com/python/cpython/commit/98d90f745d35d5d07bffcb46788b50e05eea56c6 3.8b4 with the fix was tagged yesterday and release today. The Python maintenance team is super fast. I expect to see 3.8b4 in rawhide early next week. python3-3.8.0~b4-1.fc32.x86_64 fixed the issue. |