perfsonar-user - Re: [perfsonar-user] perfSONAR 5.0.5 Issues
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Fedorka, Shayne" <>
- To: "" <>
- Subject: Re: [perfsonar-user] perfSONAR 5.0.5 Issues
- Date: Wed, 11 Oct 2023 15:05:54 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nrel.gov; dmarc=pass action=none header.from=nrel.gov; dkim=pass header.d=nrel.gov; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=8gMqco4eAB2O4JTU4ZAE5NMiA9QQ7aLDmkjcwW5hhtI=; b=MvCkd9hgCms0cBy8dXHNLHLBNX3j3Zlbr2ZO370UxHHk6KmheN4NurzAeYcqVFITtOpMFq5oZ55VIYtLIkY838L229Va7xGUUM2fk4Rq6q5edwqfYGzUhTPHZQFodIpffUop1WmKEkDUgmzJ5W7L5JlWVKrDU7Me+/I6s+s0XGFVZ4f+tTcs9adg2tnAdMuGuEg/yOVjX0yUA3El/YrNcLPmdVDFUVfDeVrkJSRZM0MyVQRPhbFTlz11XTPKscZ3W5ZlJ/w3K5iGcpSVUnRjA4Nbp1aFHaR9EUmh9OmpnpBeluv2oKfq4BmhgVJ3fsJLfsj8huy72G00gDeV7plwZw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jzRPUTnth4ER64mmMV5OYjXVce2yva/VgoeyFz0aEV3I1f81ec6nZkQoAtSUYmQDLHZK2R0cLIfmpNQKCyu39rrRvywJbQ8Np7cU73aTuO1tvAvMIv4WDFGfh2WeL7bSrF5gpnq1Wgo11w6zKk0Xu6XQtdhVwmaFRFe/4i9vJbrOfV3bhW8LU0kvVO35123+9Ykuw7hYsK1iHv8wB89bCmuAu3zgz5Ty7SayS+j2IDKqcLHY4mbkQrmyfjqGvBRdWTC4P+TbLVgIi8X1P2GQvjx5eE3Wa5+VcVIEXBbavMrBa7Cy4Qf+u9JmcLdsoeV7f/4khOesghxmIe8RPX0W7A==
- Msip_labels: MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_Enabled=True;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_SiteId=a0f29d7e-28cd-4f54-8442-7885aee7c080;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_SetDate=2023-10-06T16:49:51.7454527Z;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_ContentBits=0;MSIP_Label_95965d95-ecc0-4720-b759-1f33c42ed7da_Method=Standard
Here’s an update on my 5.0.5 issues:
I resolved the ping and rtt issue by simply reinstalling the iputils-ping package. This is does not appear to be an issue on a clean install of Ubuntu 20.04 and perfSONAR 5.0.5 (I only noticed it on servers where I upgraded from 5.0.4).
A new issue – I’m unable to save changes on the host configuration web interface. On the clean 5.0.5 install I’m presented with the following error: “Error - Problem saving configuration: Problem saving NTP configuration.” On an upgraded 5.0.4 to 5.0.5 install I don’t get an error, the page just hangs.
From:
<> on behalf of "Fedorka, Shayne" <> CAUTION: This email originated from outside of NREL. Do not click links or open attachments unless you recognize the sender and know the content is safe.
I recently updated my Ubuntu 20.04 server to perfSONAR 5.0.5 and I’m still seeing the same issues with logstash authentication as in 5.0.4.
In addition to that, rtt tests are failing now. It’s acting as if I don’t have ping installed (even though it is).
flatirons-perf02-100g:~$ ping 192.174.57.10
Command 'ping' not found, but can be installed with:
sudo apt install iputils-ping # version 3:20190709-3, or sudo apt install inetutils-ping # version 2:1.9.4-11ubuntu0.2
- -
flatirons-perf02-100g:~$ pscheduler task rtt -d 192.174.57.10 Submitting task... Task URL: https://flatirons-perf02-100g/pscheduler/tasks/87a08bcc-d011-4485-b288-aa0d6d49b279 Running with tool 'ping' Fetching first run...
Next scheduled run: Starts 2023-10-06T16:25:23+00:00 (~3 seconds) Ends 2023-10-06T16:25:34+00:00 (~10 seconds) Waiting for result...
Run failed.
Limit system diagnostics for this run: Hints: requester: 127.0.0.1 server: 127.0.1.1 Identified as everybody, local-interfaces Classified as default, friendlies Application: Hosts we trust to do everything Group 1: Limit 'always' passed Group 1: Want all, 1/1 passed, 0/1 failed: PASS Application PASSES Passed one application. Stopping. Proposal meets limits Priority set at 0: Initial priority (Set to 0)
Error from flatirons-perf02-100g: FileNotFoundError: [Errno 2] No such file or directory: 'ping' Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pscheduler/program.py", line 182, in run_program process = __get_process(argv, new_env, attempts) File "/usr/lib/python3/dist-packages/pscheduler/program.py", line 174, in __get_process raise ex File "/usr/lib/python3/dist-packages/pscheduler/program.py", line 164, in __get_process return subprocess.Popen(argv, File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'ping'
Diagnostics from flatirons-perf02-100g: ping -n -c 5 -i 1.0 -W 1.0 192.174.57.10 ping 192.174.57.10
Command 'ping' not found, but can be installed with:
sudo apt install iputils-ping # version 3:20190709-3, or sudo apt install inetutils-ping # version 2:1.9.4-11ubuntu0.2
- -
flatirons-perf02-100g:~$ apt list --installed | grep ping
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
iputils-ping/focal,now 3:20190709-3 amd64 [installed,automatic] pscheduler-tool-halfping/perfsonar-release,now 5.0.5-1 all [installed,automatic] pscheduler-tool-owping/perfsonar-release,now 5.0.5-1 all [installed,automatic] pscheduler-tool-ping/perfsonar-release,now 5.0.5-1 all [installed,automatic] pscheduler-tool-tcpping/perfsonar-release,now 5.0.5-1 all [installed,automatic] pscheduler-tool-twping/perfsonar-release,now 5.0.5-1 all [installed,automatic] tcpping/perfsonar-release,now 0.1-1 all [installed,automatic]
-- Shayne Fedorka Network Engineer | Information Technology Services
National Renewable Energy Laboratory (NREL) 15013 Denver West Parkway | Golden, CO 80401 303-275-4870 |
- [perfsonar-user] perfSONAR 5.0.5 Issues, Fedorka, Shayne, 10/06/2023
- Re: [perfsonar-user] perfSONAR 5.0.5 Issues, Fedorka, Shayne, 10/11/2023
Archive powered by MHonArc 2.6.24.