Install of mysql hangs on 16.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mysql-5.7 (Ubuntu) |
Expired
|
Undecided
|
Unassigned |
Bug Description
See question and linked answer at http://
1) lsb_release -rd:
Description: Ubuntu 16.04.2 LTS
Release: 16.04
2) apt-cache policy mysql-server:
mysql-server:
Installed: 5.7.17-
Candidate: 5.7.17-
Version table:
*** 5.7.17-
500 http://
500 http://
500 http://
500 http://
100 /var/lib/
5.
500 http://
500 http://
3) I expected to be able to install mysql as part of a vagrant provisioning script without having to jump through Ubuntu specific hoops.
4) `apt-get install -y mysql-server mysql-client` hung and stalled my build pipeline until I added the line `(sleep 200; killall mysqld)&` to my provisioning script right before that line. This makes me very uncomfortable - I should never have to kill a setup task.
Thank you for taking the time to report this bug and helping to make Ubuntu better.
I cannot reproduce this. I tried installing mysql-server 5.7.17- 0ubuntu0. 16.04.1, purged mysql* and installed again, and it worked without error.
Please can you either post exact steps to reproduce your problem, or identify what it is that is hanging and at what step? Once you have provided this information please change the bug status back to New. Thanks!