On Fri, Jul 17, 2015 at 9:58 AM, Pat Riehecky <[email protected]> wrote: > What is the output of: > > yum repolist > > Pat > > On 07/16/2015 11:33 AM, Krach Bumm wrote: >> >> Hi, >> >> one of my systems(sl6.6) is showing the following output on "yum >> --security update": >> >>> [root@host pluginconf.d]# yum --security check-update >>> Geladene Plugins: security >>> Limiting package lists to security relevant ones >>> An update notice is broken, or duplicate, skipping: SLBA-2013:1751-1 >>> An update notice is broken, or duplicate, skipping: SLBA-2014:1672-1 (snip)
I'm seeing similar messages on my SL 6 box. Turns out if I disable both sl6x-fastbugs and softwarecollections, those messages do not show up at all. When I disable one of them at a time: $ sudo yum --disablerepo=softwarecollections --security check-update Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * sl6x: ftp1.scientificlinux.org * sl6x-fastbugs: ftp1.scientificlinux.org * sl6x-security: ftp1.scientificlinux.org sl6x-fastbugs | 2.9 kB 00:00 sl6x-fastbugs/primary_db | 662 kB 00:01 Limiting package lists to security relevant ones An update notice is broken, or duplicate, skipping: SLBA-2013:1746-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1747-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1748-2 An update notice is broken, or duplicate, skipping: SLBA-2013:1749-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1750-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1751-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1758-1 An update notice is broken, or duplicate, skipping: SLBA-2013:1768-1 No packages needed for security; 0 packages available $ sudo yum --disablerepo=sl6x-fastbugs --security check-updateLoaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * sl6x: ftp1.scientificlinux.org * sl6x-security: ftp1.scientificlinux.org * softwarecollections: ftp1.scientificlinux.org softwarecollections | 2.9 kB 00:00 softwarecollections/primary_db | 1.1 MB 00:03 Limiting package lists to security relevant ones An update notice is broken, or duplicate, skipping: SLBA-2013:1239-1 An update notice is broken, or duplicate, skipping: SLBA-2014:0621-1 No packages needed for security; 0 packages available Wonder if this is related to the repodata files? Some duplicate entries in updateinfo? By the way I did run 'yum clean all'. Akemi
