perfsonar-user - RE: [perfsonar-user] TR: perfsonar on CentOS 7
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: SCHAER Frederic <>
- To: Andrew Lake <>, "" <>
- Subject: RE: [perfsonar-user] TR: perfsonar on CentOS 7
- Date: Tue, 19 Dec 2017 15:38:00 +0000
- Accept-language: fr-FR, en-US
- Ironport-phdr: 9a23:H3PetByTFKVuAVPXCy+O+j09IxM/srCxBDY+r6Qd0uoWK/ad9pjvdHbS+e9qxAeQG9mDsrQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPfglEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDkJOSMl8G/ZicJwgqBUoBO9qBNw2IPbep2ZOf5kc6/BYd8XR2xMVdtRWSxbBYO8apMCAfcfMOhas4TzqEcApga+Cwm2Guzg1yFHhmX33aImzu8sFg/G3BY+EN0TrnvUttT1O7sIXeCu0KbIzS/MYO1M2Trm9IfHbAoureuCXbJqaMfcz1QkGQ3CjlWVs4PlPjWV2/wMs2id8+pvS/ivi2g5pAFtvDSj3NkjhZTUho4NzlDE7j95z5g6Jd25U057fcSkH4FMtyGbMIt2RN4tTHt2tyY/zb0Gv4S3fDAOyJkh2hXRaOSHfpCV7h/tSuqdOyp0iXNndb6lmhq/9VasxvfhWsS701tGtjdJn9fSunwXyhDe68qKRuFg8kql2juDzQDe5v1cLUA6i6XWKIItz7s1m5cctUnMAzH6lUD2gaCIeEUr5u2l5ub5bbjlvZCRMpF4hRziPqktnMG0HP42PRIUX2eB/OSxzL3j8lP9QLVNlvA5jqjZsIrBJcsFv6K5GApV0po76xqmCDemzcgYkWMZI1NKZBKHlZLmN0vSL//mF/izmVqskC1zy/DHOL3uHInNI2DenLrvY7px8VNQxQsxwNxF+p5ZDq8NLOjuVkL+t9HUFho5PBa1w+bjBtV9zIQeWWeXD6+XKqPdr0KH6fw1I+mNeIAZoi39JOQl5/H0k3A5g0QQcrW30pQNcny4EO5mL12DYXXwmtcBDXsKvg0mQezyllKCSzBTZ221X6I6/D47EpuqDZrYRo+zmryMxyO7HpxNZmBaEVCAD23kd4SCW/cQdi2SOMlhnSIYVbS/UYMuywyhtBKpg4Zge8PS9jcVqtrH3dt4r7nakx0j3TFvScKQzzfJBytsk3kGXDgw1bo6vFdw0H+C17R1mfpVCYYV6v9UGE9uLZPGwfd9DdnoHx/ac82hSVC6T8+gDC1rCN893oldTVx6HoCZpTDq8hDiLaUYm7GRBZd8pqzG0nT8Pcd2jW3N1KAslXEtT8IJO3fw1f03zBTaG4OcyxbRrK2tb6lJhCM=
Hi Andrew, Ah ah ! got the reason : [root@perfsonar02 cassandra]# rpm -q --whatrequires perl-Sys-Statistics-Linux no package requires perl-Sys-Statistics-Linux [root@perfsonar02 cassandra]# rpm -q --whatrequires 'perl(Sys::Statistics::Linux)' nagios-grid-plugins-0.47-5.noarch libperfsonar-perl-4.0.2.1-1.el7.centos.noarch libperfsonar-perl-4.0.2.1-1.el7.centos.noarch libperfsonar-toolkit-perl-4.0.2.1-1.el7.centos.noarch perfsonar-toolkit-4.0.2-1.el7.centos.noarch [root@perfsonar02 cassandra]# rpm -q --whatprovides 'perl(Sys::Statistics::Linux)' nagios-grid-plugins-0.47-5.noarch perl-Sys-Statistics-Linux-0.59-3.el7.centos.80.647b22fb0bef337e0e05f56c9d1db28355869c5b.noarch
ð
Yum chose to install my RPM (Nagios grid plugins) over the , which happens to provide that lib because of the
rpm automatic dependencies resolution at compile time, even if that lib isn’t in the perl @INC path… I wasn’t even aware my RPM had those provides (provides AND requires at the same time??) . Damn… looks like a bug on me then ;) So indeed the toolkit requires the library (not the rpm, but I guess this is fine) which is provided by another package
which yum preferred for install :/ Thanks for updating the Esmond package :] (now I’m trying to fix Cassandra issues and Esmond absence… looks like others reported that issue already on this list) Fred De : Andrew Lake [mailto:]
On December 19, 2017 at 7:32:21 AM, SCHAER Frederic () wrote:
Sorry about that, the latest esmond RPMs were not resigned before uploading. This has been corrected and they are now uplaoded. May take some time for them to hit
all the mirrors, but signature has been updated.
The LSRegistrationDaemon requires libperfsonar-perl which in turn requires perl(Sys::Statistics::Linux). I went through the spec files and verified this is indeed
the case. I also went through the LSRegistrationDaemon source and verified there were no other references. I am not sure why it did not install for you, but I am not able to recreate at the moment. The RPM appears to be in our yum repos and signed accordingly.
I don't think we require any php stuff anywhere, either directly or indirectly. Not sure what you base install was so can’t speak to any other packages that might
be on there. I think you need perl-DBI because the LSRegistrationDaemon uses that to interact with a SQLite file through perl(DBD::SQLite), but you should not need any MySQL drivers since we do not use MySQL anywhere.
|
- [perfsonar-user] TR: perfsonar on CentOS 7, SCHAER Frederic, 12/19/2017
- Re: [perfsonar-user] TR: perfsonar on CentOS 7, Andrew Lake, 12/19/2017
- RE: [perfsonar-user] TR: perfsonar on CentOS 7, SCHAER Frederic, 12/19/2017
- Re: [perfsonar-user] TR: perfsonar on CentOS 7, Andrew Lake, 12/19/2017
Archive powered by MHonArc 2.6.19.