Your message dated Wed, 26 Oct 2005 14:29:17 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Already fixed
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; 26 Oct 2005 11:05:58 +0000
>From [EMAIL PROTECTED] Wed Oct 26 04:05:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vieuxbleu.lpn.cnrs.fr [193.48.163.8] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EUj6T-0002n8-00; Wed, 26 Oct 2005 04:05:58 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by vieuxbleu.lpn.cnrs.fr (Postfix) with ESMTP id 3E96C368006
        for <[EMAIL PROTECTED]>; Wed, 26 Oct 2005 13:05:56 +0200 (CEST)
Received: from vieuxbleu.lpn.cnrs.fr ([127.0.0.1])
        by localhost (vieuxbleu.lpn.cnrs.fr [127.0.0.1]) (amavisd-new, port 
10024)
        with ESMTP id 24951-04 for <[EMAIL PROTECTED]>;
        Wed, 26 Oct 2005 13:05:55 +0200 (CEST)
Received: by vieuxbleu.lpn.cnrs.fr (Postfix, from userid 1001)
        id 4F5A8368002; Wed, 26 Oct 2005 13:05:55 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Emmanuel Halbwachs <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sympa: Missing '--system' in 'addgroup' command in postinst script
X-Mailer: reportbug 3.8
Date: Wed, 26 Oct 2005 13:05:55 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lpn.cnrs.fr
Delivered-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: sympa
Version: 4.1.5-2
Severity: normal


Hello,

I have just installed sympa for the first time and have noticed
that:

# getent passwd sympa
sympa:x:110:1002:Sympa mailing list manager:/var/lib/sympa:/bin/false
# getent group sympa
sympa:x:1002:

I think the GID should be the same that UID. This is due to
the lack of the '--system' option in the 'addgroup' command
in the postinst script:

# creating sympa group if he isn't already there
if ! grep -q ^sympa: /etc/group; then
        echo Adding system group: sympa.
        addgroup sympa
fi

It should be:

# creating sympa group if he isn't already there
if ! grep -q ^sympa: /etc/group; then
        echo Adding system group: sympa.
        addgroup --system sympa
fi

Hope this helps and thanks for your implication in Debian and FOSS.

Best regards,

-- 
Emmanuel

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sympa depends on:
ii  adduser                     3.63         Add and remove users and groups
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  libarchive-zip-perl         1.14-1       Module for manipulation of ZIP arc
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcgi-fast-perl            5.8.4-8      CGI::Fast Perl module
ii  libcrypt-ciphersaber-perl   0.61-4       Perl module implementing CipherSab
ii  libdbd-mysql-perl           2.9006-1     A Perl5 database interface to the 
ii  libdbi-perl                 1.46-6       Perl5 database interface by Tim Bu
ii  libfcgi-perl                0.67-1       FastCGI Perl module
ii  libio-stringy-perl          2.110-1      Perl5 modules for IO from scalars 
ii  libmailtools-perl           1.62-1       Manipulate email in perl programs
ii  libmd5-perl                 2.03-1       backwards-compatible wrapper for D
ii  libmime-perl                5.417-1      Perl5 modules for MIME-compliant m
ii  libmsgcat-perl              1.03-3       Locale::Msgcat perl module
ii  libnet-ldap-perl            0.3202-3     A Client interface to LDAP servers
ii  mhonarc                     2.6.10-1     Mail to HTML converter
ii  perl [libmime-base64-perl]  5.8.4-8      Larry Wall's Practical Extraction 
ii  perl-suid                   5.8.4-8      Runs setuid Perl scripts
ii  postfix [mail-transport-age 2.1.5-9      A high-performance mail transport 
ii  sysklogd [system-log-daemon 1.4.1-17     System Logging Daemon

-- debconf information:
* sympa/listmaster: [EMAIL PROTECTED]
* wwsympa/webserver_restart: true
* sympa/hostname: vieuxbleu.lpn.cnrs.fr
* sympa/db_options:
  wwsympa/title: Mailing Lists Service
* sympa/db_configured: true
* sympa/db_hostname: localhost
  wwsympa/cookie_expire: 30
* sympa/use_db: true
  sympa/db_user: sympa
* wwsympa/fastcgi: true
  sympa/db_authtype: Ident-based
* sympa/db_askifpassneeded: true
  sympa/db_port:
* wwsympa/webserver_type: Other
  sympa/wwsympa_configured: true
* sympa/db_name: sympa
* sympa/db_type: MySQL
  wwsympa/cookie_domain: localhost
* sympa/language: French
  sympa/db_removeonpurge: false
* wwsympa/remove_spool: false
* sympa/use_wwsympa: true
  sympa/remove_spool: false
* sympa/smime_support: true

---------------------------------------
Received: (at 335863-done) by bugs.debian.org; 26 Oct 2005 12:29:21 +0000
>From [EMAIL PROTECTED] Wed Oct 26 05:29:21 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cobolt.net (mustang.cobolt.net) [213.180.160.231] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EUkPB-0002NH-00; Wed, 26 Oct 2005 05:29:21 -0700
Received: from a81-14-178-228.net-htp.de ([81.14.178.228] 
helo=coldhand.linuxia.de)
        by mustang.cobolt.net with esmtpa (Exim 4.50)
        id 1EUkP8-0005k2-8z; Wed, 26 Oct 2005 14:29:18 +0200
Date: Wed, 26 Oct 2005 14:29:17 +0200
From: Stefan Hornburg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: Racke <[EMAIL PROTECTED]>
Subject: Already fixed
Message-Id: <[EMAIL PROTECTED]>
Organization: LinuXia Systems
X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
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

Version: 4.1.5-3

Since version 4.1.5-3 the following command sequence is used to create the 
sympa user:

# creating sympa user if he isn't already there
if ! id sympa >/dev/null 2>/dev/null ; then
        echo Adding system user: sympa.
        adduser --system --group --gecos "Sympa mailing list manager" --home 
/var/lib/sympa sympa
fi


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to