Bug 8664

Summary: Console messages while logging into KDE
Product: [Retired] Red Hat Linux Reporter: Tim Waugh <twaugh>
Component: kdebaseAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-06 16:42:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tim Waugh 2000-01-20 18:24:28 UTC
When logging into KDE (as root) I get this spat onto tty1:

stty: standard input: Inappropriate ioctl for device
stdin: is not a tty
stty: standard input: Inappropriate ioctl for device

Comment 1 Tim Waugh 2000-02-03 15:17:59 UTC
These are coming from stty and mesg, and stty again.  stty is being invoked at
/etc/bashrc, so I guess the test for 'is this interactive' is going wrong.  I
haven't tracked down where mesg is being invoked from.

Comment 2 Bernhard Rosenkraenzer 2000-02-06 16:42:59 UTC
mesg is invoked from ~/.bash_profile.
I think the bashrc stuff is fixed by now (new bash) - not seeing the problem
here anymore.

Comment 3 Tim Waugh 2000-02-07 12:06:59 UTC
The stty messages are still happening here with beta3 KDE workstation.  The 'is
not a tty' message is gone though.