Comment 4 for bug 149203

Revision history for this message
Saurabh Rindani (saurabh-prl) wrote :

As written earlier, I had a problem with upgrade from 7.04 to 7.10 using update-manager because of not enough free space. After that I could not get update-manager to give me the option to upgrade to 7.10.

I have the following further information:

I found that I could get update-manager (in feisty) to show the option to upgrade, after copying the correct meta-release file (obtained from changelogs.ubuntu.com) under

.update-manager-core/

and

/var/lib/update-manager/

(I had to be careful that the network proxy setting was correct -- setting network proxy for direct connection instead of the correct server ip address led to these files being replaced by html error messages).

However, on clicking on the upgrade button, the upgrade fails, and update-manager hangs. If I had used update-manager -c from a terminal, the message is:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/UpdateManager/UpdateManager.py", line 914, in on_button_dist_upgrade_clicked
    fetcher.run()
  File "/usr/lib/python2.5/site-packages/UpdateManager/Core/DistUpgradeFetcherCore.py", line 153, in run
    if not self.showReleaseNotes():
  File "/usr/lib/python2.5/site-packages/UpdateManager/DistUpgradeFetcher.py", line 79, in showReleaseNotes
    release_notes = urllib2.urlopen(uri)
  File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen
    return _opener.open(url, data)
  File "/usr/lib/python2.5/urllib2.py", line 366, in open
    protocol = req.get_type()
  File "/usr/lib/python2.5/urllib2.py", line 241, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type:
Traceback (most recent call last):
  File "/usr/bin/update-manager", line 91, in <module>
    app.main(options)
  File "/usr/lib/python2.5/site-packages/UpdateManager/UpdateManager.py", line 1017, in main
    gtk.main()
KeyboardInterrupt