GNS3 / gns3-gui

GNS3 Graphical Network Simulator
http://www.gns3.com
GNU General Public License v3.0
2.17k stars 436 forks source link

2.2 : QEmu : telnet console and "auto start console" #3474

Closed Raizo62 closed 1 year ago

Raizo62 commented 1 year ago

Hi

On LiveRaizo, i have a QEmu Device : The OS is Linux(Debian) and the "Console type" is "telnet". I enable "Auto start console".

When i start this VM, i see a windows that opens but closes very quickly (i can't read anything). If, after, i open the console of the VM, there is no problem.

Raizo62 commented 1 year ago

I specify that the auto-start works with the vnc mode. The auto-start fails with telnet mode

Raizo62 commented 1 year ago

If you can't reproduce the bug, i put here the logs : gns3_server.log gns3_gui.log

We can see :

DEBUG telnet_console.py:114 Starting telnet console in thread "xterm -T "%d" -e "telnet %h %p""
DEBUG telnet_console.py:88 Telnet console localhost:5000 closed

I don't know if it is useless : "enable kvm" is checked. "kvm is required" is unchecked

grossmj commented 1 year ago

I think this is because GNS3 tries to connect to the console while we node hasn't had a chance to start.