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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]