Bug 455401

Summary: "yum clean all" to fails with rhnplugin enabled
Product: Red Hat Enterprise Linux 5 Reporter: Kjetil T. Homme <kjetilho>
Component: yum-rhn-pluginAssignee: John Matthews <jmatthew>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.2   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-15 13:48:55 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:

Description Kjetil T. Homme 2008-07-15 12:10:49 UTC
Description of problem:
Local repositories are initialised twice when rhnplugin is enabled, which causes
yum clean all to fail.

Version-Release number of selected component (if applicable):
yum-rhn-plugin-0.5.3-6.el5_2.6

How reproducible:
Always (at least on this system)

Steps to Reproduce:
1. Add a local repo file to /etc/yum.repos.d
2. Run yum clean all
  
Actual results:
# yum clean all
Loading "security" plugin
Loading "rhnplugin" plugin

Repository munin_noarch is listed more than once in the configuration


Expected results:
# yum clean all
Loading "security" plugin
Loading "rhnplugin" plugin
Cleaning up Everything


Additional info:
Workaround: Change enabled to 0 in /etc/yum/pluginconf.d/rhnplugin.conf before
running yum clean.

Comment 1 John Matthews 2008-07-15 13:48:55 UTC

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