I've updated two of my systems from Kubuntu 15.10 to 16.04, entirely different specs. kubuntu-devel-release-upgrade crashed at exactly the same point on both systems. Could be a coincidence but just in case, thought anyone else going this route might appreciate a heads up.
kubuntu-devel-release-upgrade crashed while configuring MIME types.
I couldn't save the error message but something about "looping" or a "a loop" before the terminal kicked back to the command prompt (invoked the upgrade package from the terminal).
At that point, KDEINIT couldn't initialize and both systems essentially went black. As Hitchhiker's Guide says: Don't Panic. Here's what I did and what you can do if the same thing happens:
1.) Logout (if possible)
2.) CTRL+ALT+F1 (TTY)
3.) (Login) (Staying in TTY)
4.) sudo rm /var/lib/dpkg/lock (This will release the -false- lock kubuntu-devel-release-upgrade had.)
5.) sudo dpkg --configure -a (This will continue the installation.)
6.) sudo apt-get autoremove
7.) sudo apt dist-upgrade (normally nothing needs updating)
8.) sudo apt-get autoclean
9.) shutdown -r now
kubuntu-devel-release-upgrade crashed while configuring MIME types.
I couldn't save the error message but something about "looping" or a "a loop" before the terminal kicked back to the command prompt (invoked the upgrade package from the terminal).
At that point, KDEINIT couldn't initialize and both systems essentially went black. As Hitchhiker's Guide says: Don't Panic. Here's what I did and what you can do if the same thing happens:
1.) Logout (if possible)
2.) CTRL+ALT+F1 (TTY)
3.) (Login) (Staying in TTY)
4.) sudo rm /var/lib/dpkg/lock (This will release the -false- lock kubuntu-devel-release-upgrade had.)
5.) sudo dpkg --configure -a (This will continue the installation.)
6.) sudo apt-get autoremove
7.) sudo apt dist-upgrade (normally nothing needs updating)
8.) sudo apt-get autoclean
9.) shutdown -r now
Comment