Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] yum install perfsonar-testpoint on RHEL 6.9

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] yum install perfsonar-testpoint on RHEL 6.9


Chronological Thread 
  • From: Mark Feit <>
  • To: Cas D'Angelo <>, perfsonar-user <>
  • Subject: Re: [perfsonar-user] yum install perfsonar-testpoint on RHEL 6.9
  • Date: Thu, 4 May 2017 14:18:07 +0000
  • Accept-language: en-US
  • Authentication-results: oit.gatech.edu; dkim=none (message not signed) header.d=none;oit.gatech.edu; dmarc=none action=none header.from=internet2.edu;
  • Ironport-phdr: 9a23:eMwN+h3mDbR7VXrZsmDT+DRfVm0co7zxezQtwd8ZseMSKPad9pjvdHbS+e9qxAeQG96KtbQa0aGK7ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhTexe7J/IAu5oQjetsQdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LpwRRT2lCkIKSI28GDPisxxkq1bpg6hpwdiyILQeY2ZKeZycr/Ycd4cWGFPXNteVzZZD428cYUBEvYBM+hboYnzpVQOrAexCga3Cez11jNIg2X70bEm3+kjFwzNwQwuH8gJsHTRtNj7M70dUfq2zKLVzTvMcfJW2Svg44XPdxAhr++DXbNsccfKyEkvER/FgUuKqYzjITyVyvoBv3KF4OV9SOKikmgqoBxyrDi33soglJPGip4Ixl3B6Cl13Zs5KNi2SEN0fdKoDJ5duiOEOIZ5Qs4vRmRltDgmxrEYoZK3YTQGxZc9yxLBaPGLaZaE7x3nWeqLPDt0mW9pdbSijBio60eg0PfzVsys3VZKsCVFlt7Mu2gV2RHP7caLVuVx8l6/1DmNygzf8+ZELlsqmqbBLJ4h36IwmYEUsUTeGC/5hV/6jLeMdkUj5uin9fjoYqnnpp+bMY94kAb+Mrkymsy7BuQ4NQsOU3KH9uS70b3v5Uz5QLNUgf0qiqTVrorVKdgGqqO8HgNZz5sv5hOxDzqpzNgUgXwKIVBbdx+Ij4XkPlTDLO7kAfuhm1islS1kx/HCPr3vGJXNKX3Dna/kfbZz9UFcyRYzwMte55JSFrEOPujzWknvu9zEEBM1KRK7zPv6CNllzIMRRXqPArOFMKPVqVKI/vwgI/OCZI8Ovzb9LeIq5+T3gX8kgl8SY7Op0IATaHC5BfRmP16ZbWT2jtcAF2cKohQxTPbsiFKcTT5feWy+ULwh6TEmW8qaCtLoT5vlrPOo2ii2GpoeMmtPERaAGHHneoGDc/ANdGSdK9NsmTxCWLS8HctpzRy0uhT9zbN9a/fP9zdQ4YruztZu4Ovaj1Qv7jFuJ8Wbz2yXSWxoxCUFSyJgj45lpkko716Z0uBWjv1EXYhW6f5ITi87M4LR1ep3F4q0Vw7cKITaAG26S8mrVGliBuk6xMUDNgMkQ42v
  • Spamdiagnosticoutput: 1:0

Cas D'Angelo writes:

I upgraded a RHEL 6.9 testpoint today using "yum install perfsonar-testpoint" and it seems to have broken sudo. 

$ sudo pwd
sudo: >>> /etc/sudoers.d/pscheduler-tool-paris-traceroute: Alias `PSCHEDULER_TOOL_PARIS_TRACEROUTE' already defined near line 4 <<<
sudo: >>> /etc/sudoers.d/pscheduler-tool-ping: Alias `PSCHEDULER_TOOL_PING' already defined near line 4 <<<
sudo: >>> /etc/sudoers.d/pscheduler-tool-traceroute: Alias `PSCHEDULER_TOOL_TRACEROUTE' already defined near line 4 <<<
sudo: parse error in /etc/sudoers.d/pscheduler-tool-paris-traceroute near line 4
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin

The very first version of the pscheduler-tool-ping package had a mistake that duplicated the PSCHEDULER_TOOL_TRACEROUTE alias and caused a problem like that.  However, it was a very short-lived mistake that predates even the first betas:  the code was put into Git on June 2, 2016 and the mistake was corrected the following day.

You should be able to clean this up by doing the following:

·         yum -y erase pscheduler-tool-ping pscheduler-tool-paris-traceroute

·         Verify that your YUM configuration points to the current production repo.

·         rm -f /etc/sudoers.d/pscheduler-tool-ping /etc/sudoers.d/pscheduler-tool-paris-traceroute

·         yum -y install pscheduler-bundle-full

Before doing that, I’d be interested to see what “rpm -qi pscheduler-tool-ping” and “rpm -qi pscheduler-tool-traceroute” have to say about the versions of those packages you have installed.

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page