[Bug 940539] Re: libvirt deletes VM configuration file after editing uuid

2016-01-19 Thread Shevek
** Changed in: libvirt (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/940539 Title: libvirt deletes VM configuration file after

[Bug 1438458] Re: package mysql-server-5.6 5.6.23-1~exp1~ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-30 Thread Shevek
Second run of shevek@raven:~$ sudo dpkg --configure -a Setting up mysql-server-5.6 (5.6.23-1~exp1~ubuntu5) ... Setting up mysql-server (5.6.23-1~exp1~ubuntu5) ... succeeded. MySQL is now running. This upgrade also triggered https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1438515 - not sure

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure

2015-03-23 Thread Shevek
*** This bug is a duplicate of bug 1421303 *** https://bugs.launchpad.net/bugs/1421303 I think I did remove, then rm that file, then purge, then reinstall. Either way, it can be worked around. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1435081] [NEW] package mysql-server-5.6 5.6.23-1~exp1~ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-03-22 Thread Shevek
Public bug reported: This bug was generated by an automatic process. The real bug is here, and should be merged: https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435080 ProblemType: Package DistroRelease: Ubuntu 15.04 Package: mysql-server-5.6 5.6.23-1~exp1~ubuntu3

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
By the way, I think I set the root password to password on the original installation, and I haven't touched any config files. -- 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/1435080

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
Aborting the --reconfigure gives: ^Cdpkg: error processing package mysql-server-5.6 (--configure): subprocess installed post-installation script was interrupted dpkg: dependency problems prevent configuration of mysql-server: mysql-server depends on mysql-server-5.6; however: Package

[Bug 1435080] [NEW] mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
Public bug reported: 1) apt-get dist-upgrade 2) Give mysql password to dpkg as requested in curses dialog 3) process hangs/crashes/something Now, apt-get says it wants me to run this, but: shevek@raven:~$ sudo dpkg --configure -a Setting up mysql-server-5.6 (5.6.23-1~exp1~ubuntu3) ... hangs

[Bug 1435081] Re: package mysql-server-5.6 5.6.23-1~exp1~ubuntu3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-03-22 Thread Shevek
root@raven:~# sudo apt-get purge mysql-server-5.6 mysql-server Reading package lists... Done Building dependency tree Reading state information... Done Package 'mysql-server' is not installed, so not removed The following packages will be REMOVED: mysql-server-5.6 0 upgraded, 0 newly

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
And then we got this: https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435081 -- 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/1435080 Title: mysql-server upgrade hangs

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
/usr/share/mysql/mysql-systemd-start contains: pinger () { while /bin/true ; do sleep 1 mysqladmin ping /dev/null 21 break done } So if mysql failed to come up, this will hang forever. However, I think mysql failed to start because it couldn't read some config file. I saw that

[Bug 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure (if root password is set?)

2015-03-22 Thread Shevek
Issue solved by apt-get purge mysql-server-5.6 mysql-server then reinstall. System now working again. Not sure, but issue might have been triggered by typing a password into the password change dialogue during upgrade. If so, that password might have been saved in apt's configuration/templates,