On Sat, 2005-02-05 at 06:54 -0800, Tom London wrote: > Got the following..... any easy way to 'refresh' filelists.xml.gz? > > tom > > [tbl@tlondon Downloads]$ python ./repoclosure.py development > Not running as root, might not be able to import all of cache > Reading in repository metadata - please wait.... > Traceback (most recent call last): > File "./repoclosure.py", line 124, in ? > main(repos) > File "./repoclosure.py", line 77, in main > my.repos.populateSack(with='filelists') > File "repos.py", line 215, in populateSack > File "repos.py", line 649, in getFileListsXML > File "repos.py", line 607, in _retrieveMD > yum.Errors.RepoError: Caching enabled and local cache: > //var/cache/yum/development/filelists.xml.gz does not match checksum > [tbl@tlondon Downloads]$ like I said in the initial message: The only other thing you might want to do is either: 1. run repoclosure.py as root 2. run yum makecache as root with the repositories you want to use enabled. thanks, -sv