[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2017-05-11 Thread WhyteHorse
*** This bug is a duplicate of bug 1577712 *** https://bugs.launchpad.net/bugs/1577712 Same here. I fixed it with the christophe agathe method -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-22 Thread Robie Basak
*** This bug is a duplicate of bug 1577712 *** https://bugs.launchpad.net/bugs/1577712 ** This bug is no longer a duplicate of bug 1574168 mysql-server-5.7.postinst fails with "Can't create database 'performance_schema'; database exists" ** This bug has been marked a duplicate of bug

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-20 Thread Robie Basak
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 @Reza Why did you undupe this bug? The original reporter's problem clearly states in its log message "mysql_upgrade: [ERROR] 1007: Can't create database 'performance_schema'; database exists". The cause

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-15 Thread ChristianEhrhardt
Hi abhijit, if all the mentioned fixes for the local configuration don't help you you might be affected by a similar but different issue. In that case to try to help I'd ask you to report a new bug. Using apport will upload your logs so one can check if things are different in your case. See

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-13 Thread Alex
My workaround was to edit /var/lib/dpkg/info/mysql-server-5.7.triggers and to change the invoke() function: invoke() { if pathfind invoke-rc.d; then invoke-rc.d mysql $1 systemctl $1 mysql else /etc/init.d/mysql $1 fi } I'm running mysql in an LXC container. -- You received

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-13 Thread abhijit
root@foss:~# /bin/systemctl --no-pager start mysql.service Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xe" for details. this is what I get on running the systemctl command directly. -- You received this

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-09-13 Thread abhijit
I've tried all options mentioned above and still facing the problem. This happened after upgrade from 14.04 to 16.04. Tried: Remove all .cnf files from /etc/mysql and then did "apt purge mysql*" and then "apt install mysql-server". Getting following error: Setting up mysql-server-5.7

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-08-24 Thread Alberto Salvia Novella
** Changed in: mysql-5.7 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade:

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-08-23 Thread Reza Askari
** This bug is no longer a duplicate of bug 1574168 mysql-server-5.7.postinst fails with "Can't create database 'performance_schema'; database exists" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-08-03 Thread xPrzybyLx
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 The solution provided by "rammstein (doyen-gilles) wrote on 2016-06-13" Worked for me - just remember that this command : sudo apt-get remove --purge mysql* Will ask You if You want to REMOVE your

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-07-08 Thread Chris
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 Also receiving this error. A ton of errors really. It also failed to update several MySQL tables in information_schema and performance_schema and many other things. Over a series of hours I got MySQL to

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-07-06 Thread Bob Jones
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-07-06 Thread Bob Jones
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 Also affects me, I've tried *everything* listed above, purging etc. and nothing works (even after rm'ing config and other old files) -- You received this bug notification because you are a member of

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-06-13 Thread rammstein
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 What worked for me (on all the tested scenarios) is to: sudo apt-get remove --purge mysql* sudo apt-get install mysql-server (this will also flush the client and I think it's actually him the root cause of

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-05-20 Thread Amit Sedai
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 @giovanni-g: your solution also worked for me.Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-28 Thread Axel Pospischil
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 @giovanni-g: did not work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title: package

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-28 Thread Ghoti
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 Thanks, giovanni-g; your solution worked for me also. I'd love to hear how upgrading 14.04 LTS to 16.04 LTS with MySQL passed QA with this egregious issue. -- You received this bug notification because

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-27 Thread Giovanni G.
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 Well, looks like I managed to install it by removing both mysql AND mariadb. For some reason, whenever I removed mysql-client it was installing mariadb-client and viceversa, anyway I succeeded this way:

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-26 Thread Axel Pospischil
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 Thanks. But did not work. I tried this before (really tried everything I could imagine). whereas the list of duplicate bugs in bug #1571865 rises and rises ;-( But I am shure guys at ubuntu will fix

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-26 Thread Vertago1
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 I ran into a problem upgrading mysql-server-5.7 and the issue was I had at some point disabled mysql by default with "sudo systemctl disable mysql.service". I have it installed so I can run it when I need

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-26 Thread Axel Pospischil
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 FIRST: I think this should be the primary bug (not duplicate of #1574168 or #1574204 ) and because it has the most useful information in it. Someone should fix this. --

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-25 Thread Gremlyn1
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 I got this to work for me too, but I had a slightly different config file setup. Once I found them all and removed them, I was able to upgrade no problem. -- You received this bug notification because you

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-24 Thread Gremlyn1
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 How is this a duplicate of a more recently reported bug? Shouldn't it be the other way around?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-24 Thread Robie Basak
*** This bug is a duplicate of bug 1574168 *** https://bugs.launchpad.net/bugs/1574168 >From log: Setting up mysql-server-5.7 (5.7.11-0ubuntu6) ... Installing new version of config file /etc/apparmor.d/usr.sbin.mysqld ... Installing new version of config file /etc/init.d/mysql ... Installing

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-24 Thread Bastian
what Christophe Agathon (christophe-agathon) says works for me, at first I still get a dependancy error of some sort but somehow the mysqlcheck straightens it all out or something. well, the result is it works after doing that. just doing sudo dpkg --configure -a does not work for me, I needed to

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-23 Thread Christophe Agathon
Hi ! I had the same issue and fixed it almost like Rick except I had to remove all the possible my.cnf "alternatives". Before that I purged mysql-server-5.7. Then I was able to reinstall it. I checked again all my databases and everything was OK. sudo apt-get purge mysql-server-5.7 cd

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-23 Thread Rodney Shupe
Purged all aspects of mysql from the system, Uninstalled and deleted any directories related to mysql. Apt install worked after that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title:

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-23 Thread eiro
Just enable mysql if you disabled it before, and it should work. command: sudo systemctl enable mysql.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title: package mysql-server-5.7

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread Rick
I finally got it to install by removing any previous configuration files that I had altered. Back them up first if you are nervous cd /etc/mysql sudo cp my.cnf my.cnf.april16 Sudo rm /etc/mysql/my.cnf that may be enough to get it running. I also removed a the mysqld.cnf file under

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread Gaurav Manchanda
The same is happening on my system. I used strace to see errors in the installation, and i saw this line in /tmp/trace open("/var/lib/dpkg/info/mysql-server-5.7.triggers", O_RDONLY) = -1 ENOENT (No such file or directory) Can this be the culprit? -- You received this bug notification because

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread Gremlyn1
I'm having the same problem, so far nothing is working to get this installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title: package mysql-server-5.7 5.7.11-0ubuntu6 failed to

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread Aurel Branzeanu
Just tried sudo apt install mysql-server mysql-client and it worked. Previously was trying several times to install just mysql-server and it didn't install both via Synaptic and apt. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread KaotikPaladin
The mysql installation fail also to me in the upgrade process and also trying a new install: Configurazione di mysql-server-core-5.7 (5.7.11-0ubuntu6)... Configurazione di mysql-server-5.7 (5.7.11-0ubuntu6)... Job for mysql.service failed because the control process exited with error code. See

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-22 Thread Nicholas Sharp
** Description changed: Doing Release upgrade from 14.04 to 16.04, mysql-5.7-server/mysql-server failed during post-installation. Before upgrade: lsb_release -rd Description: Ubuntu 14.04.4 LTS Release: 14.04 After upgrade: lsb_release -rd Description: Ubuntu 16.04 LTS

[Bug 1573279] Re: package mysql-server-5.7 5.7.11-0ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 during release upgrade

2016-04-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mysql-5.7 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573279 Title: