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
When TERM is set to an unsupported value, talosctl apply-config --mode interactive will hang.
Description
My Terminal sets TERM=alacritty, when running talosctl dashboard it cleanly errors out with terminal type unsupported, which reminds me to set TERM to linux. However, when I use talosct apply-config --mode interactive with an unsupported terminal it will just hang.
I would prefer to be reminded that its actually my fault that is not working, just like dashboard, instead of thinking I have a connection problem.
Logs
Environment
Talos version:1.6.3
The text was updated successfully, but these errors were encountered:
nberlee
changed the title
interactive installer hangs if terminal type is unsupproted
interactive installer hangs if terminal type is unsupported
Jan 25, 2024
smira
changed the title
interactive installer hangs if terminal type is unsupported
🐛 interactive installer hangs if terminal type is unsupported
Jan 26, 2024
In the previous implementation, even though `installer.err` was set, it
was never checked 🤦.
The run loop was stolen from the dashboard code.
Fixessiderolabs#8205
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
In the previous implementation, even though `installer.err` was set, it
was never checked 🤦.
The run loop was stolen from the dashboard code.
Fixessiderolabs#8205
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 593afee)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 1, 2024
In the previous implementation, even though `installer.err` was set, it
was never checked 🤦.
The run loop was stolen from the dashboard code.
Fixessiderolabs#8205
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 593afee)
Bug Report
When TERM is set to an unsupported value, talosctl apply-config --mode interactive will hang.
Description
My Terminal sets TERM=alacritty, when running talosctl dashboard it cleanly errors out with
terminal type unsupported
, which reminds me to set TERM to linux. However, when I use talosct apply-config --mode interactive with an unsupported terminal it will just hang.I would prefer to be reminded that its actually my fault that is not working, just like dashboard, instead of thinking I have a connection problem.
Logs
Environment
The text was updated successfully, but these errors were encountered: