Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Update manager error

  1. #1
    Join Date
    Apr 2008
    Beans
    137

    Update manager error

    I keep getting an error every time I install a program or a program updates. I think its something to do with the Kernal updating.

    Heres the error i get from update manager.

    E: linux-image-2.6.32-22-generic: subprocess installed post-installation script returned error exit status 127
    E: grub-pc: subprocess installed post-installation script returned error exit status 127
    E: linux-image-generic: dependency problems - leaving unconfigured
    E: linux-generic: dependency problems - leaving unconfigured
    heres a picture of the terminal also



    thanks in advanced for all help!!

    Daniel

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Update manager error

    Looks like you have broken packages. If I were you I would boot into recovery mode and select the option to repair broken packages.

    .

  3. #3
    Join Date
    Apr 2008
    Beans
    137

    Re: Update manager error

    ok i will try that but how do i access the recovery mode. I remember in older versions u pressed esc when it asked you to when its booting but i cant see that menu anymore...thanks for your input Sealbhach

  4. #4
    Join Date
    Apr 2008
    Location
    London
    Beans
    1,873
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Update manager error

    Quote Originally Posted by betterthanjordan79 View Post
    ok i will try that but how do i access the recovery mode. I remember in older versions u pressed esc when it asked you to when its booting but i cant see that menu anymore...thanks for your input Sealbhach
    That option will be in your Grub boot menu.

    .

  5. #5
    Join Date
    Aug 2006
    Location
    Göteborg, Sweden
    Beans
    317

    Re: Update manager error

    Hold down the right Shift-button as you start the computer - the menu is hidden by default, probably to save boot-up time. Well, hidden if you have only one OS, anyway.

  6. #6
    Join Date
    Apr 2008
    Beans
    137

    Re: Update manager error

    ok i tried this but it didnt fix anythin...anyone else have any ideas...

  7. #7
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Update manager error

    can you open up a terminal and type;

    Code:
    sudo dpkg --configure -a
    Last edited by mhgsys; May 13th, 2010 at 10:39 PM. Reason: sudo apt-get update had no use, because of the dpkg error
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  8. #8
    Join Date
    Apr 2008
    Beans
    137

    Re: Update manager error

    i got this error
    daniel@daniel-laptop:~$ sudo dpkg --configure -a
    Setting up grub-pc (1.98-1ubuntu6) ...
    /etc/default/grub: 1: x#: not found
    dpkg: error processing grub-pc (--configure):
    subprocess installed post-installation script returned error exit status 127
    Setting up linux-image-2.6.32-22-generic (2.6.32-22.33) ...
    Running depmod.
    update-initramfs: Generating /boot/initrd.img-2.6.32-22-generic
    Running postinst hook script /usr/sbin/update-grub.
    /etc/default/grub: 1: x#: not found
    User postinst hook script [/usr/sbin/update-grub] exited with value 127
    dpkg: error processing linux-image-2.6.32-22-generic (--configure):
    subprocess installed post-installation script returned error exit status 127
    dpkg: dependency problems prevent configuration of linux-image-generic:
    linux-image-generic depends on linux-image-2.6.32-22-generic; however:
    Package linux-image-2.6.32-22-generic is not configured yet.
    dpkg: error processing linux-image-generic (--configure):
    dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-generic:
    linux-generic depends on linux-image-generic (= 2.6.32.22.23); however:
    Package linux-image-generic is not configured yet.
    dpkg: error processing linux-generic (--configure):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    grub-pc
    linux-image-2.6.32-22-generic
    linux-image-generic
    linux-generic
    daniel@daniel-laptop:~$

  9. #9
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Update manager error

    open up a terminal type
    Code:
    gedit /etc/default/grub
    post output
    Last edited by mhgsys; May 13th, 2010 at 10:14 PM.
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  10. #10
    Join Date
    Apr 2008
    Beans
    137

    Re: Update manager error

    this opens
    x# If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.

    GRUB_DEFAULT=0
    GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=10
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"
    GRUB_CMDLINE_LINUX=" splash vga=769"

    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console

    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=1280x1024

    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true

    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_LINUX_RECOVERY="true"

    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"

Page 1 of 2 12 LastLast

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
  •