update-manager UI freezes if gconfd frobbed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Software Updater |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I originally wrote comments in https:/
My gconfd seemed to be broken for some reason (yet to be confirmed). As a result:
* update-manager couldn't talk to gconfd and essentially froze after clicking "Install Updates" (although only the UI froze, it was looping through an infinite-retry cycle in the background as the strace below demonstrates). The stderr output from update-manager on clicking update was:
Unhandled exception in thread started by <bound method InstallBackendS
Traceback (most recent call last):
File "/usr/lib/
if gconfclient.
glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://
* update-manager, when clicking "Check", couldn't elevate priviledges, most likely due to gconfd being stuck, and reported a misleading error message:
"Failed to run /usr/sbin/synaptic '--hide-
Wrong password."
the strace:
read(4, 0x8ac2868, 4096) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday(
poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}, {fd=8, events=POLLIN}, {fd=12, events=
gettimeofday(
Changed in update-manager: | |
status: | New → Confirmed |