Bug 18983 - After updating system via PackageKit error dialog appears with unspecified error
Summary: After updating system via PackageKit error dialog appears with unspecified error
Status: RESOLVED NOTOURBUG
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium minor
Assignee: Havoc Pennington
QA Contact: John (J5) Palmieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 10:29 UTC by Ian Saliba-Curtis
Modified: 2012-02-08 07:11 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Ian Saliba-Curtis 2008-12-09 10:29:47 UTC
Original problem was dbus error "Failed to reset client" and could not update system from Inet. This was fixed by editing
/etc/dbus-1/system.d/org.freedesktop.PackageKit.conf and setting
<allow send_interface="org.freedesktop.PackageKit.Transaction"/>

I also edited /etc/dbus-1/system.conf and commented out the line:
<allow send_requested_reply="true" send_type="method_return"/>
As per Linux Forum advice and bug fixes.

This allowed the PackageKit updater to function correctly and update the system but upon completion two dialog boxes appeared reporting an 'unspecified' error but failing to detail the error. The updates appear to have gone in correctly.
Comment 1 Simon McVittie 2012-02-08 07:11:02 UTC
(In reply to comment #0)
> Original problem was dbus error "Failed to reset client" and could not update
> system from Inet. This was fixed by editing
> /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf and setting
> <allow send_interface="org.freedesktop.PackageKit.Transaction"/>

Not D-Bus' bug: if PackageKit doesn't allow everything it should allow, that's not our fault.
 
> I also edited /etc/dbus-1/system.conf and commented out the line:
> <allow send_requested_reply="true" send_type="method_return"/>
> As per Linux Forum advice and bug fixes.

Who told to do this? What justification did they give?

Making random edits to system.conf is not something we can support. If you break it (as you're likely to if you don't understand the implications in detail), you get to keep both pieces.

> This allowed the PackageKit updater to function correctly and update the system
> but upon completion two dialog boxes appeared reporting an 'unspecified' error
> but failing to detail the error. The updates appear to have gone in correctly.

I suspect that this is because commenting out that line meant that replies from PK saying "everything's OK" were disallowed - fallout from the above edit.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.