https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39460 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- Apologies for the delay on this one, Igor. This kind of issue does require additional information. Luckily, someone on Mattermost provided some extra information, which gave me an idea, and I was able to reproduce the problem on my system. I can confirm it's from bug 34088, since tweaking "installer/data/mysql/needs_update.pl" to not return an exit code of 1 fixed the problem. Now I can run "dpkg --configure koha-common" and it completes successfully. A workaround would be to do this: 1. vi /usr/share/koha/intranet/cgi-bin/installer/data/mysql/needs_update.pl 2. Perform the following change: -exit !Koha::Installer->needs_update; +Koha::Installer->needs_update; +exit; 3. dpkg --configure koha-common 4. apt-get install koha-common 5. Confirm that everything is fine now That should get your system back into a healthy state, while we work on resolving the deeper problem... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.