On 10/09/2022 03:03, наб wrote:
Package: coreutils
Version: 8.32-4+b1
Severity: normal

Dear Maintainer,

What's happening here? strace confirms that the TCSETSW and TCGETS
values are identical in every case:
```
$ stty 134
$ stty 1000000

$ stty 134
$ stty ispeed 1000000
stty: 'standard input': unable to perform all requested operations
$ stty ispeed 1000000

$ stty 134 ispeed 1000000
stty: 'standard input': unable to perform all requested operations
$ stty 134 ispeed 1000000
stty: 'standard input': unable to perform all requested operations
```

Fixed upstream with:

https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=760998a78
Which avoids warnings from:
  $ stty ispeed 1000000

https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=39f71795d
Which gives explicit warning for:
  $ stty 134 ispeed 1000000
  stty: asymmetric input (9600), output (134) speeds not supported

cheers,
Pádraig

Reply via email to