dtorkin

Untitled

Apr 20th, 2025 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ ./uvm_app
  2. UVM: Загрузка конфигурации...
  3. Configuration loaded successfully from 'config.ini'.
  4. Found configurations for 4 SVM instances.
  5. --- Effective Configuration ---
  6. interface_type = ethernet
  7. UVM Target: 192.168.189.129:8080
  8. SVM 0: Port=8080, LAK=0x08
  9. SVM 1: Port=8081, LAK=0x09
  10. SVM 2: Port=8082, LAK=0x0A
  11. SVM 3: Port=8083, LAK=0x0B
  12. -----------------------------
  13. UVM: Создание интерфейса типа 'ethernet'...
  14. Thread-safe UVM request queue created with capacity 50
  15. Thread-safe Message queue created with capacity 50
  16. UVM: Подключение к SVM через ethernet...
  17. ethernet_connect: Invalid server address: Success
  18. UVM: Ошибка подключения к SVM.
  19. UVM: Завершение работы и очистка ресурсов...
  20. Ethernet Interface destroyed.
  21. UVM: Интерфейс IO освобожден.
  22. Thread-safe UVM request queue destroyed
  23. Thread-safe Message queue destroyed
  24. UVM: Очистка завершена.
  25.  
  26.  
  27. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./start_svms.sh
  28. Starting 4 SVM instances...
  29. Starting SVM instance 0...
  30. SVM Instance ID: 0
  31. Message handlers initialized.
  32. SVM (ID 0): Loading configuration...
  33. Configuration loaded successfully from 'config.ini'.
  34. Found configurations for 4 SVM instances.
  35. --- Effective Configuration ---
  36. interface_type = ethernet
  37. UVM Target: 192.168.189.129:8080
  38. SVM 0: Port=8080, LAK=0x08
  39. SVM 1: Port=8081, LAK=0x09
  40. SVM 2: Port=8082, LAK=0x0A
  41. SVM 3: Port=8083, LAK=0x0B
  42. -----------------------------
  43. SVM: Creating IO interface type 'ethernet' for port 8080, LAK 0x08...
  44. Thread-safe Message queue created with capacity 100
  45. Thread-safe Message queue created with capacity 100
  46. SVM (LAK 0x08): Starting listener on port 8080...
  47. ethernet_listen: Bind failed: Address already in use
  48. Thread-safe Message queue destroyed
  49. Thread-safe Message queue destroyed
  50. Ethernet Interface destroyed.
  51. SVM (ID 0) finished.
  52. Starting SVM instance 1...
  53. SVM Instance ID: 1
  54. Message handlers initialized.
  55. SVM (ID 1): Loading configuration...
  56. Configuration loaded successfully from 'config.ini'.
  57. Found configurations for 4 SVM instances.
  58. --- Effective Configuration ---
  59. interface_type = ethernet
  60. UVM Target: 192.168.189.129:8080
  61. SVM 0: Port=8080, LAK=0x08
  62. SVM 1: Port=8081, LAK=0x09
  63. SVM 2: Port=8082, LAK=0x0A
  64. SVM 3: Port=8083, LAK=0x0B
  65. -----------------------------
  66. SVM: Creating IO interface type 'ethernet' for port 8081, LAK 0x09...
  67. Thread-safe Message queue created with capacity 100
  68. Thread-safe Message queue created with capacity 100
  69. SVM (LAK 0x09): Starting listener on port 8081...
  70. ethernet_listen: Bind failed: Address already in use
  71. Thread-safe Message queue destroyed
  72. Thread-safe Message queue destroyed
  73. Ethernet Interface destroyed.
  74. SVM (ID 1) finished.
  75. Starting SVM instance 2...
  76. SVM Instance ID: 2
  77. Message handlers initialized.
  78. SVM (ID 2): Loading configuration...
  79. Configuration loaded successfully from 'config.ini'.
  80. Found configurations for 4 SVM instances.
  81. --- Effective Configuration ---
  82. interface_type = ethernet
  83. UVM Target: 192.168.189.129:8080
  84. SVM 0: Port=8080, LAK=0x08
  85. SVM 1: Port=8081, LAK=0x09
  86. SVM 2: Port=8082, LAK=0x0A
  87. SVM 3: Port=8083, LAK=0x0B
  88. -----------------------------
  89. SVM: Creating IO interface type 'ethernet' for port 8082, LAK 0x0A...
  90. Thread-safe Message queue created with capacity 100
  91. Thread-safe Message queue created with capacity 100
  92. SVM (LAK 0x0A): Starting listener on port 8082...
  93. ethernet_listen: Bind failed: Address already in use
  94. Thread-safe Message queue destroyed
  95. Thread-safe Message queue destroyed
  96. Ethernet Interface destroyed.
  97. SVM (ID 2) finished.
  98. Starting SVM instance 3...
  99. SVM Instance ID: 3
  100. Message handlers initialized.
  101. SVM (ID 3): Loading configuration...
  102. Configuration loaded successfully from 'config.ini'.
  103. Found configurations for 4 SVM instances.
  104. --- Effective Configuration ---
  105. interface_type = ethernet
  106. UVM Target: 192.168.189.129:8080
  107. SVM 0: Port=8080, LAK=0x08
  108. SVM 1: Port=8081, LAK=0x09
  109. SVM 2: Port=8082, LAK=0x0A
  110. SVM 3: Port=8083, LAK=0x0B
  111. -----------------------------
  112. SVM: Creating IO interface type 'ethernet' for port 8083, LAK 0x0B...
  113. Thread-safe Message queue created with capacity 100
  114. Thread-safe Message queue created with capacity 100
  115. SVM (LAK 0x0B): Starting listener on port 8083...
  116. ethernet_listen: Bind failed: Address already in use
  117. Thread-safe Message queue destroyed
  118. Thread-safe Message queue destroyed
  119. Ethernet Interface destroyed.
  120. SVM (ID 3) finished.
  121. All SVM instances started.
  122. PIDs: 5099 5101 5103 5105
  123.  
Advertisement
Add Comment
Please, Sign In to add comment