what does this mean?
sudo yum updateLoading "installonlyn" pluginLoading "rhnplugin" pluginLoading "security" pluginSetting up Update ProcessSetting up repositoriesrhn-tools-rhel-x86_64-cli 100% |=========================| 1.2 kB 00:00 rhel-x86_64-client-workst 100% |=========================| 1.4 kB 00:00 rhel-x86_64-client-5 100% |=========================| 1.4 kB 00:00 rhel-x86_64-client-supple 100% |=========================| 1.2 kB 00:00 Reading repository metadata in from local filesSkipping security plugin, no dataTraceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 102, in main result, resultmsgs = do() File "/usr/share/yum-cli/cli.py", line 359, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 150, in doCommand return base.updatePkgs(extcmds) File "/usr/share/yum-cli/cli.py", line 641, in updatePkgs obsoleting_pkg = self.getPackageObject(obsoleting) File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 1462, in getPackageObject pkgs = self.pkgSack.searchPkgTuple(pkgtup) File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 68, in searchPkgTuple return self.searchNevra(name=n, arch=a, epoch=e, ver=v, rel=r) File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 231, in searchNevra return self._computeAggregateListResult("searchNevra", name, epoch, ver, rel, arch) File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 323, in _computeAggregateListResult sackResult = apply(method, args) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 544, in searchNevra returnList.append(self.pc(rep,self.db2class(x))) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 429, in db2class y.checksum = {'pkgid': 'YES','type': db.checksum_type, File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 97, in __getattr__ raise AttributeError, keyAttributeError: CHECKSUM_VALUE
1/22/2009 6:36:41 PM
sudo yum clean does nothing
1/22/2009 6:39:36 PM
format and reinstall
1/22/2009 6:41:31 PM
mother fucker i have already done that once today because there were all kinds of libraries missing left and right
[Edited on January 22, 2009 at 6:57 PM. Reason :
1/22/2009 6:43:10 PM
We've been having some problems with RHN this week with the release of 5.3. I'd personally recommend against upgrading till it's all straightened out. Did you re-install with 5.2 or 5.3?
sudo yum clean {headers | packages | metadata | dbcache | plugins | all}
1/22/2009 7:24:38 PM
so after a fresh install when you try to use yum you get errors?I take it youre installing RHEL 5.? 64bit?Before you do a yum update can you use any other options with yum? likeyum check-updateWhats your /etc/yum.yum.repos.d looks like? Are you using the default yum repos that came installed?When you do a yum clean, are you doing a "yum clean all" and whats it say after you do a yum clean all?also whats the output of this?rpm -qa | grep yum-metadata-parser
1/22/2009 7:31:36 PM
[Edited on January 22, 2009 at 10:06 PM. Reason :
1/22/2009 10:02:17 PM
the SUDO YUM CLEAN does nothing!!
1/22/2009 10:06:53 PM
1/22/2009 10:15:42 PM
just another example, i couldnt use wget because libssl.so was missingsince 99% of the time, people access this machine remotely, it starts at the command line, so when i tried startx, no good
1/22/2009 10:31:33 PM
Run this and paste the output into the thread:
for i in `rpm -qa | grep yum`; do echo $i; rpm -V $i; done
1/23/2009 2:32:59 PM
yum-3.2.8-9.el5yum-updatesd-0.9-2.el5yum-metadata-parser-1.1.2-2.el5yum-security-1.1.10-9.el5yum-rhn-plugin-0.5.3-6.el5looks like i may need to go back to the 3.0.....
[Edited on January 23, 2009 at 2:41 PM. Reason :
1/23/2009 2:40:21 PM
If you want to email me a sosreport from the system I'll take a look at it. PM me for my addy
1/23/2009 4:22:46 PM