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 other repos). other rpms are ok to use, so nothing structural going wrong (i think) the repo sqlite.bz2 on the client (in /var/cache/yum/...) mentions the rpm (bunzip ...sqlite3.bz2; sqlite3 ...sqlite .dump |grep ibutils-libs), so i guess that one is ok. i downloaded the rpm from our repo and official mirror, same md5sum. the weird thing is that yum localinstall also fails:> [root at hyp101 tmp]# yum localinstall ibutils-libs-1.5.7-13.el7.x86_64.rpm > Loaded plugins: priorities, versionlock > Examining ibutils-libs-1.5.7-13.el7.x86_64.rpm: ibutils-libs-1.5.7-13.el7.x86_64 > Nothing to do > [root at hyp101 tmp]# rpm -q ibutils-libs > package ibutils-libs is not installedanyone any hints how to debug this or some clues what could be going wrong here. stijn
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 > ibutils-libs --disablerepo=* --enablerepo=c74 to exclude all other repos). > > other rpms are ok to use, so nothing structural going wrong (i think) > > > the repo sqlite.bz2 on the client (in /var/cache/yum/...) mentions the > rpm (bunzip ...sqlite3.bz2; sqlite3 ...sqlite .dump |grep ibutils-libs), > so i guess that one is ok. > > i downloaded the rpm from our repo and official mirror, same md5sum. > > the weird thing is that yum localinstall also fails: >> [root at hyp101 tmp]# yum localinstall ibutils-libs-1.5.7-13.el7.x86_64.rpm >> Loaded plugins: priorities, versionlock >> Examining ibutils-libs-1.5.7-13.el7.x86_64.rpm: ibutils-libs-1.5.7-13.el7.x86_64 >> Nothing to do >> [root at hyp101 tmp]# rpm -q ibutils-libs >> package ibutils-libs is not installed > > 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? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20170929/1d7f8498/attachment-0001.sig>
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 c73+mlnx ofed 3.4 to c74 stock ib (there's no mlnxofed3.4 for c74, and our old testbed has connectx2, so we can't use mlnxofed 4.1) ) never start debugging things on a friday evening i guess ;) thanks and sorry for the noise. stijn> > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >