After updates Today ... /bin/stty: /dev/tty2: Invalid argument
by babydr from LinuxQuestions.org on (#6EW5R)
This worked quite well under 6.1.45 and updates until today . I also updated the kernel to 6.1.53 . Btw , I'm using current .
I WAS using this tty as a place to print out disk thermal differances from one run to the next (~= 30 seconds between) .
Now my script is failing with the below . Why has this changed ?
Code:# /bin/stty --file=/dev/tty2 cols 200 rows 75
/bin/stty: /dev/tty2: Invalid argument
I WAS using this tty as a place to print out disk thermal differances from one run to the next (~= 30 seconds between) .
Now my script is failing with the below . Why has this changed ?
Code:# /bin/stty --file=/dev/tty2 cols 200 rows 75
/bin/stty: /dev/tty2: Invalid argument