Your message dated Sat, 03 Mar 2018 12:20:04 +0000
with message-id <[email protected]>
and subject line Bug#891703: fixed in mailman-suite 0+20170523-11
has caused the Debian Bug report #891703,
regarding mailman3-suite: DB user isn't read from setting_local 
(mailman3-suite.py in /etc)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
891703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mailman3-suite
Version: 0+20170523-10
Severity: important

Hi,

The default user is being read from the packaged settings.py instead of the 
settings_local.py file symlinked to /etc/mailman3 .
I see error logs saying "mailmansuite" has no access, which is true since 
that's not what I configured. I had to hand edit
the /usr/share/mailman3-suite/settings.py by hand to have to work like I wanted 
(which isn't recommended, nor what I would like to do).

Is there some solution to this?

Thank you
Eric

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mailman3-suite depends on:
ii  dbconfig-mysql            2.0.9
ii  dbconfig-pgsql            2.0.9
ii  dbconfig-sqlite3          2.0.9
ii  debconf [debconf-2.0]     1.5.65
ii  lsb-base                  9.20170808
ii  node-less                 1.6.3~dfsg-2
ii  python                    2.7.14-4
ii  python-django-hyperkitty  1.1.4-3
ii  python-django-postorius   1.1.2-1
ii  python-psycopg2           2.7.4-1
ii  python-whoosh             2.7.4+git6-g9134ad92-1
ii  python3-pymysql           0.8.0-1
ii  ruby-sass                 3.5.3-1
ii  ucf                       3.0038
ii  uwsgi                     2.0.15-10.2
ii  uwsgi-plugin-python       2.0.15-10.2

Versions of packages mailman3-suite recommends:
ii  nginx-extras [nginx]  1.13.9-1

Versions of packages mailman3-suite suggests:
ii  mariadb-server-10.1 [virtual-mysql-server]  1:10.1.29-6
ii  postgresql                                  10+190

-- Configuration Files:
/etc/cron.d/mailman3-suite changed:
* *     * * *   list    command -v django-admin >/dev/null && django-admin 
runjobs minutely --pythonpath /usr/share/mailman3-suite --settings settings
2,17,32,47 * * * * root command -v django-admin >/dev/null && django-admin 
runjobs quarter_hourly --pythonpath /usr/share/mailman3-suite --settings 
settings
@hourly         list    command -v django-admin >/dev/null && django-admin 
runjobs hourly   --pythonpath /usr/share/mailman3-suite --settings settings
@daily          list    command -v django-admin >/dev/null && django-admin 
runjobs daily    --pythonpath /usr/share/mailman3-suite --settings settings
@weekly         list    command -v django-admin >/dev/null && django-admin 
runjobs weekly   --pythonpath /usr/share/mailman3-suite --settings settings
@monthly        list    command -v django-admin >/dev/null && django-admin 
runjobs monthly  --pythonpath /usr/share/mailman3-suite --settings settings
@yearly         list    command -v django-admin >/dev/null && django-admin 
runjobs yearly   --pythonpath /usr/share/mailman3-suite --settings settings

/etc/logrotate.d/mailman3-suite changed:
/var/log/mailman3/mailman-suite.log {
        copytruncate
        daily
        rotate 5
        compress
        delaycompress
        missingok
        notifempty
    su www-data list
        create 660 www-data list
}
/var/log/mailman3/mailman-suite-uwsgi.log {
        copytruncate
        weekly
        rotate 3
        compress
        delaycompress
        missingok
        notifempty
    su www-data list
        create 660 www-data list
}


-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: mailman-suite
Source-Version: 0+20170523-11

We believe that the bug you reported is fixed in the latest version of
mailman-suite, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <[email protected]> (supplier of updated mailman-suite package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 03 Mar 2018 12:58:21 +0100
Source: mailman-suite
Binary: mailman3-suite mailman3
Architecture: source all
Version: 0+20170523-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Mailman Team <[email protected]>
Changed-By: Jonas Meurer <[email protected]>
Description:
 mailman3   - Full Mailman3 mailing list management suite (metapackage)
 mailman3-suite - Django project integrating Mailman3 Postorius and HyperKitty
Closes: 891703 891849
Changes:
 mailman-suite (0+20170523-11) unstable; urgency=medium
 .
   [ Jonas Meurer ]
   * d/control:
     - Fix alternative dependency on 'python-mysqldb'. We need the python2
       version here as the django parts of mailman3 are still python2.
   * d/README.Debian:
     - Update paragraph about 'MySQL database backend'.
   * d/mailman3-suite.config:
     - Fix dbc_dbname for SQLite database backend.
   * d/mailman3-suite.postinst:
     - Run django-admin commands as user 'www-data'. (Closes: #891703)
     - Only touch+chown logfiles if they don't exist yet.
     - Fix dbc_dbname for SQLite database backend.
   * d/mailman3-suite.postrm:
     - Remove mailman-suite logfiles at purge.
   * d/mailman3-suite.cron.d:
     - Run mailman3-suite cronjobs as user 'www-data'. The uwsgi daemon runs
       as 'www-data', so the corresponding cronjobs should do so as well.
       (Closes: #891849)
   * d/rules:
     - Set owner for whole '/var/lib/mailman3/suite/static' to www-data.
   * Move data directory from '/var/lib/mailman3/web' to
     '/var/lib/mailman3/suite' to better match package name.
 .
   [ Pierre-Elliott Bécue ]
   * d/README.Debian:
     - Fix typo
Checksums-Sha1:
 c3b6b2080d16a52382c34f1a8ee430ff9da72a0d 2107 mailman-suite_0+20170523-11.dsc
 5c1fa6bf6dd46355ddca8edd88d0d60633d81528 16288 
mailman-suite_0+20170523-11.debian.tar.xz
 14006272323e52a7f9c2b0967fefc1ac59b106f2 5961 
mailman-suite_0+20170523-11_amd64.buildinfo
 80d0d79e1adbb5feff8ed396304a5b29c7e8526e 20008 
mailman3-suite_0+20170523-11_all.deb
 0ecc9628fd39b0d9b8114860e513787d0f5ceff7 4344 mailman3_0+20170523-11_all.deb
Checksums-Sha256:
 421ba34497e646b4edf80c94c7c068f94e16bc9705e48ae539bb6216e6532ae3 2107 
mailman-suite_0+20170523-11.dsc
 a84091633edff93e73a15308e58ed6b7d2c3203c658840d023d5b03c384b2759 16288 
mailman-suite_0+20170523-11.debian.tar.xz
 e799d74a50c4cb4ae9e7f322a220f142f2a3181cd5614a4444475aabadca2134 5961 
mailman-suite_0+20170523-11_amd64.buildinfo
 ac7f6d82da9061abed71fb96d9b1f654870f9ae2448b74d7a35bd878ef64c385 20008 
mailman3-suite_0+20170523-11_all.deb
 ac9823ede786f578b900229704917522bd96acbd942b3f5a1cb9838fcf37e1af 4344 
mailman3_0+20170523-11_all.deb
Files:
 422eeb1f8348cba549a844ef04339577 2107 web optional 
mailman-suite_0+20170523-11.dsc
 004bd975fc6d95eec93457984a17b205 16288 web optional 
mailman-suite_0+20170523-11.debian.tar.xz
 1c1aa158c771373cb597be9d6f5868c5 5961 web optional 
mailman-suite_0+20170523-11_amd64.buildinfo
 f224fa2638531764f14d2c89070ab116 20008 web optional 
mailman3-suite_0+20170523-11_all.deb
 116fb84bae221462e32008b22e4e1617 4344 web optional 
mailman3_0+20170523-11_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEELIzSg9Pv30M4kOeDUmLn/0kQSf4FAlqajvYACgkQUmLn/0kQ
Sf6n8w/8D8neJjHEl8LoEhW8pg6G0RdaaZxksme9lx+jQMd4hRASC31slE30KGHt
/Ishf4vX6kPLU2sL/aaMR8BOqdO8zaNtIbAYXnJVyQ886UzNaeJOK3JKbwEcWAtz
YqNokRA3XMULQ9VvyBdPclFC7QjvF5lushSOUdv6JRuBVqCWjVnA00hewtkDl9hM
1I3qj6nr+ChQMcJGtJT6I/4CednETSOX+obh/cTxfoszbKdIU5i5BNgd8PYTC6ei
IlWHel5PI/h1fEr2oykLSoT+fUyC9vEL2UQwmybHErrGt5O4W21J+JQyZuQ6RzQc
ti4wCwkgcc0JSR4oeEWLf2ITiWYQ8q9ggujUtpSe0+SNGqjnJnv4MnmzS1+fG/4u
ZnP3xOso9EYzOhVlSbpXkNs5WtxqF8+XVKP4fKTq9yNMgFAWilChm6skR062GGsY
7Zi1KhGPbAbgLtikWn0jgvFQz89nq+aONBJXj++0fWaTwkbm91UMRkBsuCGGOBzB
+8/vm/HNZ6JeSpJ6HkwH5my8PKrGGFta1ldwU4tALJGOk8kXpAiqV3gSmht0zUSH
tXBhq10lXn/cNZnJkl6wHPEC6gQ7x5i/QVgxHLaHnmqEAAdzYijmbBlGMjU2O9bO
CNP4DNm/NOhjl0DQ9mRAaIkxexvtFB5JPAD4wX7sAb9t39pgtvY=
=lMKs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to