Re: [CentOS] yum repo issue

2017-09-30 Thread John R Pierce
On 9/30/2017 3:09 AM, Stijn De Weirdt wrote: in case someone else runs into it, it is the opfed-scripts rpm that has a postinstall and postuninstall script that changes the yum.conf (bad, mellanox, bad) i hate the side effects of hacks like that. -- john r pierce, recycling bits in santa cru

Re: [CentOS] yum repo issue

2017-09-30 Thread Stijn De Weirdt
hi all, in case someone else runs into it, it is the opfed-scripts rpm that has a postinstall and postuninstall script that changes the yum.conf (bad, mellanox, bad) for a pure/regular uninstall it works fine, but to swap ibutils from mlnxofed to ib stack from os, yum obviously doesn't know that

Re: [CentOS] yum repo issue

2017-09-30 Thread Stijn De Weirdt
hi johnny, >> anyone any hints how to debug this or some clues what could be going >> wrong here. > > Do you have an exclude in /etc/yum.conf for ibutils-libs? how embarassing. there was indeed an exclude on ibutils-libs. (this must be some leftover from using mlnx ofed. we are switching from c7

Re: [CentOS] yum repo issue

2017-09-29 Thread Johnny Hughes
On 09/29/2017 02:54 PM, Stijn De Weirdt wrote: > hi all, > > i'm trying to understand an issue i'm having with a yum repo (it's a > mirror of the c74 repo). > > there's an rpm in the repo (ibutils-libs in this case); but the client > using this repo says it cannot find this rpm (i did yum info >

[CentOS] yum repo issue

2017-09-29 Thread Stijn De Weirdt
hi all, i'm trying to understand an issue i'm having with a yum repo (it's a mirror of the c74 repo). there's an rpm in the repo (ibutils-libs in this case); but the client using this repo says it cannot find this rpm (i did yum info ibutils-libs --disablerepo=* --enablerepo=c74 to exclude all ot