[Bug 964674] Re: update-manager fails to display an error message
Adam Conrad
adconrad at 0c3.net
Fri Oct 5 18:04:13 UTC 2012
Hello Sebastian, or anyone else affected,
Accepted update-manager into oneiric-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/update-
manager/1:0.152.25.13 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done. If it does not, change the
tag to verification-failed. In either case, details of your testing
will help us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: update-manager (Ubuntu Oneiric)
Status: In Progress => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/964674
Title:
update-manager fails to display an error message
Status in “update-manager” package in Ubuntu:
Fix Released
Status in “update-manager” source package in Oneiric:
Fix Committed
Status in “update-manager” source package in Precise:
In Progress
Bug description:
= Impact =
Users of update-manager will not receive an error message in the event
that there is an error but instead a Traceback from the error dialog
window. This isn't very helpful and prevents users from knowing what
went wrong.
= Test Case =
1) run 'update-manager -d' in a terminal
2) disconnect my network connection
3) click upgrade to 12.10
4) see release notes error message and click 'upgrade' again
You'll then receive the Traceback described below ending in
'RunTimeError: unable to get the value'.
For Oneiric to recreate this you'll need to disconnect your network
connection after viewing the release notes - otherwise you will see a
'could not donwload release notes' error.
= Original Description =
I tried updating Kubuntu 11.10 to 12.04 (beta) with
$ update-manager -d
but I did receive error in console:
authenticate 'precise.tar.gz' against 'precise.tar.gz.gpg'
extracting 'precise.tar.gz'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py", line 1099, in on_button_dist_upgrade_clicked
fetcher.run()
File "/usr/lib/python2.7/dist-packages/UpdateManager/Core/DistUpgradeFetcherCore.py", line 284, in run
_("The error message is '%s'.") % e.strerror)
File "/usr/lib/python2.7/dist-packages/UpdateManager/DistUpgradeFetcher.py", line 41, in error
return error(self.window_main, summary, message)
File "/usr/lib/python2.7/dist-packages/UpdateManager/Core/utils.py", line 404, in error
d.window.set_functions(Gdk.FUNC_MOVE)
RuntimeError: unable to get the value
I belive that line 284 DistUpgradeFetcherCore.py is error handling routine so probably root error did occured few lines earierl and stack trace was printed for bug in method for displaying errod dialog.
Running update-manager with sudo did help with this issue, but it failed later and prompted me to report a bug.
Using
$ do-release-upgrade -m desktop -d
gives same result as sudo update-manager
Wystąpił nierozwiązywalny problem podczas obliczania aktualizacji:
E:Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.
I did tried manually turning off any non standard repositories but it
did not help.
Please let me know if you need any aditional logs/configs.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/964674/+subscriptions
More information about the foundations-bugs
mailing list