This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adamwill
Recipients adamwill, christian.heimes, eric.snow, gregory.p.smith, lukasz.langa, miss-islington, vstinner
Date 2019-10-07.18:47:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570474072.5.0.443371081638.issue37951@roundup.psfhosted.org>
In-reply-to
Content
Well, now our (Fedora QA's) automated testing of FreeIPA is showing what looks like a problem with preexec_fn (rather than fork) being disallowed:

https://bugzilla.redhat.com/show_bug.cgi?id=1759290

Login to the FreeIPA webUI is failing, and at the time it fails we see this error message on the server end:

[Mon Oct 07 09:22:19.521604 2019] [wsgi:error] [pid 32989:tid 139746234119936] [remote 10.0.2.102:56054] ipa: DEBUG: args=['/usr/bin/kinit', 'admin', '-c', '/run/ipa/ccaches/kinit_32989', '-E']
[Mon Oct 07 09:22:19.521996 2019] [wsgi:error] [pid 32989:tid 139746234119936] [remote 10.0.2.102:56054] ipa: DEBUG: Process execution failed
[Mon Oct 07 09:22:19.522189 2019] [wsgi:error] [pid 32989:tid 139746234119936] [remote 10.0.2.102:56054] ipa: INFO: 401 Unauthorized: preexec_fn not supported within subinterpreters
History
Date User Action Args
2019-10-07 18:47:52adamwillsetrecipients: + adamwill, gregory.p.smith, vstinner, christian.heimes, lukasz.langa, eric.snow, miss-islington
2019-10-07 18:47:52adamwillsetmessageid: <1570474072.5.0.443371081638.issue37951@roundup.psfhosted.org>
2019-10-07 18:47:52adamwilllinkissue37951 messages
2019-10-07 18:47:52adamwillcreate