Bug 447506
| Summary: | TypeError: More items found in D-Bus signature than in Python arguments | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> |
| Component: | PackageKit | Assignee: | Robin Norwood <robin.norwood> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | ffesti, james.antill, katzj, lmacken, mcepl, pmatilai, richard, tim.lauridsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-20 14:19:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
killing packagekitd before running yum upgrade seems to help *** This bug has been marked as a duplicate of 446441 *** Sorry, ignore the spam in comment #2 *** This bug has been marked as a duplicate of 446331 *** |
Description of problem: When running yum upgrade xulrun\* yum\* \*ackage\* I got this error: Total size: 64 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : xulrunner-debuginfo [ 1/10] Updating : yum-packagekit [ 2/10] Updating : PackageKit [ 3/10] Updating : PackageKit-libs [ 4/10] Updating : gnome-packagekit [ 5/10] Cleanup : yum-packagekit [ 6/10] Cleanup : PackageKit-libs [ 7/10] Cleanup : gnome-packagekit [ 8/10] Cleanup : xulrunner-debuginfo [ 9/10] Cleanup : PackageKit [10/10] ERROR:dbus.connection:Unable to set arguments () according to signature u's': <type 'exceptions.TypeError'>: More items found in D-Bus signature than in Python arguments Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 241, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 193, in main base.doTransaction() File "/usr/share/yum-cli/cli.py", line 432, in doTransaction self.runTransaction(cb=cb) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 796, in runTransaction self.plugins.run('posttrans') File "/usr/lib/python2.5/site-packages/yum/plugins.py", line 175, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/refresh-packagekit.py", line 37, in posttrans_hook packagekit_iface.StateHasChanged('posttrans') File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 597, in call_blocking message.append(signature=signature, *args) TypeError: More items found in D-Bus signature than in Python arguments Version-Release number of selected component (if applicable): yum-3.2.16-2.fc10.noarch How reproducible: tried once Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: