Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/practice$ sudo ./svm_app
- [sudo] пароль для dtorkin:
- SVM Multi-Port Server starting...
- SVM: Loading configuration...
- Configuration parsed successfully from 'config.ini'.
- Found configurations for 4 SVM instances in file.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129 # <-- ЗАМЕНИТЬ :8080
- SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: 5 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- -----------------------------
- SVM: Will attempt to start 4 instances based on config.
- Thread-safe QueuedMessage queue created with capacity 400
- SVM: Listener thread 0 initiated for Port 8080 (LAK 0x08).
- SVM: Listener thread 1 initiated for Port 8081 (LAK 0x09).
- SVM: Listener thread 2 initiated for Port 8082 (LAK 0x0A).
- SVM: Listener thread 3 initiated for Port 8083 (LAK 0x0B).
- Ethernet: Listening on port 8080 (handle: 3)
- Listener thread started for SVM ID 0 (LAK 0x08, Port 8080, Listen FD 3)
- Listener (SVM 0): Waiting for connection on port 8080...
- Ethernet: Listening on port 8081 (handle: 4)
- SVM: Starting common threads (Timer, Sender)...
- Ethernet: Listening on port 8083 (handle: 7)
- Listener thread started for SVM ID 3 (LAK 0x0B, Port 8083, Listen FD 7)
- Listener (SVM 3): Waiting for connection on port 8083...
- Ethernet: Listening on port 8082 (handle: 5)
- Listener thread started for SVM ID 2 (LAK 0x0A, Port 8082, Listen FD 5)
- Listener (SVM 2): Waiting for connection on port 8082...
- SVM Sender thread started (reads global outgoing queue).
- Listener thread started for SVM ID 1 (LAK 0x09, Port 8081, Listen FD 4)
- Listener (SVM 1): Waiting for connection on port 8081...
- SVM Timer thread started.
- SVM: All common threads started. 4 listeners active. Running...
- SVM Main: Waiting for shutdown signal...
- ЗДЕСЬ Я ВКЛЮЧИЛ УВМ, ОН ВЫВЕЛ ВСЁ ЧТО НИЖЕ И ВЫКЛЮЧИЛСЯ.
- dtorkin@ubuntu1:~/Desktop/practice$ sudo ./uvm_app
- DEBUG UVM: No mode argument provided. Using default DR.
- DEBUG UVM: Effective RadarMode selected: 129
- UVM: Загрузка конфигурации...
- Configuration parsed successfully from 'config.ini'.
- Found configurations for 4 SVM instances in file.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129 #:8080
- SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: -1 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
- Simulate Control Failure: No
- Disconnect After: 5 messages
- Simulate Response Timeout: No
- Send Warning on Confirm: No (TKS: 1)
- -----------------------------
- UVM: Found 4 SVM configurations in config file.
- Thread-safe UVM request queue created with capacity 50
- Thread-safe UVM Response queue created with capacity 200
- UVM: Connecting to SVMs...
- DEBUG UVM: IP before loop: 192.168.189.129 #
- UVM: Attempting to connect to SVM ID 0 (IP: 192.168.189.129 #, Port: 8080)...
- DEBUG UVM: Preparing to create interface for SVM 0 with IP=192.168.189.129 #, Port=8080
- ethernet_connect: Invalid server address format: 192.168.189.129 #
- UVM: Failed to connect to SVM ID 0 (IP: 192.168.189.129 #, Port: 8080).
- Ethernet Interface destroyed.
- UVM: Attempting to connect to SVM ID 1 (IP: 192.168.189.129 #, Port: 8081)...
- DEBUG UVM: Preparing to create interface for SVM 1 with IP=192.168.189.129 #, Port=8081
- ethernet_connect: Invalid server address format: 192.168.189.129 #
- UVM: Failed to connect to SVM ID 1 (IP: 192.168.189.129 #, Port: 8081).
- Ethernet Interface destroyed.
- UVM: Attempting to connect to SVM ID 2 (IP: 192.168.189.129 #, Port: 8082)...
- DEBUG UVM: Preparing to create interface for SVM 2 with IP=192.168.189.129 #, Port=8082
- ethernet_connect: Invalid server address format: 192.168.189.129 #
- UVM: Failed to connect to SVM ID 2 (IP: 192.168.189.129 #, Port: 8082).
- Ethernet Interface destroyed.
- UVM: Attempting to connect to SVM ID 3 (IP: 192.168.189.129 #, Port: 8083)...
- DEBUG UVM: Preparing to create interface for SVM 3 with IP=192.168.189.129 #, Port=8083
- ethernet_connect: Invalid server address format: 192.168.189.129 #
- UVM: Failed to connect to SVM ID 3 (IP: 192.168.189.129 #, Port: 8083).
- Ethernet Interface destroyed.
- UVM: Failed to connect to any SVM. Exiting.
- Thread-safe UVM request queue destroyed
- Thread-safe UVM Response queue destroyed
- UVM: Очистка завершена.
Advertisement
Add Comment
Please, Sign In to add comment