Announcement

Collapse
No announcement yet.

Upgrade issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Upgrade issues

    Today I decided to upgrade to Gutsy Gibbon. Big misstake. I get the following error:

    Code:
    zeppelin@airwalk:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    4 not fully installed or removed.
    Need to get 0B of archives.
    After unpacking 0B of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    Setting up acpid (1.0.4-5ubuntu8) ...
     * Loading ACPI modules...                        [ OK ]
     * Starting ACPI services...                          invoke-rc.d: initscript acpid, action "start" failed.
    dpkg: error processing acpid (--configure):
     subprocess post-installation script returned error exit status 1
    dpkg: dependency problems prevent configuration of acpi-support:
     acpi-support depends on acpid (>= 1.0.4-1ubuntu4); however:
     Package acpid is not configured yet.
    dpkg: error processing acpi-support (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of powermanagement-interface:
     powermanagement-interface depends on acpi-support (>= 0.17); however:
     Package acpi-support is not configured yet.
    dpkg: error processing powermanagement-interface (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of kubuntu-desktop:
     kubuntu-desktop depends on acpi-support; however:
     Package acpi-support is not configured yet.
     kubuntu-desktop depends on acpid; however:
     Package acpid is not configured yet.
     kubuntu-desktop depends on powermanagement-interface; however:
     Package powermanagement-interface is not configured yet.
    dpkg: error processing kubuntu-desktop (--configure):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     acpid
     acpi-support
     powermanagement-interface
     kubuntu-desktop
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Clues, anyone?

    #2
    Re: Upgrade issues

    Well, first question is: Upgrading from what version? You can only upgrade to Gutsy from Feisty.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Upgrade issues

      Originally posted by Snowhog
      Well, first question is: Upgrading from what version? You can only upgrade to Gutsy from Feisty.
      From Feisty.

      Comment


        #4
        Re: Upgrade issues

        Follow these upgrade instructions exactly:
        Upgrading from 7.04 (Feisty)
        Pay attention to Step 4, substeps 3 and 4.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Upgrade issues

          Originally posted by Snowhog
          Follow these upgrade instructions exactly:
          Upgrading from 7.04 (Feisty)
          Pay attention to Step 4, substeps 3 and 4.
          I tried but things seems to have gotten even more ****ed up. Now I can only press Fetch Updates (gives me a lot of Gutsy packages) and the Full Upgrade button is disabled.

          Comment


            #6
            Re: Upgrade issues

            Is your system functioning normally other than for Adept? Assuming that it is, which one would expect - the upgrade didn't even begin - you are still running a Feisty installation. If I were in your shoes, this is what I would do. BUT, THIS IS WHAT I WOULD DO. IF YOU AREN'T COMFORTABLE WITH WHAT I'M ABOUT TO DESCRIBE, THEN DON'T DO IT.

            The following from a console:
            Check the /etc/apt directory for a backup copy of your sources.list
            Code:
            ls -l /etc/apt/sources.*
            If one exists, I'd look at it to ensure that it references Feisty and not Gutsy.
            Code:
            cat /etc/apt/sources.extensioname
            If it does, I'd rename the sources.list file to sources.list_BAD and copy the backup file to sources.list
            Code:
            sudo mv /etc/apt/sources.list /etc/apt/sources.list_BAD
            sudo cp /etc/apt/sources.extensionname /etc/apt/sources.list
            I would then clean out the package cache - get rid off all downloaded packages.
            Code:
            sudo apt-get clean
            I would then force an update to the cache.
            Code:
            sudo apt-get update
            I would then perform a normal shutdown/restart of my system. Once rebooted and back on the desktop, I'd open Adept Manager and click on Fetch Updates and install the identified packages.

            That said and done, and assuming nothing goes wrong, I'd again perform a normal shutdown/restart. Again, once back on the desktop, THEN I would follow the Feisty to Gutsy upgrade instructions TO THE LETTER.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Upgrade issues

              OK, so I tried what you "suggested" but the Adept Manager don't show me any "Version Upgrade" button.

              But thank you for taking your time.

              Comment

              Working...
              X