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.
If I try running
sr3 command component/*something*locally it works fine.If I try with
sr3dremotely , it will register the include files in the logs and fail to run the command.I also tried with
start,stop,removeandrestartwith similar results.