You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue happens when virsh console starts inside a tmux window,then after sometime user accidently clicks the key combination which helps them exit the console view.Well the issue with this is we dont expect the user to be able to do this as this can break a lot of functionalities of ship.To solve this its a simple matter of figuring out the best way to disable this without causing any other problem.
To reproduce,
make a vm using ./ship -vm create
Now enter the console,./ship -vm view vm_name,here vm_name is the name of the vm,when it prompts if full gui is needed type 'n' and finally when the window opens use ctrl+] to exit the virsh console(well ctrl+] can exit thats the entire problem if you havent understood already,there might also be other ways to exit please comment on this post if any other additions to this issue exist)
The text was updated successfully, but these errors were encountered:
This issue happens when virsh console starts inside a tmux window,then after sometime user accidently clicks the key combination which helps them exit the console view.Well the issue with this is we dont expect the user to be able to do this as this can break a lot of functionalities of ship.To solve this its a simple matter of figuring out the best way to disable this without causing any other problem.
To reproduce,
make a vm using ./ship -vm create
Now enter the console,./ship -vm view vm_name,here vm_name is the name of the vm,when it prompts if full gui is needed type 'n' and finally when the window opens use ctrl+] to exit the virsh console(well ctrl+] can exit thats the entire problem if you havent understood already,there might also be other ways to exit please comment on this post if any other additions to this issue exist)
The text was updated successfully, but these errors were encountered: