Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

  1. #11
    Join Date
    May 2011
    Beans
    2

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Quote Originally Posted by DribbleCastle View Post
    I know its a been over a year now but I was wondering if you ever got around this problem? I have several servers that are having the same problem. I'm stuck on 8.10, the initially installed OS, but I want to upgrade to 10.04. Any help would be great. Thanks.
    I just encountered this problem myself and I think I found the solution (upgrading as I write here; no guarantee it will finish, will update later). You can download the distribution upgrade tarball, untar it, and run an upgrade command manually. I'm going 8.10 to 9.04 (and then trying to move on after that).

    I did all the steps described here: https://help.ubuntu.com/community/EOLUpgrades

    And then here: https://help.ubuntu.com/community/EOLUpgrades/Intrepid

    And got stuck at "do-release-upgrade" with the same errors:

    Failed Upgrade tool signature
    Failed Upgrade tool

    What I found was this:

    http://ubuntuforums.org/showthread.php?t=1159312

    Where a manual upgrade is described.

    Basically you run these commands from some temporary directory.

    Code:
    wget http://old-releases.ubuntu.com/ubuntu/dists/jaunty/main/dist-upgrader-all/current/jaunty.tar.gz
    
    tar xzvf jaunty.tar.gz
    gksu "./dist-upgrade.py --frontend=DistUpgradeViewGtk"
    And that'll get you going with the gtk interface. I'm writing this as it downloads the upgrade packages so I don't know for sure that it will complete yet, but it looks like it's working fine. I wasn't getting anywhere with update-manager or the command line version.

    Notice I left out the gpg signature check. That's because it fails. This may be a security issue; I'm not sure. It seems likely it's the cause of the problem we're experiencing with the automatic upgrade though.

    I did find this thread that suggests adding a trusted key:

    http://ubuntuforums.org/showthread.php?t=285904

    Maybe that will "fix it" so you can just run the update normally.

    And this: http://www.google.ca/search?hl=en&so...&aqi=&aql=&oq=

    Another suggestion is to just delete your gpg keys and reinstall them: http://techpad.co.uk/content.php?sid=84
    Last edited by walter23; May 28th, 2011 at 05:27 AM.

  2. #12
    Join Date
    Jan 2011
    Location
    Portland, OR
    Beans
    2,254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Quote Originally Posted by walter23 View Post
    I just encountered this problem myself and I think I found the solution (upgrading as I write here; no guarantee it will finish, will update later). ...
    I can see doing this and enjoying the technical challenge of it all.

    But this amount of work is orders of magnitude more effort than a clean install or a separate '/' and '/home' install.

    Is there a benefit I am missing?

    Just wondering...

    The Hedge

    Look at all those flashing lights! I'll take one!

    The Ubuntu Forums - our little Global Village

  3. #13
    Join Date
    May 2011
    Beans
    2

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Quote Originally Posted by Hedgehog1 View Post

    Is there a benefit I am missing?
    I'm using relatively old hardware, I can't find my USB stick, and I don't have any blank CDs. Maybe that's not the best reason to go this route, but it is what it is.
    Last edited by walter23; May 28th, 2011 at 09:10 AM.

  4. #14
    Join Date
    Jan 2011
    Location
    Portland, OR
    Beans
    2,254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Quote Originally Posted by walter23 View Post
    I'm using relatively old hardware, I can't find my USB stick, and I don't have any blank CDs. Maybe that's not the best reason to go this route, but it is what it is.
    Works for me - you are using available materials; gotcha!
    Look at all those flashing lights! I'll take one!

    The Ubuntu Forums - our little Global Village

  5. #15
    Join Date
    Mar 2009
    Location
    Oslo, Norway
    Beans
    5
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Question Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Hi guys...

    Sorry to disturb the harmony here, but i have a server on a remote site that should have been upgraded ages ago...or a year at least.

    Obviously the GTK trick won't work for me.

    It's now running 8.10 Intrepid, which i understand must (or should) be upgraded to 9.04 Jaunty

    I included the old-releases lines in sources.list

    deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
    deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
    deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

    That made it possible to update&upgrade the system.

    However, issuing:

    sudo do-release-upgrade

    still only yields:

    Checking for a new ubuntu release
    Failed Upgrade tool signature
    Failed Upgrade tool
    Done downloading
    extracting 'jaunty.tar.gz'
    Failed to extract
    Extracting the upgrade failed. There may be a problem with the network or with the server.

    I seems the signature for the upgrade tool cannot be verified (or something like that), I have also used:

    apt-get install ubuntu-keyring

    which works ok, the keyring is installed, but still the same error...

    Anyone?

  6. #16
    Join Date
    Sep 2011
    Beans
    3

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    Quote Originally Posted by mariuxx View Post
    Hi guys...

    Sorry to disturb the harmony here, but i have a server on a remote site that should have been upgraded ages ago...or a year at least.

    Obviously the GTK trick won't work for me.

    It's now running 8.10 Intrepid, which i understand must (or should) be upgraded to 9.04 Jaunty

    I included the old-releases lines in sources.list

    deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
    deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
    deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse

    That made it possible to update&upgrade the system.

    However, issuing:

    sudo do-release-upgrade

    still only yields:

    Checking for a new ubuntu release
    Failed Upgrade tool signature
    Failed Upgrade tool
    Done downloading
    extracting 'jaunty.tar.gz'
    Failed to extract
    Extracting the upgrade failed. There may be a problem with the network or with the server.

    I seems the signature for the upgrade tool cannot be verified (or something like that), I have also used:

    apt-get install ubuntu-keyring

    which works ok, the keyring is installed, but still the same error...

    Anyone?
    Walter23 (post #11) worked for me, I was having the same issues as you.

  7. #17
    Join Date
    Nov 2011
    Beans
    1

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    I'm also stuck on 8.10 but after playing around a little I know have the look of 9.04, yet my lbs_release -r states I'm on 8.10 still.

    Using Kubuntu and a returning linux user but I've forgotten most of it.

    Also as much as it would be tons and millions and even lightyears better, faster, stronger to do a fresh install, I can't do that. I simply _need_ this to work via upgrade methods.

    Does anyone have anything that will work?

  8. #18
    MountainX's Avatar
    MountainX is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Jan 2008
    Location
    A place with no mountains
    Beans
    1,610
    Distro
    Kubuntu

    Re: Upgrade 8.10 intrepid to 9.04 jaunty with update manager fails

    try this:
    http://serverfault.com/questions/278...epid-to-jaunty

    I'm in the process of using these steps from the link above:
    I think the problem can be solved in a much simpler fashion without having to use another machine. Here is what I did:
    Copied the old (incorrect) file from http://changelogs.ubuntu.com/meta-release to a local file (say) /etc/meta-release.rvg I modified /etc/meta-release.rvg so that "archive" was replaced by "old-releases"
    Modified /etc/update-manager/meta-release so that it pointed to my local file rather than the incorrect URI on the ubuntu site - here is what it looked like after my change:
    [METARELEASE]
    URI = file:///etc/meta-release.rvg
    URI_LTS = http://changelogs.ubuntu.com/meta-release-lts
    URI_UNSTABLE_POSTFIX = -development
    URI_PROPOSED_POSTFIX = -proposed
    I then ran do-release-upgrade and everything worked like a charm
    Regards,
    Rajendra Gokhale
    It got me past this error:
    Code:
    root@server1:/# do-release-upgrade
    Checking for a new ubuntu release
    Failed Upgrade tool signature
    Failed Upgrade tool
    Done downloading
    extracting 'jaunty.tar.gz'
    Failed to extract
    Extracting the upgrade failed. There may be a problem with the network or with the server.
    The next challenge will be to complete the upgrade from Jaunty to Karmic... (and yes, I also have good reasons for doing the stepwise upgrades rather than a fresh install).

    In the future, I'll keep my servers on LTS releases only. ;)
    Desktop: KX Studio (Kubuntu 12.04)
    Laptop & Netbook: Kubuntu 12.04
    Tablet: Samsung Galaxy Tab 10.1
    Phone: Nexus 4 Cyanogenmod

Page 2 of 2 FirstFirst 12

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
  •