Your message dated Tue, 05 Feb 2008 21:02:55 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#404171: fixed in sympa 5.3.4-2 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)
--- Begin Message ---Package: sympa Version: 5.2.3-0.7 Severity: important Setting up sympa (5.2.3-0.7) ... /etc/sympa/sympa.conf file has been created /etc/sympa/wwsympa.conf file has been created Starting mailing list manager: sympaDBI connect('dbname=mysql;host=localhost','root',...) failed: Access denied for user 'root'@'localhost' (using password: NO) at /usr/lib/sympa/bin/List.pm line 11080 Database sympa defined in sympa.conf has not the right structure or is unreachable. If you don't use any database, comment db_xxx parameters in sympa.conf Database sympa defined in sympa.conf has not the right structure or is unreachable. If you don't use any database, comment db_xxx parameters in sympa.conf Database sympa defined in sympa.conf has not the right structure or is unreachable. If you don't use any database, comment db_xxx parameters in sympa.conf Sympa not setup to use DBI, unable to manage bounces sympa.conf contains : ###\\\\ Database ////### ## Database type (mysql | Pg | Oracle | Sybase | SQLite) ## be carefull to the case db_type mysql ## Name of the database ## with SQLite, the name of the DB corresponds to the DB file db_name sympa --- debian/sympa_wizard.pl.old 2006-12-22 09:46:57.000000000 +0100 +++ debian/sympa_wizard.pl 2006-12-22 09:48:02.000000000 +0100 @@ -389,13 +389,13 @@ {'title' => 'Database'}, {'name' => 'db_type', - 'default' => 'mysql', + 'sample' => 'mysql', 'query' => 'Database type (mysql | Pg | Oracle | Sybase | SQLite)', 'file' => 'sympa.conf','edit' => '1', 'advice' =>'be carefull to the case'}, {'name' => 'db_name', - 'default' => 'sympa', + 'sample' => 'sympa', 'query' => 'Name of the database', 'file' => 'sympa.conf','edit' => '1', 'advice' =>'with SQLite, the name of the DB corresponds to the DB file'}, -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (200, 'unstable'), (10, 'experimental') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-xen-amd64 Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) Versions of packages sympa depends on: ii adduser 3.100 Add and remove users and groups ii debconf [debconf-2.0] 1.5.8 Debian configuration management sy ii libarchive-zip-perl 1.16-1 Module for manipulation of ZIP arc ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libcgi-fast-perl 5.8.8-6.1 CGI::Fast Perl module ii libcrypt-ciphersaber-perl 0.61-4 Perl module implementing CipherSab ii libdbd-mysql-perl 3.0008-1 A Perl5 database interface to the ii libdbi-perl 1.53-1 Perl5 database interface by Tim Bu ii libfcgi-perl 0.67-2 FastCGI Perl module ii libintl-perl 1.16-1 Uniforum message translations syst ii libio-stringy-perl 2.110-1 Perl5 modules for IO from scalars ii libmailtools-perl 1.74-1 Manipulate email in perl programs ii libmd5-perl 2.03-1 backwards-compatible wrapper for D ii libmime-perl 5.420-0.1 Perl5 modules for MIME-compliant m ii libmsgcat-perl 1.03-3 Locale::Msgcat perl module ii libnet-ldap-perl 1:0.33-2 A Client interface to LDAP servers ii libtemplate-perl 2.14-1 template processing system written ii libxml-libxml-perl 1.59-2 Perl module for using the GNOME li ii mhonarc 2.6.16-1 Mail to HTML converter ii perl [libmime-base64-perl] 5.8.8-6.1 Larry Wall's Practical Extraction ii perl-suid 5.8.8-6.1 Runs setuid Perl scripts ii postfix [mail-transport-agen 2.3.4-3 A high-performance mail transport ii sysklogd [system-log-daemon] 1.4.1-18 System Logging Daemon Versions of packages sympa recommends: ii doc-base 0.7.21 utilities to manage online documen ii logrotate 3.7.1-3 Log rotation utility -- debconf information: wwsympa/webserver_type: Apache 2 sympa/listmaster: [EMAIL PROTECTED] wwsympa/wwsympa_url: wwsympa/webserver_restart: true sympa/hostname: test.u-picardie.fr sympa/db_options: sympa/soap_url: sympa/wwsympa_configured: false sympa/db_name: sympa sympa/db_type: MySQL sympa/db_configured: false sympa/soap_configured: false sympa/db_hostname: localhost sympa/language: en_US sympa/use_db: false sympa/db_removeonpurge: false sympa/use_soap: false wwsympa/remove_spool: false sympa/db_user: sympa wwsympa/fastcgi: false sympa/use_wwsympa: false sympa/db_authtype: Ident-based sympa/db_port: sympa/remove_spool: false sympa/smime_support: false--- debian/sympa_wizard.pl.old 2006-12-22 09:46:57.000000000 +0100 +++ debian/sympa_wizard.pl 2006-12-22 09:48:02.000000000 +0100 @@ -389,13 +389,13 @@ {'title' => 'Database'}, {'name' => 'db_type', - 'default' => 'mysql', + 'sample' => 'mysql', 'query' => 'Database type (mysql | Pg | Oracle | Sybase | SQLite)', 'file' => 'sympa.conf','edit' => '1', 'advice' =>'be carefull to the case'}, {'name' => 'db_name', - 'default' => 'sympa', + 'sample' => 'sympa', 'query' => 'Name of the database', 'file' => 'sympa.conf','edit' => '1', 'advice' =>'with SQLite, the name of the DB corresponds to the DB file'},
--- End Message ---
--- Begin Message ---Source: sympa Source-Version: 5.3.4-2 We believe that the bug you reported is fixed in the latest version of sympa, which is due to be installed in the Debian FTP archive: sympa_5.3.4-2.diff.gz to pool/main/s/sympa/sympa_5.3.4-2.diff.gz sympa_5.3.4-2.dsc to pool/main/s/sympa/sympa_5.3.4-2.dsc sympa_5.3.4-2_i386.deb to pool/main/s/sympa/sympa_5.3.4-2_i386.deb 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. Stefan Hornburg (Racke) <[EMAIL PROTECTED]> (supplier of updated sympa 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: SHA1 Format: 1.7 Date: Tue, 5 Feb 2008 20:57:03 +0100 Source: sympa Binary: sympa Architecture: source i386 Version: 5.3.4-2 Distribution: unstable Urgency: low Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]> Changed-By: Stefan Hornburg (Racke) <[EMAIL PROTECTED]> Description: sympa - Modern mailing list manager Closes: 404171 427212 455858 456305 456474 463980 Changes: sympa (5.3.4-2) unstable; urgency=low . * fix download URL in debian/watch (Closes: #456474) * set default for RDBMS usage to true (Closes: #404171, thanks to Jean Charles Delepine <[EMAIL PROTECTED]> for the report) * in case RDBMS isn't desired disable database parameters in sympa.conf (Closes: #456305, thanks to Olivier Berger <[EMAIL PROTECTED]> for the report) * use fallback database port of 5432 for PostgreSQL (Closes: #455858, thanks to Mark Nipper <[EMAIL PROTECTED]> for the report) * added patch from upstream to avoid spurious '>' in moderation messages (Closes: #463980, thanks to Olivier Berger <[EMAIL PROTECTED]> for the report) * updated Vietnamese debconf template translation (Closes: #427212, thanks to Clytie Siddall <[EMAIL PROTECTED]>) * convert debian/copyright to UTF-8 Files: 1344d85cb89a7dba66dc25ea6e501278 602 mail optional sympa_5.3.4-2.dsc 832709818c467094da325768e79ee07a 108560 mail optional sympa_5.3.4-2.diff.gz 2af3f1b21182ca193986903de9128a8f 3090326 mail optional sympa_5.3.4-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHqMCTjgVfE5tya3ERAgKxAKDGzDoD4cQIaQ89lbl0xseqOxHsLACg1Qt4 6Y0ltmXraruH+8a+UG8w3mM= =6ciY -----END PGP SIGNATURE-----
--- End Message ---

