You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try running sr3 command component/*something* locally it works fine.
sr3 status sender/*translation*
status:
Component/Config Processes Connection Lag Rates
State Run Retry msg data Que LagMax LagAvg Last %rej pubsub messages RxData TxData
----- --- ----- --- ---- --- ------ ------ ---- ---- ------ -------- ------ ------
sender/to_translation_dev stop 0/0 0 0% 0% 0 0.00s 0.00s 0 0.0% 0B/s 0m/s 0B/s 0B/s
If I try with sr3d remotely , it will register the include files in the logs and fail to run the command.
sr3d status sender/*translation*
node01: status:
node01: 2024-12-04 16:44:55,443 2286528 [ERROR] root status ['sender/regional_to_translation.inc', 'sender/translation.inc'] configuration not found
I also tried with start, stop, remove and restart with similar results.
The text was updated successfully, but these errors were encountered:
A workaround is to use quotes sr3d status 'sender/*translation*', or cd into the sender directory first. Otherwise, bash expands the glob instead of passing it to sr3.
If I try running
sr3 command component/*something*
locally it works fine.If I try with
sr3d
remotely , it will register the include files in the logs and fail to run the command.I also tried with
start
,stop
,remove
andrestart
with similar results.The text was updated successfully, but these errors were encountered: