Bug#1041496: RE: mailman3-web: Upgrade from Debian 11 to 12 dpkg can't configure mailman3-full and -web

2023-08-23 Thread Richard Rosner
With this I was finally able to fix my problem too. Both times the manage.py script went through, but I had to make some aditional changes: as I've replaced the mailman3-web systemd unit with an ini for the uwsgi emperor, which runs mailman3-web with list:list, I've owned the mailman-web.py in

Bug#1041496: RE: mailman3-web: Upgrade from Debian 11 to 12 dpkg can't configure mailman3-full and -web

2023-08-22 Thread Giuseppe Barichello
On Sun, 13 Aug 2023 16:01:11 +0900 Takatsugu Nokubi wrote: > I don't know why your mailman3-web was broken, anyway I can fix the problem > with the following steps: > > * add config to /etc/mailman3/mailman-web.py > > ``` > DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' > Q_CLUSTER = { >

Bug#1041496: RE: mailman3-web: Upgrade from Debian 11 to 12 dpkg can't configure mailman3-full and -web

2023-08-15 Thread Richard Rosner
Nevermind, executing manage.py as root did solve the error. The question only is if that means some permissions are off. Any way to check that? But in the end, doing as you explained didn't change anything. Basically the same errors are still present: WARNING: apt does not have a stable CLI

Bug#1041496: RE: mailman3-web: Upgrade from Debian 11 to 12 dpkg can't configure mailman3-full and -web

2023-08-13 Thread Richard Rosner
Thanks,  but I'm still getting errors: sudo -u www-data /usr/share/mailman3-web/manage.py makemigrations Migrations for 'django_mailman3':   /usr/lib/python3/dist-packages/django_mailman3/migrations/0003_auto_20230813_0944.py     - Alter field id on maildomain     - Alter field id on profile

Bug#1041496: RE: mailman3-web: Upgrade from Debian 11 to 12 dpkg can't configure mailman3-full and -web

2023-08-13 Thread Takatsugu Nokubi
I don't know why your mailman3-web was broken, anyway I can fix the problem with the following steps: * add config to /etc/mailman3/mailman-web.py ``` DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' Q_CLUSTER = { 'timeout': 300, 'retry': 600, 'save_limit': 100, 'orm':