Ok, I think I followed the official guide you mentioned, but obviously mixed something up. With the correct attach-daemon line it works.
I will test the password problem again, maybe it was related. Right now I can log in.
Thanks for your patience.
Am Donnerstag, 22. Juni 2023, 13:33:38 CEST schrieb Odhiambo Washington:
On Thu, Jun 22, 2023 at 2:22 PM Eggert Ehmke via Mailman-users < mailman-users@mailman3.org> wrote:
There may be broken entries in my config. In web/logs/uwsgi-error.log I get:
Unknown command: 'qcluster' when the entry in uwsgi.ini is:
*attach-daemon* *=* python3 /opt/mailman/venv/lib/python3.9/site-packages/
mailman_web/manage.py qcluster
When I change that line to:
*attach-daemon* *=* python3 ./manage.py qcluster
I get:
python3: can't open file '//./manage.py': [Errno 2] No such file or directory
This may be unrelated to the password problem, but this line runs every minute in the cron job.
May I kindly ask which HOWTO you followed for the installation? In my setup, I have:
# Setup the django_q related worker processes. attach-daemon = /opt/mailman/mm/venv/bin/mailman-web cluster
In the official virtualenv documentation, the configs are as follows: https://docs.mailman3.org/en/latest/install/virtualenv.html#setting-up-a-wsg i-server
- then we'd be talking in the same language and it'd be easier to help
you out.
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]
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/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message /LFKXENDLUHSJBRVDNQ3NSBIGUA4ET6AQ/
This message sent to eggert@eehmke.de
Your configuration is a bit weird.
If you follow: https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-insta ll