Your message dated Mon, 28 Sep 2009 18:03:44 +0000
with message-id <[email protected]>
and subject line Bug#545760: fixed in mysql-dfsg-5.1 5.1.39-1
has caused the Debian Bug report #545760,
regarding mysql-dfsg-5.1: Don't upgrade if there is an ndb management node 
configured
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.)


-- 
545760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545760
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mysql-dfsg-5.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic


In Ubuntu, we've applied the attached patch to achieve the following:

   * Don't upgrade if there is an ndb management node configured. 
     (LP: #413792).

See https://bugs.launchpad.net/bugs/413792 for more information.

-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-9-generic (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
=== modified file 'debian/mysql-server-5.1.preinst'
--- debian/mysql-server-5.1.preinst     2009-07-22 17:45:37 +0000
+++ debian/mysql-server-5.1.preinst     2009-09-08 21:22:59 +0000
@@ -49,7 +49,7 @@
 this_version=5.1
 
 # Abort if an NDB cluster is in use.
-if egrep -q -r '^[^#]*ndb.connectstring' /etc/mysql/; then
+if egrep -qi -r '^[^#]*ndb.connectstring|^[:space:]*\[[:space:]*ndb_mgmd' 
/etc/mysql/; then
   db_fset mysql-server/no_upgrade_when_using_ndb seen false || true
   db_input high mysql-server/no_upgrade_when_using_ndb || true
   db_go

--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.1
Source-Version: 5.1.39-1

We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.1, which is due to be installed in the Debian FTP archive:

libmysqlclient-dev_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqlclient-dev_5.1.39-1_amd64.deb
libmysqlclient16_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqlclient16_5.1.39-1_amd64.deb
libmysqld-dev_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqld-dev_5.1.39-1_amd64.deb
libmysqld-pic_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqld-pic_5.1.39-1_amd64.deb
mysql-client-5.1_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-client-5.1_5.1.39-1_amd64.deb
mysql-client_5.1.39-1_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-client_5.1.39-1_all.deb
mysql-common_5.1.39-1_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-common_5.1.39-1_all.deb
mysql-dfsg-5.1_5.1.39-1.diff.gz
  to pool/main/m/mysql-dfsg-5.1/mysql-dfsg-5.1_5.1.39-1.diff.gz
mysql-dfsg-5.1_5.1.39-1.dsc
  to pool/main/m/mysql-dfsg-5.1/mysql-dfsg-5.1_5.1.39-1.dsc
mysql-dfsg-5.1_5.1.39.orig.tar.gz
  to pool/main/m/mysql-dfsg-5.1/mysql-dfsg-5.1_5.1.39.orig.tar.gz
mysql-server-5.1_5.1.39-1_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-server-5.1_5.1.39-1_amd64.deb
mysql-server_5.1.39-1_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-server_5.1.39-1_all.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.
Norbert Tretkowski <[email protected]> (supplier of updated mysql-dfsg-5.1 
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.8
Date: Mon, 28 Sep 2009 17:41:51 +0200
Source: mysql-dfsg-5.1
Binary: libmysqlclient16 libmysqld-pic libmysqld-dev libmysqlclient-dev 
mysql-common mysql-client-5.1 mysql-server-5.1 mysql-server mysql-client
Architecture: source all amd64
Version: 5.1.39-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Norbert Tretkowski <[email protected]>
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient16 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - MySQL database development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.1 - MySQL database client binaries
 mysql-common - MySQL database common files (e.g. /etc/mysql/my.cnf)
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.1 - MySQL database server binaries
Closes: 545044 545329 545731 545760 545761
Changes: 
 mysql-dfsg-5.1 (5.1.39-1) unstable; urgency=low
 .
   * New upstream release.
   * New patch 60_zlib_innodb_workaround.dpatch to fix an incompatibility
     between zlib and innodb during testsuite run.
   * Wait in the SIGHUP trap to avoid killing an existing mysqld process when a
     HUP signal is sent to mysqld_safe, patch based based on Mathias Gug's fix
     from 5.0 series. (closes: #545044)
   * Update debconf translations:
     - Japanese, from Hideki Yamane. (closes: #545329)
     - Swedish, from Martin Bagge. (closes: #545731)
   * Fix some options in my.cnf about log_file have their named changed, patch
     from Mathias Gug. (closes: #545761)
   * Do not upgrade if there is an ndb management node configured, patch from
     Mathias Gug. (closes: #545760)
   * Switch build-dependency from libreadline5-dev to libreadline-dev.
Checksums-Sha1: 
 c0fdda70a6498d3f30e09c830e3f9a4389e2af5a 1732 mysql-dfsg-5.1_5.1.39-1.dsc
 17fc446cfccb6f94f86095e5969e221921a1604d 19345951 
mysql-dfsg-5.1_5.1.39.orig.tar.gz
 c3d24e357104479443bea9d3b0607ef2823d756b 328121 mysql-dfsg-5.1_5.1.39-1.diff.gz
 26c4a4c2f56109fad90a2a925bfc077410e8d96c 63012 mysql-common_5.1.39-1_all.deb
 cdc2c6d305566ad513f6ed48e88a3f00676de624 57444 mysql-server_5.1.39-1_all.deb
 a602133d0cd66c491de8e630b7a1489e512ce98d 57314 mysql-client_5.1.39-1_all.deb
 bddf326458528e6a0387d53444a6f7f017023388 2002456 
libmysqlclient16_5.1.39-1_amd64.deb
 8ab02e8d14c499497b438257887edd8516fff835 4412422 
libmysqld-pic_5.1.39-1_amd64.deb
 b3f6c4e1dfc5e95f6379526d55247e2d6d7f78e9 5600668 
libmysqld-dev_5.1.39-1_amd64.deb
 68de7066ea90c638ac706844ff7fc4e7cd3d4729 3718682 
libmysqlclient-dev_5.1.39-1_amd64.deb
 cd4cd551ecdbc51389c3152b6120b2e691a10ee4 8658428 
mysql-client-5.1_5.1.39-1_amd64.deb
 e94401fa311977d367c7109eaf014cd22f33ecfd 11176972 
mysql-server-5.1_5.1.39-1_amd64.deb
Checksums-Sha256: 
 3b68c9369961fde27dab598a5f8eed97b722cb4781c021868303b4767e960cee 1732 
mysql-dfsg-5.1_5.1.39-1.dsc
 c7a60beb036e75200d7b460b09f22811222b89d84cf72a3fd195d09b3aa2353e 19345951 
mysql-dfsg-5.1_5.1.39.orig.tar.gz
 ab4cf0ded172b86fb5e4dc390f861d2a88d4eebc6a969ec31a9dd8576afea315 328121 
mysql-dfsg-5.1_5.1.39-1.diff.gz
 8ae9979bdadf28526bb187c70ee61cc9724810c7131c248c042191413b74980d 63012 
mysql-common_5.1.39-1_all.deb
 fc455c736c27fae100c01cfa742efbcd38d953461a412f9dafaa0661b3ddfb7f 57444 
mysql-server_5.1.39-1_all.deb
 70e3da2bd6a5efc3fa6182fb421cd654ce96b61eb53b85e4475b8d4304561fc8 57314 
mysql-client_5.1.39-1_all.deb
 95ebcd63b4d582519def8513f6b51bc0782506a39c9b7d9df2d35bae36e0827f 2002456 
libmysqlclient16_5.1.39-1_amd64.deb
 545497c7030748cd8a92a357ccd7df725a5a09b266f7ce22562114cc610ecf9c 4412422 
libmysqld-pic_5.1.39-1_amd64.deb
 1fa91f8741596fdb8f33b05662d7c761f6e5c2401ae83e9a49ee58d07be07dd7 5600668 
libmysqld-dev_5.1.39-1_amd64.deb
 c916be01abeb1aa3dd24ef639d95a7699723d29fd7dd66d2614c57b4ef3316fd 3718682 
libmysqlclient-dev_5.1.39-1_amd64.deb
 414c45520673194ae8b427d83e52010ca03d867b1295ece2b54e54e1c98620cb 8658428 
mysql-client-5.1_5.1.39-1_amd64.deb
 6986c0b6b4d7c94b4786bc13ef67ae28a8a4c4334196a78d894318bd47561eae 11176972 
mysql-server-5.1_5.1.39-1_amd64.deb
Files: 
 fbc54cd75a25c0190f857589216f4ce8 1732 misc optional mysql-dfsg-5.1_5.1.39-1.dsc
 d75c1160629d35409903195895dd1074 19345951 misc optional 
mysql-dfsg-5.1_5.1.39.orig.tar.gz
 8851f1a7e7742979f4f0ad53d225c1fa 328121 misc optional 
mysql-dfsg-5.1_5.1.39-1.diff.gz
 a7c23e812479777537d0d6471d2551d6 63012 database optional 
mysql-common_5.1.39-1_all.deb
 07aa5a365d165cf82b55f8a9cd03910a 57444 database optional 
mysql-server_5.1.39-1_all.deb
 baace47b82560f82700fd5e8f1197788 57314 database optional 
mysql-client_5.1.39-1_all.deb
 819e3e37c03487af73d230e3455f091d 2002456 libs optional 
libmysqlclient16_5.1.39-1_amd64.deb
 5723bf124cabbbcd899ed1bb5fa1437f 4412422 libdevel optional 
libmysqld-pic_5.1.39-1_amd64.deb
 61fdc4d0674bbe71f027c82af227a056 5600668 libdevel optional 
libmysqld-dev_5.1.39-1_amd64.deb
 afab6f9507ffa3c1a1b07e9b810fb4ea 3718682 libdevel optional 
libmysqlclient-dev_5.1.39-1_amd64.deb
 62bafb16ab5085665f7edcb83cc472ed 8658428 misc optional 
mysql-client-5.1_5.1.39-1_amd64.deb
 b1f1362b902f5acae2ea8f9baa8c06b5 11176972 misc optional 
mysql-server-5.1_5.1.39-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrA9RwACgkQr/RnCw96jQFmcQCgoO/Zu+JITCdiOin1TtHdoaz1
Hf4AoJAFSM3r+/tO6c+CKHOohnW1NuiM
=gMmG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to