(sorry: I sent this yesterday afternoon, but from a unsuscribed mail account)
El 14/12/22 a las 19:04, Odhiambo Washington escribió:
On Wed, Dec 14, 2022 at 8:33 PM Guillermo Hernandez (Oldno7) via Mailman-users <mailman-users@mailman3.org> wrote:
- The post-update script runs everything required. For the avoidance of
doubt, here it is: <CUT> #!/bin/bash
set -e
BINDIR="/opt/mailman/mm/bin" CONFDIR="/opt/mailman/mm" SETTINGS="settings" DJANGO_CONTROL_SCRIPT="$BINDIR/django-admin" STATIC_DIR="$CONFDIR/static" DEBUG="False"
set -x
if [ "$DEBUG" == "False" ]; then mkdir -p "$STATIC_DIR" || : "$DJANGO_CONTROL_SCRIPT" collectstatic --clear --noinput --verbosity 0 "$DJANGO_CONTROL_SCRIPT" compress Odhiambo, I had problems in the compress process in the last updates. I would make sure the process is running ok. I had to disable the off line compression for this matter.
@Guillermo Hernandez (Oldno7) <guillermo@querysoft.es> that sounds a bit non-standard, but care to explain what additional arguments you passed to django-admin compress?
I had to set compression off in the update to 3.3.7 because I was reproducing the same error as when I updated to 3.3.6. My guess is the problem you have now is about the same problem and you cannot see because you ran it in a script.
I reported that in https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
--
Mailman's content filtering has removed the following MIME parts from this message.
Content-Type: image/png Name: firma-GHP-emails.png
Replaced multipart/alternative part with first alternative.