Upgraded today from FC9 and install process went well. System up and running mostly same as before. Found my system was running on the nv video driver instead of the nvidia driver I had been running previously. Tried to get it back to normal by following the instructions in this thread:
http://forums.fedoraforum.org/showth...d.php?t=204752 and found I have problems with yum. Confirmed by trying to run the Add/Remove Software GUI frontend.
I get this error in the Add/Remove Software module:
Error Type: <type 'exceptions.AttributeError'>
Error Value: 'NoneType' object has no attribute 'repoData'
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2202, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2199, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 599, in dispatcher
self.dispatch_command(args[0], args[1:])
File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 566, in dispatch_command
self.search_name(options, searchterms)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 337, in search_name
self._do_search(searchlist, filters, key)
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 306, in _do_search
for (pkg, inst) in res:
File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 1634, in searchGenerator
for sack in self.pkgSack.sacks.values():
File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 592, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 435, in _getSacks
self.repos.populateSack(which=repos)
File : /usr/lib/python2.5/site-packages/yum/repos.py, line 251, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 160, in populate
if self._check_db_version(repo, mydbtype):
File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 217, in _check_db_version
return repo._check_db_version(mdtype)
File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 1120, in _check_db_version
if repoXML.repoData.has_key(mdtype):
Error is similar to this when trying to run any command involving yum from the command line.
How can I use wget to get the yum packages and re-install them?
Thanks,
sb