Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1161937 - [abrt] yumex: plugins.py:555:registerCommand:ConfigError: Registrierung von Befehlen nicht unterstützt
Summary: [abrt] yumex: plugins.py:555:registerCommand:ConfigError: Registrierung von B...
Keywords:
Status: CLOSED DUPLICATE of bug 1161987
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:da75d7d45d677bd4d4401e43b74...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-09 14:55 UTC by Heiko Adams
Modified: 2014-11-11 15:47 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-11 15:47:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.90 KB, text/plain)
2014-11-09 14:55 UTC, Heiko Adams
no flags Details
File: dso_list (63 bytes, text/plain)
2014-11-09 14:55 UTC, Heiko Adams
no flags Details
File: environ (282 bytes, text/plain)
2014-11-09 14:55 UTC, Heiko Adams
no flags Details

Description Heiko Adams 2014-11-09 14:55:39 UTC
Version-Release number of selected component:
yumex-3.0.16-1.fc20

Additional info:
reporter:       libreport-2.2.3
cmdline:        /usr/bin/python -E /usr/share/yumex/yum_childtask.py 2 True False /etc/yum.conf
executable:     /usr/share/yumex/yum_childtask.py
kernel:         3.16.7-200.fc20.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
plugins.py:555:registerCommand:ConfigError: Registrierung von Befehlen nicht unterstützt

Traceback (most recent call last):
  File "/usr/share/yumex/yum_childtask.py", line 63, in <module>
    my = YumServer(debuglevel, plugins, offline, repos, yum_conf)
  File "/usr/lib/python2.7/site-packages/yumexbackend/yum_server.py", line 207, in __init__
    self.yumbase # init the YumBase attribute
  File "/usr/lib/python2.7/site-packages/yumexbackend/yum_server.py", line 231, in yumbase
    yumbase.repos.setProgressBar(self.dnlCallback)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1078, in <lambda>
    repos = property(fget=lambda self: self._getRepos(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 694, in _getRepos
    self.conf # touch the config class first
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1086, in <lambda>
    conf = property(fget=lambda self: self._getConfig(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 382, in _getConfig
    startupconf.pluginconfpath,disabled_plugins,enabled_plugins)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 638, in doPluginSetup
    plugin_types, confpath, disabled_plugins, enabled_plugins)
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 166, in __init__
    self.run('config')
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 188, in run
    func(conduitcls(self, self.base, conf, **kwargs))
  File "/usr/lib/yum-plugins/copr.py", line 45, in config_hook
    conduit.registerCommand(CoprCommand())
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 555, in registerCommand
    raise Errors.ConfigError(_('registration of commands not supported'))
ConfigError: Registrierung von Befehlen nicht unterstützt

Local variables in innermost frame:
self: <yum.plugins.ConfigPluginConduit instance at 0x2d5aef0>
command: <copr.CoprCommand instance at 0x2d5acb0>

Comment 1 Heiko Adams 2014-11-09 14:55:44 UTC
Created attachment 955481 [details]
File: backtrace

Comment 2 Heiko Adams 2014-11-09 14:55:45 UTC
Created attachment 955482 [details]
File: dso_list

Comment 3 Heiko Adams 2014-11-09 14:55:46 UTC
Created attachment 955483 [details]
File: environ

Comment 4 Heiko Adams 2014-11-10 21:29:16 UTC
It looks like yum-plugin-copr is the source of this issue

Comment 5 Tim Lauridsen 2014-11-11 15:47:41 UTC
yes it is

*** This bug has been marked as a duplicate of bug 1161987 ***


Note You need to log in before you can comment on or make changes to this bug.