mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1650] 502 Bad Gateway #1299
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SketchNI on GitHub (Jan 7, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1650
Impacted versions
Steps to reproduce
N/A
I've uninstalled uwsgi and all plugins and reinstalled uwsgi and
uwsgi-plugin-python. Short of uninstalling modoboa and reinstalling it, I can't think of what else to do.I have a modoboa instance on another server and the configs are exactly alike except for domain names and security tokens/passwords.
Current behavior
UWSGI Segfault
Expected behavior
No Segfault?
@tonioo commented on GitHub (Jan 9, 2019):
@SketchNI Have you tried to install uwsgi from sources?
@maulware commented on GitHub (Jan 13, 2019):
Hi @SketchNI - I had the very same issue on a new installation today, also using the installer.
solution for me was to
pip uninstall psycopg2-binary && pip install psycopg2 --no-binary psycopg2as this builds psycopg2 against the local ssl library. (inside the pyenv /srv/modoboa/env/)
@SketchNI commented on GitHub (Jan 13, 2019):
Hi @maulware
Thanks very much. That fixed the issue!
@SketchNI commented on GitHub (Jan 13, 2019):
Hi @tonioo
Would it be possible to add this to the docs under a
Troubleshootingheader?@tonioo commented on GitHub (Jan 21, 2019):
@SketchNI Sure, could you provide a pull request?
@SketchNI commented on GitHub (Jan 24, 2019):
Sure. Got a busy week next week but I will get around it
@tonioo commented on GitHub (Feb 25, 2019):
@SketchNI Any news?
@KevinGuancheDarias commented on GitHub (Jul 18, 2019):
For newbies in Python, prior to invoking the line
pip uninstall psycopg2-binary && pip install psycopg2 --no-binary psycopg2you have to make sure you have sourced the modoboa virtualenv@JayBeRayBearGun commented on GitHub (Apr 18, 2020):
@maulware 's suggestion did the trick! THANKS! 10^6