Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/practice$ ./uvm_app
- UVM: Загрузка конфигурации...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- UVM: Создание интерфейса типа 'ethernet'...
- Thread-safe UVM request queue created with capacity 50
- Thread-safe Message queue created with capacity 50
- UVM: Подключение к SVM через ethernet...
- ethernet_connect: Invalid server address: Success
- UVM: Ошибка подключения к SVM.
- UVM: Завершение работы и очистка ресурсов...
- Ethernet Interface destroyed.
- UVM: Интерфейс IO освобожден.
- Thread-safe UVM request queue destroyed
- Thread-safe Message queue destroyed
- UVM: Очистка завершена.
- dtorkin@ubuntu1:~/Desktop/practice$
- _______________________________________________________________________
- dtorkin@ubuntu1:~/Desktop/practice$ sudo ./start_svms.sh
- Starting 4 SVM instances...
- Starting SVM instance 0...
- SVM Instance ID: 0
- Message handlers initialized.
- SVM (ID 0): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8080, LAK 0x08...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x08): Starting listener on port 8080...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 0) finished.
- Starting SVM instance 1...
- SVM Instance ID: 1
- Message handlers initialized.
- SVM (ID 1): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8081, LAK 0x09...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x09): Starting listener on port 8081...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 1) finished.
- Starting SVM instance 2...
- SVM Instance ID: 2
- Message handlers initialized.
- SVM (ID 2): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8082, LAK 0x0A...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x0A): Starting listener on port 8082...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 2) finished.
- Starting SVM instance 3...
- SVM Instance ID: 3
- Message handlers initialized.
- SVM (ID 3): Loading configuration...
- Configuration loaded successfully from 'config.ini'.
- Found configurations for 4 SVM instances.
- --- Effective Configuration ---
- interface_type = ethernet
- UVM Target: 192.168.189.129:8080
- SVM 0: Port=8080, LAK=0x08
- SVM 1: Port=8081, LAK=0x09
- SVM 2: Port=8082, LAK=0x0A
- SVM 3: Port=8083, LAK=0x0B
- -----------------------------
- SVM: Creating IO interface type 'ethernet' for port 8083, LAK 0x0B...
- Thread-safe Message queue created with capacity 100
- Thread-safe Message queue created with capacity 100
- SVM (LAK 0x0B): Starting listener on port 8083...
- ethernet_listen: Bind failed: Address already in use
- Thread-safe Message queue destroyed
- Thread-safe Message queue destroyed
- Ethernet Interface destroyed.
- SVM (ID 3) finished.
- All SVM instances started.
- PIDs: 3576 3578 3580 3582
- Press Ctrl+C to stop all instances.
Advertisement
Add Comment
Please, Sign In to add comment