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
I stood up Ubuntu 20.04 from mist, opened the shell and executed lxd init. About half way through the script it asks for an IP address to be entered. The mist shell does not display this correctly and it will not accept even the default (CR). It just breaks the script.
This is very easy to reproduce and it is consistent.
Work around is to ssh to install lxd. This is the only thing I have seen the mist shell have a problem with so far.
The text was updated successfully, but these errors were encountered:
I will kindly ask for some clarifications.
The Ubuntu machine was hosted on Linode?
By not being the IP displayed correctly, it means that you typed eg. 192.149.233.22 and something else showed on screen?
I am understanding that because the IP that got typed did not go through properly, the script also crashed because it expected to receive an IP but it got something else, correct?
This is an STTY issue in SSH. It is receiving a set of characters from the from the shell script "lxd init" that it can not interrupt correctly. Once the shell receives these characters, which makes the line no longer fully readable, it will not receive any text input of any kind, not even a carriage return. ...and yes, it will not let you type an IP address. Nothing is shown on the screen.
I stood up Ubuntu 20.04 from mist, opened the shell and executed lxd init. About half way through the script it asks for an IP address to be entered. The mist shell does not display this correctly and it will not accept even the default (CR). It just breaks the script.
This is very easy to reproduce and it is consistent.
Work around is to ssh to install lxd. This is the only thing I have seen the mist shell have a problem with so far.
The text was updated successfully, but these errors were encountered: