dtorkin

Untitled

Apr 22nd, 2025 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./svm_app
  2. [sudo] пароль для dtorkin:
  3. SVM Multi-Port Server starting...
  4. SVM: Loading configuration...
  5. Configuration parsed successfully from 'config.ini'.
  6. Found configurations for 4 SVM instances in file.
  7. --- Effective Configuration ---
  8. interface_type = ethernet
  9. UVM Target: 192.168.189.129 # <-- ЗАМЕНИТЬ :8080
  10. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  11. Simulate Control Failure: No
  12. Disconnect After: -1 messages
  13. Simulate Response Timeout: No
  14. Send Warning on Confirm: No (TKS: 1)
  15. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  16. Simulate Control Failure: No
  17. Disconnect After: -1 messages
  18. Simulate Response Timeout: No
  19. Send Warning on Confirm: No (TKS: 1)
  20. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  21. Simulate Control Failure: No
  22. Disconnect After: -1 messages
  23. Simulate Response Timeout: No
  24. Send Warning on Confirm: No (TKS: 1)
  25. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  26. Simulate Control Failure: No
  27. Disconnect After: 5 messages
  28. Simulate Response Timeout: No
  29. Send Warning on Confirm: No (TKS: 1)
  30. -----------------------------
  31. SVM: Will attempt to start 4 instances based on config.
  32. Thread-safe QueuedMessage queue created with capacity 400
  33. SVM: Listener thread 0 initiated for Port 8080 (LAK 0x08).
  34. SVM: Listener thread 1 initiated for Port 8081 (LAK 0x09).
  35. SVM: Listener thread 2 initiated for Port 8082 (LAK 0x0A).
  36. SVM: Listener thread 3 initiated for Port 8083 (LAK 0x0B).
  37. Ethernet: Listening on port 8080 (handle: 3)
  38. Listener thread started for SVM ID 0 (LAK 0x08, Port 8080, Listen FD 3)
  39. Listener (SVM 0): Waiting for connection on port 8080...
  40. Ethernet: Listening on port 8081 (handle: 4)
  41. SVM: Starting common threads (Timer, Sender)...
  42. Ethernet: Listening on port 8083 (handle: 7)
  43. Listener thread started for SVM ID 3 (LAK 0x0B, Port 8083, Listen FD 7)
  44. Listener (SVM 3): Waiting for connection on port 8083...
  45. Ethernet: Listening on port 8082 (handle: 5)
  46. Listener thread started for SVM ID 2 (LAK 0x0A, Port 8082, Listen FD 5)
  47. Listener (SVM 2): Waiting for connection on port 8082...
  48. SVM Sender thread started (reads global outgoing queue).
  49. Listener thread started for SVM ID 1 (LAK 0x09, Port 8081, Listen FD 4)
  50. Listener (SVM 1): Waiting for connection on port 8081...
  51. SVM Timer thread started.
  52. SVM: All common threads started. 4 listeners active. Running...
  53. SVM Main: Waiting for shutdown signal...
  54.  
  55. ЗДЕСЬ Я ВКЛЮЧИЛ УВМ, ОН ВЫВЕЛ ВСЁ ЧТО НИЖЕ И ВЫКЛЮЧИЛСЯ.
  56.  
  57. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./uvm_app
  58. DEBUG UVM: No mode argument provided. Using default DR.
  59. DEBUG UVM: Effective RadarMode selected: 129
  60. UVM: Загрузка конфигурации...
  61. Configuration parsed successfully from 'config.ini'.
  62. Found configurations for 4 SVM instances in file.
  63. --- Effective Configuration ---
  64. interface_type = ethernet
  65. UVM Target: 192.168.189.129 #:8080
  66. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  67. Simulate Control Failure: No
  68. Disconnect After: -1 messages
  69. Simulate Response Timeout: No
  70. Send Warning on Confirm: No (TKS: 1)
  71. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  72. Simulate Control Failure: No
  73. Disconnect After: -1 messages
  74. Simulate Response Timeout: No
  75. Send Warning on Confirm: No (TKS: 1)
  76. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  77. Simulate Control Failure: No
  78. Disconnect After: -1 messages
  79. Simulate Response Timeout: No
  80. Send Warning on Confirm: No (TKS: 1)
  81. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  82. Simulate Control Failure: No
  83. Disconnect After: 5 messages
  84. Simulate Response Timeout: No
  85. Send Warning on Confirm: No (TKS: 1)
  86. -----------------------------
  87. UVM: Found 4 SVM configurations in config file.
  88. Thread-safe UVM request queue created with capacity 50
  89. Thread-safe UVM Response queue created with capacity 200
  90. UVM: Connecting to SVMs...
  91. DEBUG UVM: IP before loop: 192.168.189.129 #
  92. UVM: Attempting to connect to SVM ID 0 (IP: 192.168.189.129 #, Port: 8080)...
  93. DEBUG UVM: Preparing to create interface for SVM 0 with IP=192.168.189.129 #, Port=8080
  94. ethernet_connect: Invalid server address format: 192.168.189.129 #
  95. UVM: Failed to connect to SVM ID 0 (IP: 192.168.189.129 #, Port: 8080).
  96. Ethernet Interface destroyed.
  97. UVM: Attempting to connect to SVM ID 1 (IP: 192.168.189.129 #, Port: 8081)...
  98. DEBUG UVM: Preparing to create interface for SVM 1 with IP=192.168.189.129 #, Port=8081
  99. ethernet_connect: Invalid server address format: 192.168.189.129 #
  100. UVM: Failed to connect to SVM ID 1 (IP: 192.168.189.129 #, Port: 8081).
  101. Ethernet Interface destroyed.
  102. UVM: Attempting to connect to SVM ID 2 (IP: 192.168.189.129 #, Port: 8082)...
  103. DEBUG UVM: Preparing to create interface for SVM 2 with IP=192.168.189.129 #, Port=8082
  104. ethernet_connect: Invalid server address format: 192.168.189.129 #
  105. UVM: Failed to connect to SVM ID 2 (IP: 192.168.189.129 #, Port: 8082).
  106. Ethernet Interface destroyed.
  107. UVM: Attempting to connect to SVM ID 3 (IP: 192.168.189.129 #, Port: 8083)...
  108. DEBUG UVM: Preparing to create interface for SVM 3 with IP=192.168.189.129 #, Port=8083
  109. ethernet_connect: Invalid server address format: 192.168.189.129 #
  110. UVM: Failed to connect to SVM ID 3 (IP: 192.168.189.129 #, Port: 8083).
  111. Ethernet Interface destroyed.
  112. UVM: Failed to connect to any SVM. Exiting.
  113. Thread-safe UVM request queue destroyed
  114. Thread-safe UVM Response queue destroyed
  115. UVM: Очистка завершена.
  116.  
Advertisement
Add Comment
Please, Sign In to add comment