| Summary: |
'Add/Remove Software' application error after installing FC10 |
| Product: |
PackageKit
|
Reporter: |
Martin Krcmar <martin.krcmar> |
| Component: |
backend-yum | Assignee: |
Richard Hughes <richard> |
| Status: |
RESOLVED
INVALID
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
I have just installed FC10 and after running 'Add/Remove Software' application for the first time I got the following error and was asked to post the bug message here, so here it is. Error Type: <class 'yum.Errors.RepoError'> Error Value: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2202, in <module> main() File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2198, in main backend = PackageKitYumBackend('', lock=True) File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 193, in __init__ if not self.comps.connect(): File : /usr/share/PackageKit/helpers/yum/yumComps.py, line 223, in connect self._make_database_tables() File : /usr/share/PackageKit/helpers/yum/yumComps.py, line 240, in _make_database_tables self.refresh() File : /usr/share/PackageKit/helpers/yum/yumComps.py, line 249, in refresh cats = self.yumbase.comps.categories File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 608, in <lambda> comps = property(fget=lambda self: self._getGroups(), File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 549, in _getGroups if not repo.ready(): File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 322, in ready return self.repoXML is not None File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 1277, in <lambda> repoXML = property(fget=lambda self: self._getRepoXML(), File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 1273, in _getRepoXML raise Errors.RepoError, msg