dtorkin

Untitled

Apr 20th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ ./start_svms.sh
  2. Starting 4 SVM instances...
  3. Starting SVM instance 0...
  4. SVM Instance ID: 0
  5. Message handlers initialized.
  6. SVM (ID 0): Loading configuration...
  7. Configuration loaded successfully from 'config.ini'.
  8. Found configurations for 4 SVM instances.
  9. --- Effective Configuration ---
  10. interface_type = ethernet
  11. UVM Target: 127.0.0.1:8080
  12. SVM 0: Port=8080, LAK=0x08
  13. SVM 1: Port=8081, LAK=0x09
  14. SVM 2: Port=8082, LAK=0x0A
  15. SVM 3: Port=8083, LAK=0x0B
  16. -----------------------------
  17. SVM: Creating IO interface type 'ethernet' for port 8080, LAK 0x08...
  18. Thread-safe Message queue created with capacity 100
  19. Thread-safe Message queue created with capacity 100
  20. SVM (LAK 0x08): Starting listener on port 8080...
  21. ethernet_listen: Bind failed: Address already in use
  22. Thread-safe Message queue destroyed
  23. Thread-safe Message queue destroyed
  24. Ethernet Interface destroyed.
  25. SVM (ID 0) finished.
  26. Starting SVM instance 1...
  27. SVM Instance ID: 1
  28. Message handlers initialized.
  29. SVM (ID 1): Loading configuration...
  30. Configuration loaded successfully from 'config.ini'.
  31. Found configurations for 4 SVM instances.
  32. --- Effective Configuration ---
  33. interface_type = ethernet
  34. UVM Target: 127.0.0.1:8080
  35. SVM 0: Port=8080, LAK=0x08
  36. SVM 1: Port=8081, LAK=0x09
  37. SVM 2: Port=8082, LAK=0x0A
  38. SVM 3: Port=8083, LAK=0x0B
  39. -----------------------------
  40. SVM: Creating IO interface type 'ethernet' for port 8081, LAK 0x09...
  41. Thread-safe Message queue created with capacity 100
  42. Thread-safe Message queue created with capacity 100
  43. SVM (LAK 0x09): Starting listener on port 8081...
  44. ethernet_listen: Bind failed: Address already in use
  45. Thread-safe Message queue destroyed
  46. Thread-safe Message queue destroyed
  47. Ethernet Interface destroyed.
  48. SVM (ID 1) finished.
  49. Starting SVM instance 2...
  50. SVM Instance ID: 2
  51. Message handlers initialized.
  52. SVM (ID 2): Loading configuration...
  53. Configuration loaded successfully from 'config.ini'.
  54. Found configurations for 4 SVM instances.
  55. --- Effective Configuration ---
  56. interface_type = ethernet
  57. UVM Target: 127.0.0.1:8080
  58. SVM 0: Port=8080, LAK=0x08
  59. SVM 1: Port=8081, LAK=0x09
  60. SVM 2: Port=8082, LAK=0x0A
  61. SVM 3: Port=8083, LAK=0x0B
  62. -----------------------------
  63. SVM: Creating IO interface type 'ethernet' for port 8082, LAK 0x0A...
  64. Thread-safe Message queue created with capacity 100
  65. Thread-safe Message queue created with capacity 100
  66. SVM (LAK 0x0A): Starting listener on port 8082...
  67. ethernet_listen: Bind failed: Address already in use
  68. Thread-safe Message queue destroyed
  69. Thread-safe Message queue destroyed
  70. Ethernet Interface destroyed.
  71. SVM (ID 2) finished.
  72. Starting SVM instance 3...
  73. SVM Instance ID: 3
  74. Message handlers initialized.
  75. SVM (ID 3): Loading configuration...
  76. Configuration loaded successfully from 'config.ini'.
  77. Found configurations for 4 SVM instances.
  78. --- Effective Configuration ---
  79. interface_type = ethernet
  80. UVM Target: 127.0.0.1:8080
  81. SVM 0: Port=8080, LAK=0x08
  82. SVM 1: Port=8081, LAK=0x09
  83. SVM 2: Port=8082, LAK=0x0A
  84. SVM 3: Port=8083, LAK=0x0B
  85. -----------------------------
  86. SVM: Creating IO interface type 'ethernet' for port 8083, LAK 0x0B...
  87. Thread-safe Message queue created with capacity 100
  88. Thread-safe Message queue created with capacity 100
  89. SVM (LAK 0x0B): Starting listener on port 8083...
  90. ethernet_listen: Bind failed: Address already in use
  91. Thread-safe Message queue destroyed
  92. Thread-safe Message queue destroyed
  93. Ethernet Interface destroyed.
  94. SVM (ID 3) finished.
  95. All SVM instances started.
  96. PIDs: 4777 4779 4781 4783
  97. Press Ctrl+C to stop all instances.
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment