Bug 426709
| Summary: | Unhandled exception; TBaa979ac4 priorities.py:88:exclude_hook:AttributeError: 'NoneType' object has no attribute 'samearch' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kurt Albright <kurt> | ||||||
| Component: | pirut | Assignee: | Jeremy Katz <katzj> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 8 | CC: | barrybham, dwilcox.byu, icab, james.antill, jmlecl, thomas_law, wmahoney7 | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-12-26 18:52:28 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Kurt Albright
2007-12-24 18:50:21 UTC
I have exactly the same bug; it's crippling because I want to be able to install software. My stack trace is exactly the same, except on the "conduit:" line, where the number is 0x1113f80 instead. Anyway, thanks to the Fedora people that have made such a good OS (ignoring this bug). Same except for conduit: <yum.plugins.MainPluginConduit instance at 0x909c34c> Created attachment 290375 [details]
Bug Report Log-File
This Error occur while Piriut was looking for Updates.
I have the same error as well. This same error. Yum is working, KYum is owrking, Yum Extender is working, but
pirut give this:
Component: pirut
Summary: TBaa979ac4 priorities.py:88:exclude_hook:AttributeError: 'NoneType'
object has no attribute 'samearch'
Traceback (most recent call last):
File "/usr/sbin/pirut", line 483, in <module>
main()
File "/usr/sbin/pirut", line 479, in main
pm.run()
File "/usr/sbin/pirut", line 407, in run
self.doRefresh()
File "/usr/sbin/pirut", line 423, in doRefresh
self.doRefreshRepos(self._onlyrepo)
File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 339, in
doRefreshRepos
self.reposSetup(pbar, thisrepo)
File "/usr/lib/python2.5/site-packages/pirut/__init__.py", line 303, in reposSetup
self.doTsSetup()
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 72, in doTsSetup
return self._getTs()
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 85, in _getTs
self._getTsInfo()
File "/usr/lib/python2.5/site-packages/yum/depsolve.py", line 91, in _getTsInfo
self._tsInfo.setDatabases(self.rpmdb, self.pkgSack)
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 529, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 396, in _getSacks
self.plugins.run('exclude')
File "/usr/lib/python2.5/site-packages/yum/plugins.py", line 169, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/priorities.py", line 88, in exclude_hook
if opts.samearch:
AttributeError: 'NoneType' object has no attribute 'samearch'
Local variables in innermost frame:
conduit: <yum.plugins.MainPluginConduit instance at 0x9f1be4c>
commands: None
opts: None
Exact same bug except for address in conduit: Local variables in innermost frame: conduit: <yum.plugins.MainPluginConduit instance at 0x1116638> commands: None opts: None I became aware of this because of a popup warning that the system was not receiving updates, and that I should check my network connection or enable software updates. All other package install/update utils working (yum, kyum, synaptic, apt). Same error for me too except for the number of instance. Yum seems to work fine from the command line. Created attachment 290408 [details]
PACKAGE MANAGER stop after a minutes with the same bug.
Same problem & error with the number of instance as follow: <yum.plugins.MainPluginConduit instance at 0x10ec368> The yum-priorities plugin is making assumptions about having a CLI parser available which isn't the case when using pirut and friends. *** This bug has been marked as a duplicate of 421961 *** |