Your message dated Sun, 28 Aug 2016 19:18:31 +0000
with message-id <[email protected]>
and subject line Bug#663234: fixed in dbconfig-common 2.0.5
has caused the Debian Bug report #663234,
regarding dbc's config state machine is not idem-potent
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.)


-- 
663234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: drupal6: I select postgres as the dbtype during the debconf option 
form. I then abort and run through it again. This time I select mysql. This 
time it fails as it's still using the username postgres to connect to mysql.
Package: drupal6
Version: 6.18-1squeeze1
Severity: normal



-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages drupal6 depends on:
ii  apache2              2.2.16-6+squeeze6   Apache HTTP Server metapackage
ii  apache2-mpm-prefork  2.2.16-6+squeeze6   Apache HTTP Server - traditional n
ii  curl                 7.21.0-2.1+squeeze1 Get a file from an HTTP, HTTPS or 
ii  dbconfig-common      1.8.46+squeeze.0    common framework for packaging dat
ii  debconf [debconf-2.0 1.5.36.1            Debian configuration management sy
ii  exim4-daemon-light [ 4.72-6+squeeze2     lightweight Exim MTA (v4) daemon
ii  mysql-client         5.1.61-0+squeeze1   MySQL database client (metapackage
ii  mysql-client-5.1 [vi 5.1.61-0+squeeze1   MySQL database client binaries
ii  php5                 5.3.3-7+squeeze8    server-side, HTML-embedded scripti
ii  php5-gd              5.3.3-7+squeeze8    GD module for php5
ii  php5-mysql           5.3.3-7+squeeze8    MySQL module for php5
ii  wwwconfig-common     0.2.1               Debian web auto configuration

Versions of packages drupal6 recommends:
ii  mysql-server           5.1.61-0+squeeze1 MySQL database server (metapackage
ii  mysql-server-5.1 [mysq 5.1.61-0+squeeze1 MySQL database server binaries and

drupal6 suggests no packages.

-- debconf information:
  drupal6/pgsql/manualconf:
  drupal6/db/basepath:
  drupal6/passwords-do-not-match:
  drupal6/mysql/method: unix socket
  drupal6/pgsql/authmethod-user: ident
  drupal6/internal/reconfiguring: false
  drupal6/pgsql/no-empty-passwords:
  drupal6/purge: false
  drupal6/remove-error: abort
  drupal6/db/app-user: drupal6
  drupal6/database-type: mysql
  drupal6/dbconfig-upgrade: true
  drupal6/pgsql/admin-user: postgres
  drupal6/install-error: abort
  drupal6/upgrade-backup: true
  drupal6/dbconfig-reinstall: false
  drupal6/dbconfig-remove:
  drupal6/mysql/admin-user: postgres
  drupal6/db/dbname: drupal6
  drupal6/pgsql/authmethod-admin: ident
  drupal6/remote/newhost:
  drupal6/pgsql/changeconf: false
  drupal6/internal/skip-preseed: false
  drupal6/pgsql/method: unix socket
  drupal6/missing-db-package-error: abort
  drupal6/upgrade-error: abort
  drupal6/dbconfig-install: true
  drupal6/remote/port:
  drupal6/remote/host:



--- End Message ---
--- Begin Message ---
Source: dbconfig-common
Source-Version: 2.0.5

We believe that the bug you reported is fixed in the latest version of
dbconfig-common, 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.
Paul Gevers <[email protected]> (supplier of updated dbconfig-common 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: SHA256

Format: 1.8
Date: Fri, 26 Aug 2016 17:04:14 +0200
Source: dbconfig-common
Binary: dbconfig-common dbconfig-mysql dbconfig-pgsql dbconfig-sqlite 
dbconfig-sqlite3 dbconfig-no-thanks
Architecture: source
Version: 2.0.5
Distribution: unstable
Urgency: medium
Maintainer: Paul Gevers <[email protected]>
Changed-By: Paul Gevers <[email protected]>
Description:
 dbconfig-common - framework that helps packages to manage databases
 dbconfig-mysql - dbconfig-common MySQL/MariaDB support
 dbconfig-no-thanks - dbconfig-common bypass
 dbconfig-pgsql - dbconfig-common PostgreSQL support
 dbconfig-sqlite - dbconfig-common SQLite support
 dbconfig-sqlite3 - dbconfig-common SQLite3 support
Closes: 439078 475829 663234 824329 824537 825517 830888 834294
Changes:
 dbconfig-common (2.0.5) unstable; urgency=medium
 .
   * Minor fixes to the documentation, thanks to Carsten Leonhardt
   * Update Brazilian, thanks Adriano Rafael Gomes (Closes: #824329)
   * Add libdbd-mysql-perl dependency for the install-examples tests
   * Prevent empty dbc_dbname in dbc_read_package_debconf (LP: #689327)
   * Don't forget app-pass during reconfigure/error (Closes: #825517)
   * Improve installation and reconfigure situation in the cases where
     database administrator rights are not needed. This enables most
     packages to be installed using a database server where the user is
     already created and has enough privileges. (Closes: #475829)
   * Prevent empty MySQL port as MySQL 5.7 doesn't support it anymore
     (Closes: #824537)
   * Make sure that debconf questions regarding multidbs can be backed up
     properly (Closes: #663234)
   * Check existing mysql privileges and behave according to the answer
     (Closes: #439078)
   * Bump Standards (no changes)
   * Fix PostgreSQL Unix socket use: it was always using TCP (Closes:
     #834294)
   * Fail PostgreSQL case when using ident for authentication but the
     system user with the name of the dbuser name doesn't exist. Mapping
     isn't supported (yet) (Closes: #830888)
   * [tests] Drop posh testing for now, seems like a test framework issue
     i.s.o a dbconfig issue
   * [tests] Add MySQL/MariaDB TCP/IP no-admin testcase
Checksums-Sha1:
 5be4a3b84cdb3d5532df4bbe13f006cc6112a04b 1871 dbconfig-common_2.0.5.dsc
 ed8aa94d455903f11f8c0a82575f85f1538786b6 214588 dbconfig-common_2.0.5.tar.xz
Checksums-Sha256:
 844c1febfbb167fbf537b0b6909898b82297cc143e29d3be79bfae9ebf91e841 1871 
dbconfig-common_2.0.5.dsc
 96f7c59593a3e748e8fd0176568fa6f679f4de6473dc15f15d82ff8742b33602 214588 
dbconfig-common_2.0.5.tar.xz
Files:
 39c0bfef1344d665b497c76ec6e1d9e6 1871 admin optional dbconfig-common_2.0.5.dsc
 5c8be0f8318c5806b6e62fd37b1a3aa5 214588 admin optional 
dbconfig-common_2.0.5.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJXwzReAAoJEJxcmesFvXUKUSoH/ioU8oTgEMT7vsXAiu1rV9Ps
ZzpadLlhpquYq6vtje8APvdVsKm5ZYdU67FIAll5PGl8GpxtFf8baAES9kkq6Idr
Xnenhw9iBo7YOt2BtzC8cyjisDLYz7XLLvJNSfIZzn82utvGggmwDRjlhs77Irld
3sOUNnBftI6lnawb0beyne+QZeZR1HznW2Sti1y9JK+cRS0XLM9joSi6FS47oe7T
qc6Hkn43sDbMLNFQkTazqRj97Gh8z+RqWWuyYmahddvP5ezIoCLbZj0PgE+Lmy6Z
tyaFEInwQmlMa8q9wWWzJzBteOzOniQdmSc8OFsBAyziQMl4Mp2VoeG389PP0sE=
=j6BB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to