I am attempting to update from Vivid but the update seems hung at 75% I can't tell what its doing as when I click on the program in the klipper it shows the window for the upgrade but the data in the window is the Firefox data for this web page. I hope my system didn't just get hosed. That is 75% of package installation.
Announcement
Collapse
No announcement yet.
Muon update seems to be stuck
Collapse
This topic is closed.
X
X
-
Muon update seems to be stuck
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu -
I thought I clicked on pre-installation. I must have clicked on software support by mistake and didn't notice.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
-
Upgrade failed!
How do I recover from a failed upgrade?Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by claydoh View PostIn a terminal (konsole or via ctrl-alt-f2 ):
sudo dpkg --configure -a
then
sudo apt-get -f installJust to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
steve7233@steve7233-EP45-UD3P:~$ sudo dpkg --cofigure -a
[sudo] password for steve7233:
dpkg: error: unknown option --cofigure
Type dpkg --help for help about installing and deinstalling packages[*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Options marked[*] produce a lot of output - pipe it through 'less' or 'more' !
steve7233@steve7233-EP45-UD3P:~$ sudo dpkg --configure -a
dpkg: error: dpkg status database is locked by another process
steve7233@steve7233-EP45-UD3P:~$Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I corrected that. Please read the entire message.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
It would be helpful to remove that extraneous and useless-for-the-problem output, to remove confusion (especially to those of us working at their day job while helping and are poor multitaskers ) And yes, I know it is evening for me, but it is still my 'day' job
If the upgrade tool window is still open, try cancelling it or closing it and try again. If it still does not work, try running 'apt-get update', which will give us a better error, by specifying where the 'lock' is so we can remove it and continue.
apt and dpkg use what is called a lock file, the presence of which keeps more than one instance of package management from running at the same time. If dpkg or apt hangs, or crashes or is forced to close, the lock file can be left behind, so we may have to look for it as it can be in a few different places depending on what is using this.
- Top
- Bottom
Comment
-
I tried sudo apt-get update and it downloded a bunch of stuff from Wily repos.
Here are the last two lines of the output:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
steve7233@steve7233-EP45-UD3P:~$
Could it be that I could reboot and it fixes?Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by steve7233 View PostI tried sudo apt-get update and it downloded a bunch of stuff from Wily repos.
Here are the last two lines of the output:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
steve7233@steve7233-EP45-UD3P:~$
Could it be that I could reboot and it fixes?
Code:sudo rm /var/lib/dpkg/lock
- Top
- Bottom
Comment
-
Ok something suggested to me that rebooting now might cause more pain. Good thing I waited and asked.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
I unlocked it and ran those two commands. It tells me to reboot now. So I will. I think the upgrade fixed but we will see.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
it should be. I am assuming that the first command ran a ton of package install and configuration, the second may have done nothing at all, but is used to make sure everything needed is installed, just in case something didn't .
- Top
- Bottom
Comment
-
"Sorry Ubuntu 15.10 has experienced an internal error" I sent in the error report. I think the upgrade was fixed. Getting an error on the first boot is rather dismal. I hope it was just a fluke but hopefully it sent the error report like I told it to.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
Comment