Public bug reported:

# lsb_release -rd
Description:    Ubuntu 15.04
Release:        15.04

# apt-cache policy mysql-server-5.6
mysql-server-5.6:
  Installed: 5.6.24-0ubuntu2
  Candidate: 5.6.24-0ubuntu2
  Version table:
 *** 5.6.24-0ubuntu2 0
        500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
        100 /var/lib/dpkg/status

# Problem description

When installing mysql-server-5.6 with DEBIAN_FRONTEND=noninteractive
(which is done e.g. by Puppet, SaltStack and other config management
tools), the installation will fail as not only files will be deployed to
the filesystem, but also an attempt to start the (unconfigured) service
is made.

Running the following command can be used to reproduce the issue on
Ubuntu 15.04 here:

DEBIAN_FRONTEND=noninteractive apt-get -q -y -o DPkg::Options::=--force-
confold -o DPkg::Options::=--force-confdef install mysql-server-5.6

The result is that the service start (run as StartExecPost=) hangs for
quite a while in the endless loop in /usr/share/mysql/mysql-systemd-
start:

pinger () {
  while /bin/true ; do
    sleep 1
    mysqladmin ping >/dev/null 2>&1 && break
  done
}

After a while of nothing happening, systemd decides it had enough of it,
kills the script and reports a service startup failure.

The full output of 'apt-get install …' is pasted below:

Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libaio1 libalgorithm-c3-perl libarchive-extract-perl libcgi-fast-perl 
libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl 
libdata-optlist-perl libdata-section-perl libdbd-mysql-perl libdbi-perl libedit2
  libfcgi-perl libgdbm3 libhtml-template-perl liblog-message-perl 
liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl 
libmodule-signature-perl libmro-compat-perl libmysqlclient18 
libpackage-constants-perl
  libparams-util-perl libpod-latex-perl libpod-readme-perl 
libregexp-common-perl libsoftware-license-perl libsub-exporter-perl 
libsub-install-perl libterm-readkey-perl libterm-ui-perl libtext-soundex-perl
  libtext-template-perl libwrap0 mysql-client-5.6 mysql-client-core-5.6 
mysql-common mysql-server-core-5.6 perl perl-modules psmisc rename tcpd
Suggested packages:
  libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl 
libipc-sharedcache-perl mailx tinyca perl-doc libterm-readline-gnu-perl 
libterm-readline-perl-perl make libb-lint-perl libcpanplus-dist-build-perl
  libcpanplus-perl libfile-checktree-perl libobject-accessor-perl
Recommended packages:
  libarchive-tar-perl
The following NEW packages will be installed:
  libaio1 libalgorithm-c3-perl libarchive-extract-perl libcgi-fast-perl 
libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl 
libdata-optlist-perl libdata-section-perl libdbd-mysql-perl libdbi-perl libedit2
  libfcgi-perl libgdbm3 libhtml-template-perl liblog-message-perl 
liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl 
libmodule-signature-perl libmro-compat-perl libmysqlclient18 
libpackage-constants-perl
  libparams-util-perl libpod-latex-perl libpod-readme-perl 
libregexp-common-perl libsoftware-license-perl libsub-exporter-perl 
libsub-install-perl libterm-readkey-perl libterm-ui-perl libtext-soundex-perl
  libtext-template-perl libwrap0 mysql-client-5.6 mysql-client-core-5.6 
