Your message dated Sun, 28 Aug 2016 19:18:31 +0000 with message-id <[email protected]> and subject line Bug#824537: fixed in dbconfig-common 2.0.5 has caused the Debian Bug report #824537, regarding mysql complains or errors on empty port value 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.) -- 824537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824537 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: dbconfig-common Version: 2.0.4 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi depending on MySQL server version you will get either error or warning with dbconfig-common when it uses empty port (what seems to be the default): Empty value for 'port' specified See following links for more information: https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/1563274 https://github.com/phpmyadmin/phpmyadmin/issues/12246 http://stackoverflow.com/questions/37089568/phpmyadmin-error-during-installation-empty-value-for-port-specified - -- Michal Čihař | http://cihar.com/ | https://weblate.org/ - -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages dbconfig-common depends on: ii debconf [debconf-2.0] 1.5.59 ii ucf 3.0036 dbconfig-common recommends no packages. Versions of packages dbconfig-common suggests: ii dbconfig-mysql 2.0.4 - -- debconf information excluded -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXOt8hAAoJEJwnsxNCt1EdjmcP/354SQCDbwXBQWUpFydvv6Ry E/3ZOHPEDku0wYY7V+Y7ilPYgr3S8uvT2oyuyUMh6U/7WmEDylZJR0ASqKNYbM/W lEmQWS/ZRaxldcOrJVo7aJaWLfsBWbQrAExQNQn7/Onjg9mcNDVfDzsokclseJPS HJyIjRrQNaG62KjFaJ7AX9Gytjl1Pz/kUyp06ZHmV5kmijRQL4fL8Z8sV+THYAF7 QNaR9YUbclD3KFEPAhO2gs7vk7qREINHSkKZFAVrJ7KaAiqGmvLopSVAjMJsAJmb /Wp86KIZYaatd5VYlf9hTVYo0KNKSTaF0mP361ojGQSlnUwDZZchAuKasoAyAhIl koGvONxjVQVJ88lyryLEOw+uksO1f4CD8ZAryavA03dUEZz3GUNxwBC23jOAH7hq o1aKH8bVP96ldhDti9+YxI69VH7Ar5Z1X+4Tw16/qzSluKj8X/EEwliCFZbAhiGt reKEd82foI98C44qbSqCQoPRVj+M4Taf5NxSBNuxr+3VHvuaF1mWcBgP7LHa0Bv3 W8sPUBGQBg58wtQmF4znklssf0sEa3k1eBx0oVcSRUH8eyYNd8FpWcgKwyshQBoE u7aQhs/rtMNUpVazvFRebHSJsubqGNt2Lmf7bOvlmaXwmECeREpd03nSuo63uMq1 gJXAJI9HcET7rGmmZNd/ =7cZ0 -----END PGP SIGNATURE-----
--- 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 ---

