dtorkin

Untitled

May 26th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./uvm_app --wait-for-gui OR
  2. [sudo] пароль для dtorkin:
  3. UVM: Option --wait-for-gui enabled. Will wait for GUI connection.
  4. DEBUG UVM: Effective RadarMode selected: 0
  5. UVM: Загрузка конфигурации...
  6. Configuration parsed successfully from 'config.ini'.
  7. Found configurations for 4 SVM instances in file.
  8. --- Effective Configuration ---
  9. interface_type = ethernet
  10. UVM Target: 192.168.189.129:8080
  11. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  12. Simulate Control Failure: No
  13. Disconnect After: -1 messages
  14. Simulate Response Timeout: No
  15. Send Warning on Confirm: No (TKS: 1)
  16. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  17. Simulate Control Failure: No
  18. Disconnect After: -1 messages
  19. Simulate Response Timeout: No
  20. Send Warning on Confirm: No (TKS: 1)
  21. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  22. Simulate Control Failure: No
  23. Disconnect After: -1 messages
  24. Simulate Response Timeout: No
  25. Send Warning on Confirm: No (TKS: 1)
  26. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  27. Simulate Control Failure: No
  28. Disconnect After: -1 messages
  29. Simulate Response Timeout: No
  30. Send Warning on Confirm: No (TKS: 1)
  31. -----------------------------
  32. UVM: Found 4 SVM configurations in config file.
  33. Thread-safe UVM request queue created with capacity 50
  34. Thread-safe UVM Response queue created with capacity 200
  35. UVM: Connecting to SVMs...
  36. DEBUG UVM: IP before loop: 192.168.189.129
  37. UVM: Attempting to connect to SVM ID 0 (IP: 192.168.189.129, Port: 8080)...
  38. DEBUG UVM: Preparing to create interface for SVM 0 with IP=192.168.189.129, Port=8080
  39. Ethernet: Connected to 192.168.189.129:8080 (handle: 3)
  40. UVM: Successfully connected to SVM ID 0 (Handle: 3).
  41. UVM: Attempting to connect to SVM ID 1 (IP: 192.168.189.129, Port: 8081)...
  42. DEBUG UVM: Preparing to create interface for SVM 1 with IP=192.168.189.129, Port=8081
  43. Ethernet: Connected to 192.168.189.129:8081 (handle: 4)
  44. UVM: Successfully connected to SVM ID 1 (Handle: 4).
  45. UVM: Attempting to connect to SVM ID 2 (IP: 192.168.189.129, Port: 8082)...
  46. DEBUG UVM: Preparing to create interface for SVM 2 with IP=192.168.189.129, Port=8082
  47. Ethernet: Connected to 192.168.189.129:8082 (handle: 5)
  48. UVM: Successfully connected to SVM ID 2 (Handle: 5).
  49. UVM: Attempting to connect to SVM ID 3 (IP: 192.168.189.129, Port: 8083)...
  50. DEBUG UVM: Preparing to create interface for SVM 3 with IP=192.168.189.129, Port=8083
  51. Ethernet: Connected to 192.168.189.129:8083 (handle: 6)
  52. UVM: Successfully connected to SVM ID 3 (Handle: 6).
  53. UVM: Connected to 4 out of 4 configured SVMs.
  54. UVM: Запуск потоков Sender, Receiver(s) и GUI Server...
  55. UVM Sender thread started.
  56. UVM: Waiting for GUI client to connect on port 12345 (or press Ctrl+C)...
  57. UVM Receiver thread started for SVM ID 3 (handle: 6).
  58. GUI Server: Starting listener on port 12345
  59. GUI Server: Waiting for GUI connection on port 12345...
  60. UVM Receiver thread started for SVM ID 0 (handle: 3).
  61. UVM Receiver thread started for SVM ID 1 (handle: 4).
  62. UVM Receiver thread started for SVM ID 2 (handle: 5).
  63. GUI Server: Accepted connection from 127.0.0.1:59266 (FD 8)
  64. GUI Server: Sending initial state to new GUI client (FD 8).
  65. GUI Server: Initial state sent to GUI client (FD 8).
  66. UVM: GUI client connected! Proceeding with SVM operations.
  67. UVM: All necessary threads started. Selected RadarMode: 0
  68. UVM: Начало основного цикла управления SVM (Асинхронная подготовка)...
  69. UVM Main (SVM 0): Подготовка к отправке 'Инициализация канала' (Num 0).
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment