Unable to upgrade to Jaunty beta

Asked by Alexander Zayats

I'm trying to upgrade 8.10 to Jaunty beta.
Doing it by starting "update-manager -d" but it just rescans meta information and says "Your system is up to date!" :(

Can anybody help with this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Zayats
Solved:
Last query:
Last reply:
Revision history for this message
FajardXorg (rehevoli) said :
#1

have you tried running "sudo update-manger -d"

hope it helps

Revision history for this message
peter (peter-neuweiler) said :
#2

Do the following:

1: Go to www.ubuntu.com
2: Click Download the Beta now
3: Upgrading from Ubuntu 8.10
To upgrade from Ubuntu 8.10 on a desktop system, press Alt+F2 and type in "update-manager -d" (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '9.04' is available. Click Upgrade and follow the on-screen instructions.

Hope it helps.
Peter

Revision history for this message
Alexander Zayats (z4y4ts) said :
#3

As I said, I've tried to use "update-manager -d" with no luck.
Sudo doesn't help either. And it shouldn't make big difference, actually.

Revision history for this message
peter (peter-neuweiler) said :
#4

Hope you will get a wise answer.
Peter

Revision history for this message
tekrei (tekrei) said :
#5

Using "sudo update-manager -d" should work. It will tell "Your system is up to date!" but on the up a button shall appear showing 9.04 update. Check images from http://www.ubuntugeek.com/upgrade-ubuntu-810-intrepid-ibex-to-ubuntu-904-jaunty-jackalope-beta.html

Revision history for this message
Alexander Zayats (z4y4ts) said :
#6

Well, Tahir, it should but it doesn't. If you read my messages you could see that.

Revision history for this message
Alexander Zayats (z4y4ts) said :
#7

Ok. I've found the solution.
Somewhat in the both directories ~/.update-manager-core and /var/lib/update-manager/ was old metainfo without information about Jaunty.

So I deleted both of them
> sudo rm -rf /var/lib/update-manager/
> rm -rf .update-manager-core

And now everything works as expected :)