in reply to Re: stty: standard input: Invalid argument
in thread stty: standard input: Invalid argument
That message is coming from an "stty" command in your .bashrc (or whatever) on mybox.Ok I was afraid you'd say that. /etc/bashrc already has the terminal check in it. And removing the stty command doesn't help either.
There are the following files on the system
.bash_profile looks for .bashrc and then runs it. It also sets a couple of var including PATH and EDITOR and exports them.
.bashrc only looks for /etc/bashrc and then runs it.
/etc/bashrc has the stty commands but they only run if it is a terminal.
/etc/profile just sets some vars and runs stuff in
/etc/profile.d (all of which just set more vars)
There does not appear to be any other bash startup files used and only /etc/bashrc has an stty command.
So I'm still perplexed. It sounds like an stty command is still being executed eventhough it shouldn't be. I'm not even sure where to look for it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: stty: standard input: Invalid argument
by PreferredUserName (Pilgrim) on Mar 07, 2006 at 16:04 UTC |