OK, fellas, here's the deal...
Please note this is on RHEL6.4, not Fedora, but really, how much difference is there? ;)
I've tried yum clean all, I've deleted the __db files, rpm --rebuilddb, etc. I also deleted a few of the other files in /var/lib/rpm to no avail (I backed them all up and restored them).
What am I missing? I'm sure it's simple, but it's 4 in the morning :sleep:
Here's the error I get after yum lists a great deal of my installed packages:
Thanks in advance, fellas!
- I can yum update.
- I can yum install.
- I can't yum list.
Please note this is on RHEL6.4, not Fedora, but really, how much difference is there? ;)
I've tried yum clean all, I've deleted the __db files, rpm --rebuilddb, etc. I also deleted a few of the other files in /var/lib/rpm to no avail (I backed them all up and restored them).
What am I missing? I'm sure it's simple, but it's 4 in the morning :sleep:
Here's the error I get after yum lists a great deal of my installed packages:
Code:
pciutils.x86_64 3.1.10-2.el6 @rhel-x86_64-server-6
pciutils-libs.x86_64 3.1.10-2.el6 @rhel-x86_64-server-6
pcmciautils.x86_64 015-4.2.el6 @anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0
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 285, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 136, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 438, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 347, in doCommand
'=' : clir, 'not in' : clie})
File "/usr/share/yum-cli/output.py", line 671, in listPkgs
highlight=highlight, columns=columns)
File "/usr/share/yum-cli/output.py", line 527, in simpleList
print self.fmtColumns(columns, text_width=len)
File "/usr/share/yum-cli/output.py", line 514, in fmtColumns
return msg % tuple(data)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc6 in position 1: ordinal not in range(128)