LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   yum update errors in Fedora 9 (https://www.linuxquestions.org/questions/linux-newbie-8/yum-update-errors-in-fedora-9-a-703232/)

maalamaal 02-08-2009 09:05 PM

yum update errors in Fedora 9
 
i am using fedora 9 and
after i did yum update and when updates are finished i get the following errors:

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

File "/usr/share/yum-cli/yummain.py", line 193, in main
return return_code
File "/usr/share/yum-cli/cli.py", line 432, in doTransaction
del testcb
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 790, in runTransaction
''' get all compatible arch packages in pkgSack'''
File "/usr/lib/python2.5/site-packages/yum/plugins.py", line 175, in run
modname)
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
'path %s' % LOCAL_PATH)
TypeError: More items found in D-Bus signature than in Python arguments
[root@localhost /]#

what do these errors mean and how do i resolve them?

jstephens84 02-10-2009 08:35 AM

can't be for sure but it looks like someone has mucked up a couple of lines in the binary installers that you are downloading. did this start happening or is this the first time you have ran yum?

maalamaal 02-13-2009 09:49 PM

i ma sure i did not muckup with the scripts but this happened in the very first instance

John VV 02-14-2009 01:43 AM

Quote:

after i did yum update and when updates are finished i get the following errors:
was this before or after you logged out and logged back in ( or rebooted)

did you by chance turn on the " rawhide" repo ( that is fedora 11 alpha)
if so turn it off
to see what in on and off run
--
yum repolist all
--
also try this
Code:

yum clean all
rpm --rebuilddb
yum update



All times are GMT -5. The time now is 12:13 AM.