mysql-common mysql-server-5.6 mysql-server-core-5.6 perl perl-modules psmisc 
rename tcpd
0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.1 MB of archives.
After this operation, 194 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ vivid/main libedit2 amd64 
3.1-20140620-2 [81.4 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ vivid/main libgdbm3 amd64 1.8.3-13.1 
[16.9 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ vivid/main libaio1 amd64 0.3.110-1 
[6454 B]
Get:4 http://archive.ubuntu.com/ubuntu/ vivid/main mysql-common all 
5.6.24-0ubuntu2 [15.8 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ vivid/main libmysqlclient18 amd64 
5.6.24-0ubuntu2 [690 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ vivid/main libwrap0 amd64 7.6.q-25 
[46.2 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ vivid/main perl-modules all 5.20.2-2 
[2502 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ vivid/main perl amd64 5.20.2-2 [2629 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ vivid/main libdbi-perl amd64 
1.631-3build1 [770 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ vivid/main libdbd-mysql-perl amd64 
4.028-2 [88.6 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ vivid/main libterm-readkey-perl amd64 
2.32-1build1 [25.0 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ vivid/main mysql-client-core-5.6 amd64 
5.6.24-0ubuntu2 [4248 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ vivid/main mysql-client-5.6 amd64 
5.6.24-0ubuntu2 [5321 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ vivid/main mysql-server-core-5.6 amd64 
5.6.24-0ubuntu2 [4583 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ vivid/main psmisc amd64 22.21-2build1 
[47.2 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ vivid/main mysql-server-5.6 amd64 
5.6.24-0ubuntu2 [5743 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ vivid/main libalgorithm-c3-perl all 
0.09-1 [11.2 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ vivid/main libarchive-extract-perl all 
0.72-1 [20.5 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ vivid/main libcgi-pm-perl all 4.09-2 
[181 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ vivid/main libclass-c3-perl all 0.26-1 
[20.2 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ vivid/main libclass-c3-xs-perl amd64 
0.13-2build1 [14.0 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ vivid/main libcpan-meta-perl all 
2.142690-1 [118 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ vivid/main libparams-util-perl amd64 
1.07-2build1 [20.3 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ vivid/main libsub-install-perl all 
0.928-1 [10.5 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ vivid/main libdata-optlist-perl all 
0.109-1 [9920 B]
Get:26 http://archive.ubuntu.com/ubuntu/ vivid/main libmro-compat-perl all 
0.12-1 [12.2 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ vivid/main libsub-exporter-perl all 
0.986-1 [50.6 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ vivid/main libdata-section-perl all 
0.200006-1 [12.0 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ vivid/main libfcgi-perl amd64 0.77-1 
[33.3 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ vivid/main libhtml-template-perl all 
2.95-1 [65.5 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ vivid/main liblog-message-perl all 
0.8-1 [25.4 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ vivid/main liblog-message-simple-perl 
all 0.10-2 [7592 B]
Get:33 http://archive.ubuntu.com/ubuntu/ vivid/main libmodule-build-perl all 
0.421000-2 [208 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ vivid/main libmodule-pluggable-perl 
all 5.1-1 [21.2 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ vivid/main libmodule-signature-perl 
all 0.73-1 [25.7 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ vivid/main libpackage-constants-perl 
all 0.04-1 [5516 B]
Get:37 http://archive.ubuntu.com/ubuntu/ vivid/main libpod-latex-perl all 
0.61-1 [32.9 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ vivid/main libregexp-common-perl all 
2013031301-1 [167 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ vivid/main libpod-readme-perl all 
0.11-1 [14.2 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ vivid/main libtext-template-perl all 
1.46-1 [51.5 kB]
Get:41 http://archive.ubuntu.com/ubuntu/ vivid/main libsoftware-license-perl 
all 0.103010-3 [117 kB]
Get:42 http://archive.ubuntu.com/ubuntu/ vivid/main libterm-ui-perl all 0.42-1 
[18.3 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ vivid/main libtext-soundex-perl amd64 
3.4-1build2 [12.6 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ vivid/main rename all 0.20-3 [11.9 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ vivid/main tcpd amd64 7.6.q-25 [23.0 
kB]
Get:46 http://archive.ubuntu.com/ubuntu/ vivid/main libcgi-fast-perl all 
1:2.04-1 [9984 B]
Fetched 28.1 MB in 1min 43s (273 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libedit2:amd64.
(Reading database ... 15046 files and directories currently installed.)
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-2) ...
Selecting previously unselected package libgdbm3:amd64.
Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
Selecting previously unselected package libaio1:amd64.
Preparing to unpack .../libaio1_0.3.110-1_amd64.deb ...
Unpacking libaio1:amd64 (0.3.110-1) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../mysql-common_5.6.24-0ubuntu2_all.deb ...
Unpacking mysql-common (5.6.24-0ubuntu2) ...
Selecting previously unselected package libmysqlclient18:amd64.
Preparing to unpack .../libmysqlclient18_5.6.24-0ubuntu2_amd64.deb ...
Unpacking libmysqlclient18:amd64 (5.6.24-0ubuntu2) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-25) ...
Selecting previously unselected package perl-modules.
Preparing to unpack .../perl-modules_5.20.2-2_all.deb ...
Unpacking perl-modules (5.20.2-2) ...
Selecting previously unselected package perl.
Preparing to unpack .../perl_5.20.2-2_amd64.deb ...
Unpacking perl (5.20.2-2) ...
Selecting previously unselected package libdbi-perl.
Preparing to unpack .../libdbi-perl_1.631-3build1_amd64.deb ...
Unpacking libdbi-perl (1.631-3build1) ...
Selecting previously unselected package libdbd-mysql-perl.
Preparing to unpack .../libdbd-mysql-perl_4.028-2_amd64.deb ...
Unpacking libdbd-mysql-perl (4.028-2) ...
Selecting previously unselected package libterm-readkey-perl.
Preparing to unpack .../libterm-readkey-perl_2.32-1build1_amd64.deb ...
Unpacking libterm-readkey-perl (2.32-1build1) ...
Selecting previously unselected package mysql-client-core-5.6.
Preparing to unpack .../mysql-client-core-5.6_5.6.24-0ubuntu2_amd64.deb ...
Unpacking mysql-client-core-5.6 (5.6.24-0ubuntu2) ...
Selecting previously unselected package mysql-client-5.6.
Preparing to unpack .../mysql-client-5.6_5.6.24-0ubuntu2_amd64.deb ...
Unpacking mysql-client-5.6 (5.6.24-0ubuntu2) ...
Selecting previously unselected package mysql-server-core-5.6.
Preparing to unpack .../mysql-server-core-5.6_5.6.24-0ubuntu2_amd64.deb ...
Unpacking mysql-server-core-5.6 (5.6.24-0ubuntu2) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2build1_amd64.deb ...
Unpacking psmisc (22.21-2build1) ...
Setting up mysql-common (5.6.24-0ubuntu2) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide 
/etc/mysql/my.cnf (my.cnf) in auto mode
Selecting previously unselected package mysql-server-5.6.
(Reading database ... 16656 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.6_5.6.24-0ubuntu2_amd64.deb ...
Unpacking mysql-server-5.6 (5.6.24-0ubuntu2) ...
Selecting previously unselected package libalgorithm-c3-perl.
Preparing to unpack .../libalgorithm-c3-perl_0.09-1_all.deb ...
Unpacking libalgorithm-c3-perl (0.09-1) ...
Selecting previously unselected package libarchive-extract-perl.
Preparing to unpack .../libarchive-extract-perl_0.72-1_all.deb ...
Unpacking libarchive-extract-perl (0.72-1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../libcgi-pm-perl_4.09-2_all.deb ...
Unpacking libcgi-pm-perl (4.09-2) ...
Selecting previously unselected package libclass-c3-perl.
Preparing to unpack .../libclass-c3-perl_0.26-1_all.deb ...
Unpacking libclass-c3-perl (0.26-1) ...
Selecting previously unselected package libclass-c3-xs-perl.
Preparing to unpack .../libclass-c3-xs-perl_0.13-2build1_amd64.deb ...
Unpacking libclass-c3-xs-perl (0.13-2build1) ...
Selecting previously unselected package libcpan-meta-perl.
Preparing to unpack .../libcpan-meta-perl_2.142690-1_all.deb ...
Unpacking libcpan-meta-perl (2.142690-1) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../libparams-util-perl_1.07-2build1_amd64.deb ...
Unpacking libparams-util-perl (1.07-2build1) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../libsub-install-perl_0.928-1_all.deb ...
Unpacking libsub-install-perl (0.928-1) ...
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack .../libdata-optlist-perl_0.109-1_all.deb ...
Unpacking libdata-optlist-perl (0.109-1) ...
Selecting previously unselected package libmro-compat-perl.
Preparing to unpack .../libmro-compat-perl_0.12-1_all.deb ...
Unpacking libmro-compat-perl (0.12-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../libsub-exporter-perl_0.986-1_all.deb ...
Unpacking libsub-exporter-perl (0.986-1) ...
Selecting previously unselected package libdata-section-perl.
Preparing to unpack .../libdata-section-perl_0.200006-1_all.deb ...
Unpacking libdata-section-perl (0.200006-1) ...
Selecting previously unselected package libfcgi-perl.
Preparing to unpack .../libfcgi-perl_0.77-1_amd64.deb ...
Unpacking libfcgi-perl (0.77-1) ...
Selecting previously unselected package libhtml-template-perl.
Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...
Unpacking libhtml-template-perl (2.95-1) ...
Selecting previously unselected package liblog-message-perl.
Preparing to unpack .../liblog-message-perl_0.8-1_all.deb ...
Unpacking liblog-message-perl (0.8-1) ...
Selecting previously unselected package liblog-message-simple-perl.
Preparing to unpack .../liblog-message-simple-perl_0.10-2_all.deb ...
Unpacking liblog-message-simple-perl (0.10-2) ...
Selecting previously unselected package libmodule-build-perl.
Preparing to unpack .../libmodule-build-perl_0.421000-2_all.deb ...
Adding 'diversion of /usr/bin/config_data to /usr/bin/config_data.diverted by 
libmodule-build-perl'
Adding 'diversion of /usr/share/man/man1/config_data.1.gz to 
/usr/share/man/man1/config_data.diverted.1.gz by libmodule-build-perl'
Unpacking libmodule-build-perl (0.421000-2) ...
Selecting previously unselected package libmodule-pluggable-perl.
Preparing to unpack .../libmodule-pluggable-perl_5.1-1_all.deb ...
Unpacking libmodule-pluggable-perl (5.1-1) ...
Selecting previously unselected package libmodule-signature-perl.
Preparing to unpack .../libmodule-signature-perl_0.73-1_all.deb ...
Unpacking libmodule-signature-perl (0.73-1) ...
Selecting previously unselected package libpackage-constants-perl.
Preparing to unpack .../libpackage-constants-perl_0.04-1_all.deb ...
Unpacking libpackage-constants-perl (0.04-1) ...
Selecting previously unselected package libpod-latex-perl.
Preparing to unpack .../libpod-latex-perl_0.61-1_all.deb ...
Adding 'diversion of /usr/bin/pod2latex to /usr/bin/pod2latex.bundled by 
libpod-latex-perl'
Adding 'diversion of /usr/share/man/man1/pod2latex.1.gz to 
/usr/share/man/man1/pod2latex.bundled.1.gz by libpod-latex-perl'
Unpacking libpod-latex-perl (0.61-1) ...
Selecting previously unselected package libregexp-common-perl.
Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ...
Unpacking libregexp-common-perl (2013031301-1) ...
Selecting previously unselected package libpod-readme-perl.
Preparing to unpack .../libpod-readme-perl_0.11-1_all.deb ...
Unpacking libpod-readme-perl (0.11-1) ...
Selecting previously unselected package libtext-template-perl.
Preparing to unpack .../libtext-template-perl_1.46-1_all.deb ...
Unpacking libtext-template-perl (1.46-1) ...
Selecting previously unselected package libsoftware-license-perl.
Preparing to unpack .../libsoftware-license-perl_0.103010-3_all.deb ...
Unpacking libsoftware-license-perl (0.103010-3) ...
Selecting previously unselected package libterm-ui-perl.
Preparing to unpack .../libterm-ui-perl_0.42-1_all.deb ...
Unpacking libterm-ui-perl (0.42-1) ...
Selecting previously unselected package libtext-soundex-perl.
Preparing to unpack .../libtext-soundex-perl_3.4-1build2_amd64.deb ...
Unpacking libtext-soundex-perl (3.4-1build2) ...
Selecting previously unselected package rename.
Preparing to unpack .../archives/rename_0.20-3_all.deb ...
Unpacking rename (0.20-3) ...
Selecting previously unselected package tcpd.
Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ...
Unpacking tcpd (7.6.q-25) ...
Selecting previously unselected package libcgi-fast-perl.
Preparing to unpack .../libcgi-fast-perl_1%3a2.04-1_all.deb ...
Unpacking libcgi-fast-perl (1:2.04-1) ...
Processing triggers for systemd (219-7ubuntu3) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up libedit2:amd64 (3.1-20140620-2) ...
Setting up libgdbm3:amd64 (1.8.3-13.1) ...
Setting up libaio1:amd64 (0.3.110-1) ...
Setting up libmysqlclient18:amd64 (5.6.24-0ubuntu2) ...
Setting up libwrap0:amd64 (7.6.q-25) ...
Setting up perl-modules (5.20.2-2) ...
Setting up perl (5.20.2-2) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) 
in auto mode
Setting up libdbi-perl (1.631-3build1) ...
Setting up libdbd-mysql-perl (4.028-2) ...
Setting up libterm-readkey-perl (2.32-1build1) ...
Setting up mysql-client-core-5.6 (5.6.24-0ubuntu2) ...
Setting up mysql-client-5.6 (5.6.24-0ubuntu2) ...
Setting up mysql-server-core-5.6 (5.6.24-0ubuntu2) ...
Setting up psmisc (22.21-2build1) ...
Setting up mysql-server-5.6 (5.6.24-0ubuntu2) ...
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf 
(my.cnf) in auto mode
Job for mysql.service failed. See "systemctl status mysql.service" and 
"journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.6 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libalgorithm-c3-perl (0.09-1) ...
Setting up libarchive-extract-perl (0.72-1) ...
Setting up libcgi-pm-perl (4.09-2) ...
Setting up libclass-c3-perl (0.26-1) ...
Setting up libclass-c3-xs-perl (0.13-2build1) ...
Setting up libcpan-meta-perl (2.142690-1) ...
Setting up libparams-util-perl (1.07-2build1) ...
Setting up libsub-install-perl (0.928-1) ...
Setting up libdata-optlist-perl (0.109-1) ...
Setting up libmro-compat-perl (0.12-1) ...
Setting up libsub-exporter-perl (0.986-1) ...
Setting up libdata-section-perl (0.200006-1) ...
Setting up libfcgi-perl (0.77-1) ...
Setting up libhtml-template-perl (2.95-1) ...
Setting up liblog-message-perl (0.8-1) ...
Setting up liblog-message-simple-perl (0.10-2) ...
Setting up libmodule-build-perl (0.421000-2) ...
Setting up libmodule-pluggable-perl (5.1-1) ...
Setting up libmodule-signature-perl (0.73-1) ...
Setting up libpackage-constants-perl (0.04-1) ...
Setting up libpod-latex-perl (0.61-1) ...
Setting up libregexp-common-perl (2013031301-1) ...
Setting up libpod-readme-perl (0.11-1) ...
Setting up libtext-template-perl (1.46-1) ...
Setting up libsoftware-license-perl (0.103010-3) ...
Setting up libterm-ui-perl (0.42-1) ...
Setting up libtext-soundex-perl (3.4-1build2) ...
Setting up rename (0.20-3) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename 
(rename) in auto mode
Setting up tcpd (7.6.q-25) ...
Setting up libcgi-fast-perl (1:2.04-1) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
Processing triggers for systemd (219-7ubuntu3) ...
Processing triggers for ureadahead (0.100.0-19) ...
Errors were encountered while processing:
 mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: mysql-5.6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1478849

Title:
  infinite loop in /usr/share/mysql/mysql-systemd-start causes non-
  interactive installations to fail/hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1478849/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to