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 start an SoL session via devconsole command, it always show 'tcgetattr: Invalid argument' at the top of the screen. If stdin is not a tty, we don't have to enter raw mode.
Add patch for tcgetattr error prompt.
Reported by: Elaine Li
Original Ticket: ipmitool/bugs/506
When start an SoL session via devconsole command, it always show 'tcgetattr: Invalid argument' at the top of the screen. If stdin is not a tty, we don't have to enter raw mode.
Add patch for tcgetattr error prompt.
--- ipmitool-1.8.18.orig/lib/ipmi_sol.c 2016-06-30 02:06:29.000000000 +0800
+++ ipmitool-1.8.18.new/lib/ipmi_sol.c 2018-02-27 19:03:04.686552700 +0800
@@ -1165,6 +1165,8 @@
enter_raw_mode(void)
{
struct termios tio;
perror("tcgetattr");
return;
The text was updated successfully, but these errors were encountered: