perfsonar-user - [perfsonar-user] TR: perfsonar on CentOS 7
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: SCHAER Frederic <>
- To: "" <>
- Subject: [perfsonar-user] TR: perfsonar on CentOS 7
- Date: Tue, 19 Dec 2017 12:31:30 +0000
- Accept-language: fr-FR, en-US
- Ironport-phdr: 9a23:knJF9B+RqwFOBv9uRHKM819IXTAuvvDOBiVQ1KB20OgcTK2v8tzYMVDF4r011RmVBdyds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+54Dfbx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRh/2hikaKz43/mLZisJyg6JavB2uqAdyzJTIbIyRLvdyYr/Rcc4cSGFcXshRTStBAoakYoUSEecPP/pVoYbhqVATrRW+HxejC/7xxT9Sh3/5wbAx3uMvEQHcwgMvAswBsG7VrNrpLqsSSvy6zKnSwjrddfNbwivy55bSfRw7r/GMR6t9fMzMwkchEAPFi0+fqY3jPz6N1+QNtXSb4PR6VeKplWEntx99riKxycgxl4nEgJ8exFPc9Shh3Yo4K8O0RFRmbdOlEpZcrTyWOo9oTs84XW1kpiU3xqUbtZO1YiQG0okryh/dZvCdboSF5hHuWPyRLDtknH5ldqywihWu/UWlz+DxWc2530tUoidAktTDqH4N2ADW58WFVPRw/Vyu1DOR2w/O9u1JIkY5nrfBJZE72L4/jJ8TvFzDHiDonEX2i7ebdl4+9eip7eTnbLLmpp6aN4NtkQH+N7gumtSmDeQ/LwgOQ3KX9vqz1b3/5032Wq9GgeEonabDqpzaK94bqra4Aw9TzIkj9w6yAyqo3dgGh3ULMVNIdRCdg4T0P1zCPur0Aemhj1mviDtrwurJPrzlApXDNHjDl7LhcK5z605G1gU80M5Q54hVCr4dOv7zQVP+tNzCARAnKQy52ProB8tn2Y8EV2KPGLeVMLnOvl+Q+uIvP+6MaZcNuDnjMfgl6eXujXg/mVAHZ6mlxIYXaGumEfR8OEiZZXvsgswdEWcRoAYyVu3qiFueUTFNfXayWbwz5i0lBI68E4jMW52t0/S923LxBpBMaHtBDFmWVGrzep+sWvEQZTiUL9M71DEISPLpH5cszx+1swnz0f96NefO0iweqZ/50tVpvavemQxkphJuCMHI6EqtZkxO1k0SSjM7xqF06Rhz0FqP3LJ5iLpDHtxa6ulhWQozc5DGmb8pQ+vuUx7MK4/aAG2tRc+rVGk8
Hi, Sending this to PS users mailing list too.. Regards De : SCHAER Frederic
Hi Guys, I just tested a perfSONAR install on an Centos7 VM… I found 2 issues for now :
-
The repos are mixing RPMs with the testing key and the internet2 key #internet2 key [root@dev7252 ~]# rpm -qivp
http://software.internet2.edu/rpms/el7/x86_64/main/RPMS/bwctl-client-1.6.2-1.el7.centos.x86_64.rpm|grep Sig Signature : DSA/SHA1, Sun 16 Apr 2017 08:49:12 PM CEST, Key ID 868ddf2c9d7b9686 #testing key [root@dev7252 ~]# rpm -qivp
http://software.internet2.edu/rpms/el7/x86_64/main/RPMS/esmond-2.1.2.2-1.el7.centos.x86_64.rpm|grep Sig warning:
http://software.internet2.edu/rpms/el7/x86_64/main/RPMS/esmond-2.1.2.2-1.el7.centos.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 242b3ccc:
NOKEY Signature : RSA/SHA1, Thu 14 Dec 2017 10:15:27 PM CET, Key ID
4d14ed04242b3ccc I don’t think using “testing” rpms in non testing repos is a good practice, even if the install instructions on the website would not trigger this error as the perfSONAR repos RPM contains both
keys. After installing the testing key, the (rpm) install went ok.
-
Second issue, and that one is a bug : “yum install perfonsar-toolkit” will not install a working toolkit. there’s now a (new?) missing dependency on “perl-Sys-Statistics-Linux” The error I found in httpd/registration daemon and meshconfig agent if I remember correctly were like this : -- Unit perfsonar-lsregistrationdaemon.service has begun starting up. Dec 18 16:02:30 dev7252._my domain_ lsregistrationdaemon.pl[19945]: Can't locate Sys/Statistics/Linux.pm
in @INC (@INC contains: /usr/lib/perfsonar/bin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/li Dec 18 16:02:30 dev7252._my domain_ lsregistrationdaemon.pl[19945]: BEGIN failed--compilation
aborted at /usr/lib/perfsonar/bin/../lib/perfSONAR_PS/Utils/Host.pm line 33. Dec 18 16:02:30 dev7252._my domain_ lsregistrationdaemon.pl[19945]: Compilation failed
in require at /usr/lib/perfsonar/bin/../lib/perfSONAR_PS/LSRegistrationDaemon/Host.pm line 16. A yum install and systemctl restart later, things started ok. This is now my list of (previously) unspecified deps : 'libgomp','php','php-gd','php-xml','php-snmp','mysql','mysql-devel','perl-DBI','perl-DBD-MySQL',
'perl-Sys-Statistics-Linux' I think I can get rid of mysql and perl-dbd-mysql, but I’m not sure about the other php-* : I tried a yum remove on php-{gd,xml,snmp} and this did not trigger any other package removal which
I find dubious… Libgcomp is now a gcc dep, so I can safely remove it from my list. Regards Frederic |
- [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.