Cannot update openssh-server using yum
I have never been able to update openssh-server using yum
yum update openssh-server
It always breaks with the following errors...
File "/usr/bin/yum", line 29, in ?
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 309, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 178, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 349, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 201, in doCommand
return base.updatePkgs(extcmds)
File "/usr/share/yum-cli/cli.py", line 620, in updatePkgs
if not self.update(pattern=arg):
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 2865, in update
(e, m, u) = self.rpmdb.matchPackageNames([kwargs['pattern']])
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 224, in matchPackageNames
exactmatch.append(self.searchPkgTuple(pkgtup)[0])
IndexError: list index out of range
Anyone have any idea how to fix this?