Public bug reported:
Package: mailman3-web
Version: 0+20170523-14
/etc/mailman3-web/uwsgi.ini has the following:
ubuntu@neat-satyr:~$ grep process\ \\\|master\ /etc/mailman3/uwsgi.ini
master = true
process = 2
ubuntu@neat-satyr:~$ _
There should be 3 processes (the master + 2), but there are only 2:
ubuntu@neat-satyr:~$ ps uf -C uwsgi
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
www-data 5099 0.0 0.3 242632 60076 ? Ss Nov07 0:01 /usr/bin/uwsgi
--ini /etc/mailman3/uwsgi.ini
www-data 5102 0.0 0.3 316364 53656 ? Sl Nov07 0:00 \_
/usr/bin/uwsgi --ini /etc/mailman3/uwsgi.ini
ubuntu@neat-satyr:~$ _
Changing "process" to "processes", which is what the uwsgi documentation
says to use, yields the expected number:
ubuntu@neat-satyr:~$ grep processes\ \\\|master\ /etc/mailman3/uwsgi.ini
# Setup default number of processes and threads per process.
master = true
processes = 2
ubuntu@neat-satyr:~$ ps uf -C uwsgi
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
www-data 9345 0.0 0.3 242776 62228 ? Ss 01:45 0:00 /usr/bin/uwsgi
--ini /etc/mailman3/uwsgi.ini
www-data 9347 0.0 0.3 316508 55160 ? Sl 01:45 0:00 \_
/usr/bin/uwsgi --ini /etc/mailman3/uwsgi.ini
www-data 9349 0.0 0.3 316508 55160 ? Sl 01:45 0:00 \_
/usr/bin/uwsgi --ini /etc/mailman3/uwsgi.ini
ubuntu@neat-satyr:~$ _
Please consider changing the config file in the package to use the
correct key.
** Affects: mailman-suite (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1802212
Title:
typo in uwsgi.ini
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman-suite/+bug/1802212/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs