Announcement

Collapse
No announcement yet.

Problems and Error messages after upgrading to 12.10

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

    Problems and Error messages after upgrading to 12.10

    I had a bit of a drama upgrading from 12.40 to 12.10 when the upgrade froze at the point where I think it was trying to upgrade dropbox.

    Using dpkg --configure -a I was able to complete the upgrade but I know have a few small problems.
    1. I get the following error message: Failed to download http://nz.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...source/Sources 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...-i386/Packages 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...-i386/Packages 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...-i386/Packages 404 Not Found Failed to download http://nz.archive.ubuntu.com/ubuntu/...-i386/Packages 404 Not Found
    2. I also have the error message W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 082CCEDF94558F59
    3. When I use the update manager to check for software upgrades I get the message "No updates are available. Last checked 1 day and 21 hours ago" This seems strange as I last checked a few minutes ago.


    I suspect these issues are to do with the software repository settings, Can anyone guide me how to fix this? Many thanks in advance.
    Last edited by absolute beginner; Jan 11, 2013, 04:12 PM.

    #2
    It's always a good idea to disable PPA and third-party repositories before performing a version upgrade.

    The reason you're getting those error messages is because they're pointing to locations that no longer exist, because the Karmic Koala edition is discontinued. Please show the output of
    Code:
    cat /etc/apt/sources.list
    and
    Code:
    tail -n +1 /etc/apt/sources.list.d/*

    Comment


      #3
      Thanks Steve for the help.
      Here's the output.
      BTW what does PPA stand for?


      liam@liam-desktop:~$ cat /etc/apt/sources.list
      # deb cdrom:[Kubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.

      deb http://nz.archive.ubuntu.com/ubuntu/ quantal main restricted
      deb-src http://nz.archive.ubuntu.com/ubuntu/ quantal restricted main multiverse universe #Added by software-properties

      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
      deb-src http://nz.archive.ubuntu.com/ubuntu/ quantal-updates restricted main multiverse universe #Added by software-properties

      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team. Also, please note that software in universe WILL NOT receive any
      ## review or updates from the Ubuntu security team.
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal universe
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-updates universe

      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team, and may not be under a free licence. Please satisfy yourself as to
      ## your rights to use the software. Also, please note that software in
      ## multiverse WILL NOT receive any review or updates from the Ubuntu
      ## security team.
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal multiverse
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-updates multiverse

      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## N.B. software from this repository may not have been tested as
      ## extensively as that contained in the main release, although it includes
      ## newer versions of some applications which may provide useful features.
      ## Also, please note that software in backports WILL NOT receive any review
      ## or updates from the Ubuntu security team.
      deb http://nz.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      deb-src http://nz.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

      ## Uncomment the following two lines to add software from Canonical's
      ## 'partner' repository.
      ## This software is not part of Ubuntu, but is offered by Canonical and the
      ## respective vendors as a service to Ubuntu users.
      deb http://archive.canonical.com/ubuntu karmic partner
      deb-src http://archive.canonical.com/ubuntu karmic partner

      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-security main restricted
      deb-src http://nz.archive.ubuntu.com/ubuntu/ quantal-security restricted main multiverse universe #Added by software-properties
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-security universe
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-security multiverse
      deb http://repository.spotify.com stable non-free # disabled on upgrade to precise
      deb http://nz.archive.ubuntu.com/ubuntu/ quantal-backports restricted main multiverse universe
      deb-src http://nz.archive.ubuntu.com/ubuntu/ quantal-backports restricted main multiverse universe



      liam@liam-desktop:~$ tail -n +1 /etc/apt/sources.list.d/*
      ==> /etc/apt/sources.list.d/google-chrome.list <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      deb http://dl.google.com/linux/chrome/deb/ stable main

      ==> /etc/apt/sources.list.d/google-chrome.list.distUpgrade <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      # deb http://dl.google.com/linux/chrome/deb/ stable main

      ==> /etc/apt/sources.list.d/google-chrome.list.save <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      deb http://dl.google.com/linux/chrome/deb/ stable main

      ==> /etc/apt/sources.list.d/google-earth.list <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      deb http://dl.google.com/linux/earth/deb/ stable main

      ==> /etc/apt/sources.list.d/google-earth.list.distUpgrade <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      # deb http://dl.google.com/linux/earth/deb/ stable main

      ==> /etc/apt/sources.list.d/google-earth.list.save <==
      ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
      # You may comment out this entry, but any other modifications may be lost.
      deb http://dl.google.com/linux/earth/deb/ stable main

      Comment


        #4
        In your sources.list file, these lines:
        Code:
        deb http://nz.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
        deb-src http://nz.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
        have been superseded by these:
        Code:
        deb http://nz.archive.ubuntu.com/ubuntu/ quantal-backports restricted main multiverse universe
        deb-src http://nz.archive.ubuntu.com/ubuntu/ quantal-backports restricted main multiverse universe
        so you could, if you want, open the file in a text editor and remove the two that contain karmic-backports. It's a bit curious why the updater didn't automatically disable them.

        Furthermore, these lines:
        Code:
        deb http://archive.canonical.com/ubuntu karmic partner
        deb-src http://archive.canonical.com/ubuntu karmic partner
        should be modified. The word quantal should replace karmic.

        To edit the file, press Alt+F2, enter kdesudo kate /etc/apt/sources.list and make the suggested changes.

        You can ignore the error about the missing keyfile for the Spotify repository.

        "PPA" is an acronym for personal package archive. In addition to the official Ubuntu (and flavor) repositories, Ubuntu's Launchpad service hosts PPAs. PPAs are popular ways to obtain software updates outside the normal cycle, and also provide third-party developers a platform to compile and distribute their software.

        Comment


          #5
          Steve, many thanks for your help, much appreciated.

          Issue resolved and understood thanks.

          Awesome community of very smart people here.

          Comment


            #6
            Glad to be of service.

            Stick around, we're a friendly bunch. And let me know when you feel you're ready for a nickname change

            Comment

            Working...
            X