Ubuntu 25.10: stty: invalid argument breaks Symfony Console and other CLI tools

Hi everyone,

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.

Hi and welcome to Ubuntu Discourse :slight_smile:

I moved your topic to support since this is not really a project discussion.

Did you check the release notes for 25.10?

I don’t know if that change has something to do with it but would be worthwhile investigating.

Hope that helps.

Likely related:

You might want to file a bug …

As per this, it’s more likey related to the rust coreutils (/cc @juliank) and in particular to stty: invalid argument · Issue #8608 · uutils/coreutils · GitHub

1 Like

I also see “stty: invalid argument '...'” in a new shell when oh-my-zsh prompts to update

I also use oh-my-zsh, but after switching to Bash, the problem persists :frowning:
I wonder if it’s possible to install an older version of coreutils, e.g., from Ubuntu 23.04, alongside rust-coreutils