I noticed that when I run "cobbler reposync", I get a message for two of the repositories that they are listed more than once:
# grep 'more than' /var/log/cobbler_reposync_2016-01-01.log received on stdout: Repository epel is listed more than once in the configuration received on stdout: Repository vmware-tools-collection is listed more than once in the configuration But AFAICT they are only listed once (see below). Also the sync appears to work properly. I'm just curious why the error appears; maybe I have a configuration error and I can't find it. # cat /etc/redhat-release Red Hat Enterprise Linux Workstation release 6.7 (Santiago) # rpm -q cobbler cobbler-2.6.5-9.1.noarch # cobbler repo report | grep epel Name : epel Mirror : http://mirrors.kernel.org/fedora-epel/6/x86_64/ # cobbler repo report | grep vmware Name : vmware-tools-collection Mirror : http://packages.vmware.com/tools/esx/latest/rhel6/x86_64 # grep '\[epel\]' /etc/yum.repos.d/* /etc/yum.repos.d/epel.repo:[epel] # yum repolist all Loaded plugins: changelog, merge-conf, product-id, refresh-packagekit, rhnplugin, security This system is receiving updates from RHN Classic or RHN Satellite. vmware-tools-collection | 951 B 00:00 vmware-tools-collection/primary | 17 kB 00:00 vmware-tools-collection 40/40 repo id repo name status InstallMedia Red Hat Enterprise Linux 6.3 disabled epel Extra Packages for Enterprise Linux 6 - x86_64 enabled: 11859 epel-debuginfo Extra Packages for Enterprise Linux 6 - x86_64 - Debug disabled epel-source Extra Packages for Enterprise Linux 6 - x86_64 - Source disabled epel-testing Extra Packages for Enterprise Linux 6 - Testing - x86_64 disabled epel-testing-debuginfo Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Debug disabled epel-testing-source Extra Packages for Enterprise Linux 6 - Testing - x86_64 - Source disabled local Red Hat Enterprise Linux 6Workstation - x86_64 - local rpms enabled: 31 rhel-source Red Hat Enterprise Linux 6Workstation - x86_64 - Source disabled rhel-source-beta Red Hat Enterprise Linux 6Workstation Beta - x86_64 - Source disabled rhel-x86_64-workstation-6 Red Hat Enterprise Linux Workstation (v. 6 for x86_64) enabled: 17729 rhel-x86_64-workstation-6-thirdparty-oracle-java Oracle Java for RHEL Workstation (v. 6 for x86_64) enabled: 317 rhel-x86_64-workstation-optional-6 RHEL Workstation Optional (v. 6 for x86_64) enabled: 7978 rhel-x86_64-workstation-supplementary-6 RHEL Workstation Supplementary (v. 6 for x86_64) enabled: 575 test Red Hat Enterprise Linux 6Workstation - x86_64 - test rpms disabled vmware-tools-collection vmware-tools-collection enabled: 40 repolist: 38529 -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Robert Jacobson [email protected] Lead System Admin Solar Dynamics Observatory (SDO) Bldg 14, E222 (301) 286-1591 _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
