Your message dated Tue, 31 Mar 2015 04:34:42 +0000
with message-id <[email protected]>
and subject line Bug#665742: fixed in dbconfig-common 1.8.50
has caused the Debian Bug report #665742,
regarding drop database when requested by dpkg-reconfigure answer
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.)


-- 
665742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cacti
Version: 0.8.7g-1+squeeze1
Severity: minor

When I run "dpkg-reconfigure cacti" it asks me: "Reinstall database for cacti?"
but although I answer "Yes", it complains:

> An error occurred while installing the database:
>
> mysql said: ERROR 1050 (42S01) at line 5: Table 'cdef' already exists

 ... unless I first: "mysqladmin drop cacti"

-- 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/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cacti depends on:
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze6 Apache HTTP Server - traditional n
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  libapache2-mod-php5    5.3.3-7+squeeze8  server-side, HTML-embedded scripti
ii  libphp-adodb           5.10-1            The ADOdb database abstraction lay
ii  mysql-client-5.1 [virt 5.1.61-0+squeeze1 MySQL database client binaries
ii  php5-cli               5.3.3-7+squeeze8  command-line interpreter for the p
ii  php5-mysql             5.3.3-7+squeeze8  MySQL module for php5
ii  php5-snmp              5.3.3-7+squeeze8  SNMP module for php5
ii  rrdtool                1.4.3-1           time-series data storage and displ
ii  snmp                   5.4.3~dfsg-2      SNMP (Simple Network Management Pr
ii  ucf                    3.0025+nmu1       Update Configuration File: preserv

Versions of packages cacti recommends:
ii  iputils-ping           3:20100418-3      Tools to test the reachability of 
ii  logrotate              3.7.8-6           Log rotation utility
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

Versions of packages cacti suggests:
pn  php5-ldap                     <none>     (no description available)

-- debconf information:
  cacti/db/app-user: cacti
  cacti/mysql/admin-user: root
  cacti/upgrade-backup: true
  cacti/install-error: abort
* cacti/webserver: Apache
  cacti/internal/reconfiguring: false
  cacti/mysql/method: unix socket
  cacti/remote/host:
  cacti/upgrade-error: abort
  cacti/dbconfig-upgrade: true
  cacti/internal/skip-preseed: false
  cacti/remote/newhost:
  cacti/purge: false
  cacti/passwords-do-not-match:
  cacti/dbconfig-remove:
* cacti/dbconfig-install: true
  cacti/missing-db-package-error: abort
  cacti/database-type: mysql
  cacti/remove-error: abort
  cacti/db/dbname: cacti
  cacti/remote/port:
  cacti/dbconfig-reinstall: false



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

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: Mon, 30 Mar 2015 20:46:21 +0200
Source: dbconfig-common
Binary: dbconfig-common
Architecture: source all
Version: 1.8.50
Distribution: experimental
Urgency: medium
Maintainer: Paul Gevers <[email protected]>
Changed-By: Paul Gevers <[email protected]>
Description:
 dbconfig-common - common framework for packaging database applications
Closes: 497035 506511 533777 581646 599896 607171 665742 673840 703365 705222 
705335 708339 723885
Changes:
 dbconfig-common (1.8.50) experimental; urgency=medium
 .
   * Prevent running upgrades twice on error (Closes: #708339)
   * Revert (undocumented) purge logic change in 1.8.48.
   * Fix and unify error handling (Closes: #581646, #497035, #723885)
   * Move reset internal/reconfiguring from postinst to dbc_postinst_cleanup
   * Replace all debconf priorities with a variable (Closes: #607171)
   * Raise priorities when retrying after error
   * Check for existance of dbc_logfile before writing (Closes: #705335)
   * Remove some unneeded code
   * Drop database during reinstall (Closes: #665742)
   * Check if database exists before dropping
   * Fix for #573524 was incomplete, also forget passwords in debconf during
     reconfigure (they can be filled during dbc_preseed_package_debconf)
   * Only ask for dbadmin password if needed for updates (Closes: 599896)
   * Fix typo in dbc_migrate: password-confirm -> app-password-confirm
   * Fix prerm to ask admin_pass if needed during maintainer code
     (Closes: #705222)
   * Unify the error handling; also (Closes: #723885)
   * Make check for DEBIAN_FRONTEND case insensitive (LP: #1406700)
   * Don't use dbc_dballow as variable name in dbconfig-generate-include
     (Closes: #533777)
   * Fix regression in one of the previous uploads which broke preseeding
     by packages using dbconfig-common
   * Allow the admin to specify the domain for the GRANT calls (MySQL)
     (Closes: #673840, #506511)
   * Allow backup from password questions (Closes: #703365)
   * Insert the name of the dbadmin into the debconf templates to avoid
     confusion
   * Improvements to the test script
   * Update d/copyright to machine-readable format
   * Update TODO
   * Update Debconf templates, including review from debian-l10n. No
     call for review on purpose yet.
Checksums-Sha1:
 2a99a38f43dfba17a3cf36ff84c029bbf07263f5 1364 dbconfig-common_1.8.50.dsc
 3e140aa4cb857f23c4f3d6bbfc137d2a74f47172 190528 dbconfig-common_1.8.50.tar.xz
 db36e148dad4a77c170122304fc0fb9bcc5bf2bf 540284 dbconfig-common_1.8.50_all.deb
Checksums-Sha256:
 4b97ab6ff1e7a713cf36115d210f26a926c3c421c37e3eb99032645b838d4c44 1364 
dbconfig-common_1.8.50.dsc
 f5e60ae75548ed87b1724ff68b358caa7982aefd39c3388085324a06ea6caea8 190528 
dbconfig-common_1.8.50.tar.xz
 690334a3ab3d20a27665a0ab33e21b32231c2a86825ef234d8e2152e5cb26fdd 540284 
dbconfig-common_1.8.50_all.deb
Files:
 97ce6730fb240b4cb7570298bb5c1f60 1364 admin optional dbconfig-common_1.8.50.dsc
 cf155e3e4f25989e00aad4c28fe9eb44 190528 admin optional 
dbconfig-common_1.8.50.tar.xz
 4f35069b77b89b2b71b3680999af990e 540284 admin optional 
dbconfig-common_1.8.50_all.deb

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

iQEcBAEBCAAGBQJVGiI5AAoJEJxcmesFvXUKMckIALpA5k4xkY94CIGWGPwIWsNG
uOy0xfEmrA0hQY9lCgaG1Ew92pTO2aZI6ZlbWcZD7JtVKbOiiZHbrs1XUwrbTnpd
ul9y+RsVvZAT4iIL6Z9kU54iI2/S+zr/r8u1Mp0hmxmgZaf/g2abIWuuwRchJelU
Vc3Y878JgueyQSJkWOCfDGh6tfQtP5jekzPkii0m3uzjJsBfd4+E5n3hv7ota4Ho
yYbn/cbn4gfijC5QstX39PG16L48vLGRo0fvg5H3vOX2W0pSSv13ap/TQMzi8JIz
mhao2pWfvqVr8jTB+PGkYp5tUcmqKD0yO6ui6+9IbE2OpjVdE78MR7Z2dAXfQ6U=
=sfim
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to