Results 1 to 6 of 6

Thread: [SOLVED] Update manager Stalled... help!

  1. #1
    Join Date
    Oct 2007
    Location
    Sydney, Australia
    Beans
    6
    Distro
    Ubuntu 10.10 Maverick Meerkat

    [SOLVED] Update manager Stalled... help!

    Hi,

    I was just doing a routine update of all packages with the Update Manager and now I have a tricky situation where the installation of the updated packages has stalled/paused.
    The reason for this is because it updated my kernel to 2.6.24-18 and when it asked me if i wanted to replace my menu.lst file i selected something like "open in new shell..." (i can't quite remember exactly). But anyway, when i clicked that the window froze up and went that dark blackish sort of colour. I waited a while but it was not doing anything and it did not revive itself. So i forced it to quit.
    The problem now is that the update manager is waiting for feedback about the menu.lst file... but it cannot get it. So it has just hung.

    Here is the current output from the 'Installing Software' window:

    Preparing to replace linux-headers-generic 2.6.24.17.19 (using .../linux-headers-generic_2.6.24.18.20_i386.deb) ...
    Unpacking replacement linux-headers-generic ...
    Setting up linux-image-2.6.24-18-generic (2.6.24-18.32) ...
    Running depmod.
    update-initramfs: Generating /boot/initrd.img-2.6.24-18-generic
    Running postinst hook script /sbin/update-grub.
    Searching for GRUB installation directory ... found: /boot/grub
    Searching for default file ... found: /boot/grub/default
    Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
    Searching for splash image ... none found, skipping ...
    Found kernel: /boot/vmlinuz-2.6.24-18-generic
    Found kernel: /boot/vmlinuz-2.6.24-17-generic
    Found kernel: /boot/vmlinuz-2.6.24-16-generic
    Found kernel: /boot/vmlinuz-2.6.22-14-generic
    Found kernel: /boot/memtest86+.bin
    root@spoon-laptop:/#


    Does anyone know what I can do???

    I don't really want to have a heap of installed packages lying around the OS.

  2. #2
    Join Date
    Apr 2006
    Location
    Illinois, USA
    Beans
    1,283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Update manager Stalled... help!

    In the terminal, if you do a
    Code:
    sudo apt-get upgrade
    Do you get the same thing? Does it install any of the other packages that are waiting around?
    If I'm not being clear enough or giving you enough information, just ask

    "But woe to him who is alone when he falls, for he has no one to help him up."

    Smooth scrolling for GTK!

  3. #3
    Join Date
    Oct 2007
    Location
    Sydney, Australia
    Beans
    6
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Update manager Stalled... help!

    It essentially just says that it is locked and cannot be used because the update manager is already running.

    Here's a printscreen...


    thanks!

  4. #4
    Join Date
    Jan 2008
    Location
    Trafalmadore
    Beans
    948
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Update manager Stalled... help!

    You probably have to run sudo dpkg --configure -a in the terminal to get it running the upgrade again, then run the sudo apt-get update then
    sudo apt-get upgrade. you always have to run update for upgrade to work as far as I know the dpkg instructions may not be needed but they will not hurt anything.
    Last edited by Bubba64; June 4th, 2008 at 03:17 AM.

  5. #5
    Join Date
    Oct 2007
    Location
    Sydney, Australia
    Beans
    6
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Update manager Stalled... help!

    Thank you so much. That worked perfectly. sudo dpkg --configure -a got the update manager going again (after i shut it down). It's all working great!

    Thanks to both of you for your quick responses!

  6. #6
    Join Date
    Jan 2008
    Location
    Trafalmadore
    Beans
    948
    Distro
    Ubuntu 8.04 Hardy Heron

    Smile Re: Update manager Stalled... help!

    Quote Originally Posted by Spoonite View Post
    Thank you so much. That worked perfectly. sudo dpkg --configure -a got the update manager going again (after i shut it down). It's all working great!

    Thanks to both of you for your quick responses!
    That little bit of info will save your booty in many situation so make sure you save it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •