Bug 1345725 - python3-mod_wsgi: site.addsitedir() fails if multiple directories in python-path
python3-mod_wsgi: site.addsitedir() fails if multiple directories in python-path
Status: CLOSED EOL
Product: Fedora
Classification: Fedora
Component: mod_wsgi (Show other bugs)
24
x86_64 Linux
unspecified Severity unspecified
: ---
: ---
Assigned To: Matthias Runge
Fedora Extras Quality Assurance
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-13 00:23 EDT by Richard Chan
Modified: 2017-08-08 10:50 EDT (History)
6 users (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-08-08 10:50:33 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Debian BTS 811077 None None None 2016-06-13 03:09 EDT
Github GrahamDumpleton/mod_wsgi/issues/92 None None None 2016-08-09 15:41 EDT

  None (edit)
Description Richard Chan 2016-06-13 00:23:47 EDT
Description of problem:

When multiple directories are specified in python-path, mod_wsgi will fail to start


Version-Release number of selected component (if applicable):
python3-3.5.1-7.fc24.x86_64
python3-mod_wsgi-4.4.8-4.fc24.x86_64


How reproducible:
Always

Steps to Reproduce:
1. Create mod_wsgi app
2. WSGIDaemonProcess example.com python-path=/srv/httpd/django/lib1:/srv/httpd/django/lib2 processes=2 threads=15 user=example group=example
3.

Actual results:
mod_wsgi (pid=5175): Call to 'site.addsitedir()' failed for '(null)', stopping.
mod_wsgi (pid=5175): Call to 'site.addsitedir()' failed for '/srv/httpd/django/lib2'

Expected results:
App loads normally


Additional info:
Upstream issue:
https://github.com/GrahamDumpleton/mod_wsgi/issues/92

Workaround: use single directory in python-path=

## app.wsgi
import site
site.addsitedir('/srv/httpd/django/lib2') in app.wsgi
Comment 1 Richard Chan 2016-06-13 00:28:41 EDT
From upstream:
Fix released with 4.4.15. Report if still issues.
Comment 2 Richard Chan 2016-06-13 00:32:34 EDT
This breaks F23 to F24 dnf system upgrades if the user has running wsgi apps.
Comment 3 Fedora End Of Life 2017-07-25 17:05:11 EDT
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.
Comment 4 Fedora End Of Life 2017-08-08 10:50:33 EDT
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Note You need to log in before you can comment on or make changes to this bug.