[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2016-11-24 Thread martin
** Branch unlinked: lp:update-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/631328 Title: update-manager crashed with TypeError in _on_synaptic_exit() To manage notifications about this

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/631328 Title: update-manager crashed with TypeError in _on_synaptic_exit() To manage notifications about this bug go to:

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2011-01-28 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.142.22 --- update-manager (1:0.142.22) maverick-proposed; urgency=low [ Barry Warsaw ] * Add required details to .emit() call when running with synaptic as the backend (LP: #631328) [ Michael Vogt ] *

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2011-01-26 Thread Charlie Kravetz
Verified that update-manager no longer hangs. I installed Ubuntu 10.10 in VirtualBox, and ran updates. I then reproduced the original issue following the TestCase given. I then installed -proposed, installed the fixed update-manager, and ran test case again. The error no longer prints in terminal,

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/update-manager -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:update-manager -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Michael Vogt
** Changed in: update-manager (Ubuntu) Status: In Progress = Fix Committed ** Changed in: update-manager Status: In Progress = Fix Committed -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/update-manager/maverick -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Michael Vogt
** Description changed: + TEST CASE: + 1. use maverick + 2. remove aptdaemon + 3. open update-manager (in a terminal) and click on check + 4. verify that it hangs and shows a error on the terminal + 5. kill update-manager (e.g. ctrl-c) + 6. install the version from maverick-proposed + 7. repeat

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Martin Pitt
Accepted update-manager into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: update-manager

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.145.2 --- update-manager (1:0.145.2) natty; urgency=low [ Barry Warsaw ] * Add required details to .emit() call. (LP: #631328) [ Michael Vogt ] * debian/control: - add or-dependency for python-aptdaemon-gtk and drop

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-12 Thread Jean-Baptiste Lallement
** Tags added: mago -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Barry Warsaw
** Also affects: update-manager Importance: Undecided Status: New ** Changed in: update-manager Status: New = Confirmed ** Changed in: update-manager (Ubuntu) Importance: Undecided = High ** Changed in: update-manager Importance: Undecided = High ** Changed in:

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Barry Warsaw
** Changed in: update-manager Status: Confirmed = In Progress ** Changed in: update-manager (Ubuntu) Status: Confirmed = In Progress -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Barry Warsaw
** Branch linked: lp:~barry/update-manager/674101-traceback -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Jean-Baptiste Lallement
Barry, the second argument of the signal indicates whether the action is authorized or not. For the synaptic backend it must be True because synaptic must be run as root to perform the update and is always authorized. I can't think of a way to know if synaptic has been authorized or not to do the

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Barry Warsaw
Jean-Baptiste, Thanks! I found it surprisingly difficult to find any documentation about the semantics of that second argument. Do you have a reference for that? I just pushed an update with your suggested change. I'll start another PPA build and then test it in my Natty VM. If that works,

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Jean-Baptiste Lallement
Well, the only piece of reference documentation I'm aware of is ... the source code, thanks to the explicit naming of the arguments of the callback _on_backend_done in UpdateManager/UpdateManager.py Thanks for your help on this fix. -- update-manager crashed with TypeError in

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Barry Warsaw
/me sees the light bulb go on! Now I get it. Thanks. :) -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-11-11 Thread Noel J. Bergman
I confirm that the patch fixes the problem. -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-10-20 Thread Sjoerd Hemminga
Installing python-aptdaemon-gtk (and perhaps aptdaemon) works around this issue. It will use an aptdaemon backend, instead of the buggy Synaptics backend. -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-10-16 Thread Mathieu Marquer
** Changed in: update-manager (Ubuntu) Status: New = Confirmed -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-10-13 Thread Mike Holland
Workaround is to use the command-line instead. e.g. # apt-get update. -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-09-06 Thread Sjoerd Hemminga
** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/631328/+attachment/1548830/+files/Dependencies.txt ** Attachment added: ProcMaps.txt https://bugs.launchpad.net/bugs/631328/+attachment/1548831/+files/ProcMaps.txt ** Attachment added: ProcStatus.txt

[Bug 631328] Re: update-manager crashed with TypeError in _on_synaptic_exit()

2010-09-06 Thread Apport retracing service
** Tags removed: need-duplicate-check -- update-manager crashed with TypeError in _on_synaptic_exit() https://bugs.launchpad.net/bugs/631328 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list