After upgrading from Ubuntu 25.04 (Oracular Oriole) to Ubuntu 25.10 (Questing Quokka), I noticed a regression in terminal behavior affecting PHP, Symfony, and other CLI tools that rely on stty.
When running any Symfony Console command (for example php bin/console make:entity), I get this message before the interactive prompt:
Class name of the entity to create or update (e.g. GrumpyKangaroo): > User
stty: invalid argument '500:5:f00bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0'
Your entity already exists! So let's add some new fields!
Despite the warning, the tool still runs — but input visibility in the terminal sometimes breaks (you can’t see what you type).
This issue happens across different terminals (GNOME Terminal, Tilix, VSCode integrated terminal).
It did not happen in Ubuntu 25.04.
I also use oh-my-zsh, but after switching to Bash, the problem persists
I wonder if it’s possible to install an older version of coreutils, e.g., from Ubuntu 23.04, alongside rust-coreutils