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
After that while googling i found this thread and tried to change my coreutils back to the gnu ones by editing sudo nano /var/lib/dpkg/status
after that it works perfectly.
I tried to change ptysix to kgx, kitty and tried to change my zsh config to a clean config and tried on bash too. Its the rust utils.
β― laravel new example-app
_ _
| | | |
| | __ _ _ __ __ ___ _____| |
| | / _` | __/ _` \ \ / / _ \ |
| |___| (_| | | | (_| |\ V / __/ |
|______\__,_|_| \__,_| \_/ \___|_|
β Which starter kit would you like to install? βββββββββββββββββ
β React β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Which authentication provider do you prefer? βββββββββββββββββ
β Laravel's built-in authentication β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Which testing framework do you prefer? βββββββββββββββββββββββ
β Pest β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Creating a "laravel/react-starter-kit" project at "./example-app"
Installing laravel/react-starter-kit (dev-main 1594a8222fba415d3f49b4861997f0a61732b9d5)
- Downloading laravel/react-starter-kit (dev-main 1594a82)
- Installing laravel/react-starter-kit (dev-main 1594a82): Extracting archive
Created project in /home/bugra/example-app
> @php -r "file_exists('.env') || copy('.env.example', '.env');"
Loading composer repositories with package information