On Sat, 29 Oct 2022 18:21:06 +0900 "Stephen J. Turnbull" <stephenjturnbull@gmail.com> wrote:
After series of SELinux file context labeling, setting the nis boolean, and a few custom policies, it resolved. Thank you for the responses (and your patience).
Perhaps you could post these to our wiki (https://wiki.list.org) if you don't consider them sensitive?
No problem. Although I suspect some of the Custom SELinux policies may be unnecessary, assuming I missed certain files/folders that require specific labels. I tried my best using the following pages:
- https://www.systutorials.com/docs/linux/man/8-mailman_queue_selinux/
- https://linux.die.net/man/8/mailman_selinux
- Will there be a conflict of resource (ports, threads, etc) running another instance [of uwsgi]?
There can be. That's your problem, you need to configure each application to use non-conflicting ports and locations (URL paths, if the applications share externally-visible domains and ports). They can also conflict over internal resources such as file locks and I/O channels, but that depends on the specific applications. There are no conflicts among Mailman suite applications if configured as we recommend, but to know what conflicts might arise you need to explain what other apps will be running, and how you plan to configure them.
I am not sure I understand what you mean by apps. Is that Django apps (./manage.py startapp app)? Do you mean a Django Project instead (./manage.py startproject app)?
What I have here is an active website project (live) done on Django framework. It runs from a different virtual environment (venv).
hence: mailman --> /opt/mailman/venv website --> /srv/website/venv (has a running uwsgi instance)
In whichcase, it doesn't hurt to follow the doc to its logical conclusion?
I don't understand what you mean by logical conclusion.
That is to follow the guide to the end of the page (disregarding the possibility of conflicts). This guide here: https://docs.mailman3.org/en/latest/install/virtualenv.html#setting-up-a-wsg...
--Onyeibo
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/