(This has been forwarded from Launchpad Bug #2146427)
Problem
stty reports an incorrect baud rate on ppc64le systems.
Reproduce
On a ppc64le system, run:
This outputs:
speed 15 baud; line = 0;
-brkint ixon -imaxbel iutf8
To compare with GNU, run:
This outputs the correct baud rate:
speed 38400 baud; line = 0;
-brkint -imaxbel iutf8
System
- OS release: Ubuntu 26.04 (Development branch)
- uutils coreutils version: 0.7.0-0ubuntu1
- CPU architecture: ppc64le
(This has been forwarded from Launchpad Bug #2146427)
Problem
sttyreports an incorrect baud rate on ppc64le systems.Reproduce
On a ppc64le system, run:
This outputs:
To compare with GNU, run:
This outputs the correct baud rate:
System