Your message dated Sat, 06 May 2006 11:33:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#366155: fixed in mysql-dfsg-5.0 5.0.21-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: mysql-server-5.0 Version: 5.0.20a-2 Severity: important Hi, the mysql_upgrade script only gives --user and --password to mysql_fix_privilege_tables when it is run for the first time after an upgrade. On the following mysql-starts the CHECK_FILE is found and read and thus the following part is executed: if test -f $CHECK_FILE -a $force = 0 then version=`cat $CHECK_FILE` if test "$version" = "5.0" then if test $verbose = 1 then echo "mysql_upgrade already done for this version" fi $bindir/mysql_fix_privilege_tables $args exit 0 fi fi However $args doesn't include the auth-info and thus mysql_fix_privilege_tables fails. Also I think mysql_fix_privilege_tables should use a similar method to be run only once during upgrade. According to the script comments/output it should not be needed to run it on every mysql start. Andreas -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.5 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages mysql-server-5.0 depends on: ii adduser 3.87 Add and remove users and groups ii debconf [debconf-2.0] 1.5.0 Debian configuration management sy ii libc6 2.3.6-7 GNU C Library: Shared libraries ii libdbi-perl 1.50-2 Perl5 database interface by Tim Bu ii libgcc1 1:4.1.0-2 GCC support library ii libmysqlclient15off 5.0.20a-2 mysql database client library ii libncurses5 5.5-2 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii libstdc++6 4.1.0-2 The GNU Standard C++ Library v3 ii libwrap0 7.6.dbs-9 Wietse Venema's TCP wrappers libra ii mysql-client-5.0 5.0.20a-2 mysql database client binaries ii mysql-common 5.0.21-1 mysql database common files (e.g. ii passwd 1:4.0.15-6 change and administer password and ii perl 5.8.8-4 Larry Wall's Practical Extraction ii psmisc 22.2-1 Utilities that use the proc filesy ii zlib1g 1:1.2.3-11 compression library - runtime Versions of packages mysql-server-5.0 recommends: pn mailx <none> (no description available) -- debconf information: mysql-server-5.0/really_downgrade: false mysql-server-5.0/start_on_boot: true mysql-server-5.0/nis_warning: mysql-server-5.0/postrm_remove_databases: false mysql-server-5.0/no_upgrade_with_isam_tables: * mysql-server-5.0/mysql_install_db_notes: mysql-server-5.0/mysql_update_hints1:
--- End Message ---
--- Begin Message ---Source: mysql-dfsg-5.0 Source-Version: 5.0.21-2 We believe that the bug you reported is fixed in the latest version of mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive: libmysqlclient15-dev_5.0.21-2_amd64.deb to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.21-2_amd64.deb libmysqlclient15off_5.0.21-2_amd64.deb to pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.21-2_amd64.deb mysql-client-5.0_5.0.21-2_amd64.deb to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.21-2_amd64.deb mysql-client_5.0.21-2_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.21-2_all.deb mysql-common_5.0.21-2_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.21-2_all.deb mysql-dfsg-5.0_5.0.21-2.diff.gz to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.21-2.diff.gz mysql-dfsg-5.0_5.0.21-2.dsc to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.21-2.dsc mysql-server-5.0_5.0.21-2_amd64.deb to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.21-2_amd64.deb mysql-server_5.0.21-2_all.deb to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.21-2_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. Christian Hammers <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-5.0 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: Thu, 4 May 2006 02:37:03 +0200 Source: mysql-dfsg-5.0 Binary: libmysqlclient15-dev mysql-client mysql-client-5.0 mysql-server mysql-server-5.0 mysql-common libmysqlclient15off Architecture: source all amd64 Version: 5.0.21-2 Distribution: unstable Urgency: low Maintainer: Christian Hammers <[EMAIL PROTECTED]> Changed-By: Christian Hammers <[EMAIL PROTECTED]> Description: libmysqlclient15-dev - mysql database development files libmysqlclient15off - mysql database client library mysql-client - mysql database client (current version) mysql-client-5.0 - mysql database client binaries mysql-common - mysql database common files (e.g. /etc/mysql/my.cnf) mysql-server - mysql database server (current version) mysql-server-5.0 - mysql database server binaries Closes: 365433 366155 Changes: mysql-dfsg-5.0 (5.0.21-2) unstable; urgency=low . * Fixed bug in postinst that did not correctly rewrite /etc/mysql/debian.cnf (thanks to Daniel Leidert). Closes: #365433, #366155 Files: 5cdad3767fd687cdfa3c640b454ae2ae 1090 misc optional mysql-dfsg-5.0_5.0.21-2.dsc 63c37e8916a84baaee454595fa460567 123834 misc optional mysql-dfsg-5.0_5.0.21-2.diff.gz 57b0065ec3cf3a92456d5e254292401b 38098 misc optional mysql-common_5.0.21-2_all.deb 258165a7d4e2812d65288d1df95767be 35588 misc optional mysql-server_5.0.21-2_all.deb b5a1f9029c93f499a6dc12b0d8f433da 35580 misc optional mysql-client_5.0.21-2_all.deb b72fd2a5c13000a50cd7dc798b89f7b3 1420348 libs optional libmysqlclient15off_5.0.21-2_amd64.deb 9fa78db6567b67474c57166d01dfacea 6730716 libdevel optional libmysqlclient15-dev_5.0.21-2_amd64.deb aea0b7b7b341cedb3025d4aa9333bc37 6890830 misc optional mysql-client-5.0_5.0.21-2_amd64.deb aa8782a27bfd006566e52982354f2cf0 22487838 misc optional mysql-server-5.0_5.0.21-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iEYEARECAAYFAkRc2NYACgkQkR9K5oahGOa5XQCgyGP2JD/oFu+n9fpE2zrxDMJm nmkAoNOo+vs+6aqC9o7rnjZzCEHedjQR =/g1e -----END PGP SIGNATURE-----
--- End Message ---

