Bug 18216 - Add Remove software error
Summary: Add Remove software error
Status: RESOLVED INVALID
Alias: None
Product: PackageKit
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 20:54 UTC by Chris Partezana
Modified: 2008-12-15 00:56 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Chris Partezana 2008-10-24 20:54:16 UTC
Error Type: <type 'exceptions.TypeError'>
Error Value: rpmdb open failed
  File : /usr/share/PackageKit/helpers/yum/get-repo-list.py , line 17, in <module>
    backend = PackageKitYumBackend(sys.argv[2:])
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 242, in __init__
    self._setup_yum()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1556, in _setup_yum
    self.yumbase.doConfigSetup(errorlevel=0,debuglevel=0)     # Setup Yum Config
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 134, in doConfigSetup
    errorlevel=errorlevel)
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 182, in _getConfig
    self._conf = config.readMainConfig(startupconf)
  File : /usr/lib/python2.5/site-packages/yum/config.py , line 732, in readMainConfig
    yumvars['releasever'] = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File : /usr/lib/python2.5/site-packages/yum/config.py , line 802, in _getsysver
    idx = ts.dbMatch('provides', distroverpkg)
Comment 1 Steve 2008-11-22 16:26:55 UTC
Error Type: <type 'exceptions.TypeError'>
Error Value: rpmdb open failed
  File : /usr/share/PackageKit/helpers/yum/refresh-cache.py , line 17, in <module>
    backend = PackageKitYumBackend(sys.argv[1:])
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 242, in __init__
    self._setup_yum()
  File : /usr/share/PackageKit/helpers/yum/yumBackend.py , line 1555, in _setup_yum
    self.yumbase.doConfigSetup(errorlevel=0,debuglevel=0)     # Setup Yum Config
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 139, in doConfigSetup
    errorlevel=errorlevel)
  File : /usr/lib/python2.5/site-packages/yum/__init__.py , line 191, in _getConfig
    self._conf = config.readMainConfig(startupconf)
  File : /usr/lib/python2.5/site-packages/yum/config.py , line 753, in readMainConfig
    yumvars['releasever'] = _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File : /usr/lib/python2.5/site-packages/yum/config.py , line 823, in _getsysver
    idx = ts.dbMatch('provides', distroverpkg)
Comment 2 Richard Hughes 2008-12-12 03:27:59 UTC
Does this happen with PackageKit 0.3.12?
Comment 3 Steve 2008-12-13 07:51:03 UTC
(In reply to comment #2)
> Does this happen with PackageKit 0.3.12?
> 

I've upgraded to Fedora Core 10, so can't troubleshoot further.  Sorry.


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.