dtorkin

Untitled

Apr 20th, 2025 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 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. dtorkin@ubuntu1:~/Desktop/practice$
  26. _______________________________________________________________________
  27.  
  28. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./start_svms.sh
  29. Starting 4 SVM instances...
  30. Starting SVM instance 0...
  31. SVM Instance ID: 0
  32. Message handlers initialized.
  33. SVM (ID 0): Loading configuration...
  34. Configuration loaded successfully from 'config.ini'.
  35. Found configurations for 4 SVM instances.
  36. --- Effective Configuration ---
  37. interface_type = ethernet
  38. UVM Target: 192.168.189.129:8080
  39. SVM 0: Port=8080, LAK=0x08
  40. SVM 1: Port=8081, LAK=0x09
  41. SVM 2: Port=8082, LAK=0x0A
  42. SVM 3: Port=8083, LAK=0x0B
  43. -----------------------------
  44. SVM: Creating IO interface type 'ethernet' for port 8080, LAK 0x08...
  45. Thread-safe Message queue created with capacity 100
  46. Thread-safe Message queue created with capacity 100
  47. SVM (LAK 0x08): Starting listener on port 8080...
  48. ethernet_listen: Bind failed: Address already in use
  49. Thread-safe Message queue destroyed
  50. Thread-safe Message queue destroyed
  51. Ethernet Interface destroyed.
  52. SVM (ID 0) finished.
  53. Starting SVM instance 1...
  54. SVM Instance ID: 1
  55. Message handlers initialized.
  56. SVM (ID 1): Loading configuration...
  57. Configuration loaded successfully from 'config.ini'.
  58. Found configurations for 4 SVM instances.
  59. --- Effective Configuration ---
  60. interface_type = ethernet
  61. UVM Target: 192.168.189.129:8080
  62. SVM 0: Port=8080, LAK=0x08
  63. SVM 1: Port=8081, LAK=0x09
  64. SVM 2: Port=8082, LAK=0x0A
  65. SVM 3: Port=8083, LAK=0x0B
  66. -----------------------------
  67. SVM: Creating IO interface type 'ethernet' for port 8081, LAK 0x09...
  68. Thread-safe Message queue created with capacity 100
  69. Thread-safe Message queue created with capacity 100
  70. SVM (LAK 0x09): Starting listener on port 8081...
  71. ethernet_listen: Bind failed: Address already in use
  72. Thread-safe Message queue destroyed
  73. Thread-safe Message queue destroyed
  74. Ethernet Interface destroyed.
  75. SVM (ID 1) finished.
  76. Starting SVM instance 2...
  77. SVM Instance ID: 2
  78. Message handlers initialized.
  79. SVM (ID 2): Loading configuration...
  80. Configuration loaded successfully from 'config.ini'.
  81. Found configurations for 4 SVM instances.
  82. --- Effective Configuration ---
  83. interface_type = ethernet
  84. UVM Target: 192.168.189.129:8080
  85. SVM 0: Port=8080, LAK=0x08
  86. SVM 1: Port=8081, LAK=0x09
  87. SVM 2: Port=8082, LAK=0x0A
  88. SVM 3: Port=8083, LAK=0x0B
  89. -----------------------------
  90. SVM: Creating IO interface type 'ethernet' for port 8082, LAK 0x0A...
  91. Thread-safe Message queue created with capacity 100
  92. Thread-safe Message queue created with capacity 100
  93. SVM (LAK 0x0A): Starting listener on port 8082...
  94. ethernet_listen: Bind failed: Address already in use
  95. Thread-safe Message queue destroyed
  96. Thread-safe Message queue destroyed
  97. Ethernet Interface destroyed.
  98. SVM (ID 2) finished.
  99. Starting SVM instance 3...
  100. SVM Instance ID: 3
  101. Message handlers initialized.
  102. SVM (ID 3): Loading configuration...
  103. Configuration loaded successfully from 'config.ini'.
  104. Found configurations for 4 SVM instances.
  105. --- Effective Configuration ---
  106. interface_type = ethernet
  107. UVM Target: 192.168.189.129:8080
  108. SVM 0: Port=8080, LAK=0x08
  109. SVM 1: Port=8081, LAK=0x09
  110. SVM 2: Port=8082, LAK=0x0A
  111. SVM 3: Port=8083, LAK=0x0B
  112. -----------------------------
  113. SVM: Creating IO interface type 'ethernet' for port 8083, LAK 0x0B...
  114. Thread-safe Message queue created with capacity 100
  115. Thread-safe Message queue created with capacity 100
  116. SVM (LAK 0x0B): Starting listener on port 8083...
  117. ethernet_listen: Bind failed: Address already in use
  118. Thread-safe Message queue destroyed
  119. Thread-safe Message queue destroyed
  120. Ethernet Interface destroyed.
  121. SVM (ID 3) finished.
  122. All SVM instances started.
  123. PIDs: 3576 3578 3580 3582
  124. Press Ctrl+C to stop all instances.
  125.  
  126.  
Advertisement
Add Comment
Please, Sign In to add comment