| Summary: |
'yum.Errors.RepoError' when Add/Remove Software was launched (No InterNet connection to system) |
| Product: |
PackageKit
|
Reporter: |
Arvind <goifishing> |
| Component: |
backend-yum | Assignee: |
Richard Hughes <richard> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
major
|
|
|
| Priority: |
high
|
|
|
| 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.
Following ERROR was displayed when Add/Remove Software was launched in Fedora Core 10 LIVE (No InterNet connection to system) Version: gpk-application 0.3.9 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