OS: Ubuntu24 with pS testpoint installed
When issuing a psconfig remote add command, I receive the following errors:
/usr/lib/python3/dist-packages/psconfig/client/psconfig/base_node.py:694: SyntaxWarning: invalid escape sequence '['
val = re.sub('^[','', val)
/usr/lib/python3/dist-packages/psconfig/client/psconfig/base_node.py:695: SyntaxWarning: invalid escape sequence ']'
val = re.sub(']$','', val)
/usr/lib/python3/dist-packages/psconfig/client/utils.py:114: SyntaxWarning: invalid escape sequence '-'
pattern = re.compile('([0-9a-zA-Z-]+)$')
When issuing a psconfig stats pscheduler command, I receive the following errors:
/usr/lib/perfsonar/psconfig/bin/commands/stats:16: SyntaxWarning: invalid escape sequence '?'
'If a ? is given then a list of installed agents will be displayed. Note: ? is a shell wildcard so you may need to escape it with ?.')
/usr/lib/python3/dist-packages/psconfig/utilities/metrics.py:141: SyntaxWarning: invalid escape sequence '.'
run_start_regex = re.compile(f'^(.+) INFO pid={stats.pid} prog=.+? line=.+? guid={stats.guid} msg=Running agent...$')
While the remote config does show up in the remote list, no jobs from that remote config ever run on my box.
OS: Ubuntu24 with pS testpoint installed
When issuing a psconfig remote add command, I receive the following errors:
/usr/lib/python3/dist-packages/psconfig/client/psconfig/base_node.py:694: SyntaxWarning: invalid escape sequence '['
val = re.sub('^[','', val)
/usr/lib/python3/dist-packages/psconfig/client/psconfig/base_node.py:695: SyntaxWarning: invalid escape sequence ']'
val = re.sub(']$','', val)
/usr/lib/python3/dist-packages/psconfig/client/utils.py:114: SyntaxWarning: invalid escape sequence '-'
pattern = re.compile('([0-9a-zA-Z-]+)$')
When issuing a psconfig stats pscheduler command, I receive the following errors:
/usr/lib/perfsonar/psconfig/bin/commands/stats:16: SyntaxWarning: invalid escape sequence '?'
'If a ? is given then a list of installed agents will be displayed. Note: ? is a shell wildcard so you may need to escape it with ?.')
/usr/lib/python3/dist-packages/psconfig/utilities/metrics.py:141: SyntaxWarning: invalid escape sequence '.'
run_start_regex = re.compile(f'^(.+) INFO pid={stats.pid} prog=.+? line=.+? guid={stats.guid} msg=Running agent...$')
While the remote config does show up in the remote list, no jobs from that remote config ever run on my box.