
April 15, 2025
10:06 p.m.
Hi Marc,
I might post more later about this topic, but for now,
You wrote:
su - -u list -s /bin/bash -c "mailman-web makemigrations --merge"
Let's switch to harmless test without migrations. Try:
su - -u list -s /bin/bash -c "pwd"
That fails on Ubuntu 24.04. Did you mean sudo instead of su? su doesn't have a -u flag. Or which operating system were you on?
Thanks.