search for: mdcache

Displaying 3 results from an estimated 3 matches for "mdcache".

Did you mean: dcache
2006 Jan 26
1
Yum Python Errors
...Pkgs() File "/usr/share/yum-cli/cli.py", line 923, in updatePkgs self.doRepoSetup() File "/usr/share/yum-cli/cli.py", line 84, in doRepoSetup self.doSackSetup() File "__init__.py", line 143, in doSackSetup File "repos.py", line 211, in populateSack File "mdcache.py", line 103, in getPrimary File "mdcache.py", line 90, in _getGeneric File "mdcache.py", line 62, in _unpickle EOFError This occurred after 1st attempt to do a yum update yum, for a laptop install that I've just allowed onto the net. Same after rebooting. Cheers. Ce...
2005 Jul 21
1
Yum problem
...t;/usr/share/yum-cli/cli.py", line 932, in updatePkgs self.doRepoSetup() File "/usr/share/yum-cli/cli.py", line 89, in doRepoSetup self.doSackSetup() File "__init__.py", line 143, in doSackSetup File "repos.py", line 243, in populateSack File "mdcache.py", line 103, in getPrimary File "mdcache.py", line 90, in _getGeneric File "mdcache.py", line 62, in _unpickle EOFError -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050721/4...
2007 Apr 30
1
CentOS 5 single DVD for i386 and x86_64
...0 +0100 +++ minstage2/usr/lib/python2.4/site-packages/yum/yumRepo.py 2007-04-27 16:13:32.000000000 +0100 @@ -16,6 +16,8 @@ from yum import config from yum import misc +import rhpl + class YumPackageSack(packageSack.PackageSack): """imports/handles package objects from an mdcache dict object""" def __init__(self, packageClass): @@ -133,7 +135,8 @@ self.enablegroups = 0 self.groupsfilename = 'yumgroups.xml' # something some freaks might # eventually want - self.repoMDFile = &...