[Pkg-mailman-hackers] Bug#301248: marked as done (mailman: TEMPLATE_DIR set incorrectly)

Debian Bug Tracking System owner at bugs.debian.org
Sun Dec 11 11:48:31 UTC 2005


Your message dated Sun, 11 Dec 2005 12:25:15 +0100
with message-id <20051211112515.GA18623 at capsaicin.mamane.lu>
and subject line mailman: TEMPLATE_DIR set incorrectly
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Mar 2005 17:30:40 +0000
>From jorge at hurd.magma.com.ni Thu Mar 24 09:30:40 2005
Return-path: <jorge at hurd.magma.com.ni>
Received: from hosting1.magma.netport.com.ni (hurd.magma.com.ni) [165.98.128.66] (qmailr)
	by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
	id 1DEWAK-0001lX-00; Thu, 24 Mar 2005 09:30:40 -0800
Received: (qmail 10744 invoked by uid 1000); 24 Mar 2005 17:30:38 -0000
Message-ID: <20050324173038.10743.qmail at hurd.magma.com.ni>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Georg Lehner <jorge at hurd.magma.com.ni>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: mailman: TEMPLATE_DIR set incorrectly
X-Mailer: reportbug 3.2
Date: Thu, 24 Mar 2005 11:30:38 -0600
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: mailman
Version: 2.1.5-7
Severity: important

Problem:

  Translation of Web-pages and Mail-texts to other languages then
  English do not work.

Reason:

  Defaults.py:PREFIX          = '/var/lib/mailman'
  Defaults.py:TEMPLATE_DIR    = os.path.join(PREFIX, 'templates')

  this makes

    TEMPLATE_DIR = '/var/lib/mailman/templates'

  which does not exist.  The language templates are in
  /usr/share/mailman/.

Workaround:

  against the advice in Defaults.py put

    TEMPLATE_DIR = '/usr/share/mailman/'

  into /etc/mailman/mm_site.cfg or make a symlink in /var/lib/mailman:

    ln -s /usr/share/mailman /var/lib/mailman/templates

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailman depends on:
ii  aolserver4 [httpd]          4.0.10-1     AOL Web Server 4 (Program)
ii  cron                        3.0pl1-86    management of regular background p
ii  debconf                     1.4.34       Debian configuration management sy
ii  fnord [httpd]               1.8-5        yet another small httpd
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  logrotate                   3.7-2        Log rotation utility
ii  pwgen                       2.03-1       Automatic Password generation
ii  python                      2.3.4-5      An interactive high-level object-o
ii  qmail-run [mail-transport-a 1.1.0        sets up qmail as mail-transfer-age
ii  ucf                         1.13         Update Configuration File: preserv

---------------------------------------
Received: (at 301248-done) by bugs.debian.org; 11 Dec 2005 11:25:17 +0000
>From master at capsaicin.mamane.lu Sun Dec 11 03:25:17 2005
Return-path: <master at capsaicin.mamane.lu>
Received: from 213-84-114-29.adsl.xs4all.nl ([213.84.114.29] helo=capsaicin.mamane.lu)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1ElPKO-0007hd-Tj
	for 301248-done at bugs.debian.org; Sun, 11 Dec 2005 03:25:17 -0800
Received: from master by capsaicin.mamane.lu with local (Exim 4.60)
	(envelope-from <master at capsaicin.mamane.lu>)
	id 1ElPKN-0004qW-Jb
	for 301248-done at bugs.debian.org; Sun, 11 Dec 2005 12:25:15 +0100
Date: Sun, 11 Dec 2005 12:25:15 +0100
From: Lionel Elie Mamane <lionel at mamane.lu>
To: 301248-done at bugs.debian.org
Subject: mailman: TEMPLATE_DIR set incorrectly
Message-ID: <20051211112515.GA18623 at capsaicin.mamane.lu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: GNU/Linux
X-Request-PGP: http://www.mamane.lu/openpgp/rsa_v4_4096.asc
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02

I'm not sure since when this is the case, but the current package
creates a symlink /var/lib/mailman/templates.

-- 
Lionel



More information about the Pkg-mailman-hackers mailing list