home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ki.com!dwatts
- From: dwatts@ki.com (Dan Watts)
- Newsgroups: comp.sys.sun.misc
- Subject: tcsh 6.02 and Solaris 2.0 detaches from tty. Why??
- Message-ID: <1245@ki.com>
- Date: 3 Sep 92 14:32:55 GMT
- Organization: ki Research, Inc. Derry NH
- Lines: 28
-
-
- I built tcsh 6.02 on our Solaris 2.0 system and we just noticed something
- odd. Every child process that gets run from tcsh has no tty! This
- can cause some definite problems. Here's an example froma ps display:
-
- 10:23am dwatts@sparky % ps -ef | grep dwatts
- dwatts 22975 22973 80 10:23:17 pts/1 0:04 -tcsh
- dwatts 22989 22975 23 10:23:40 ? 0:00 grep dwatts
- dwatts 22990 22975 80 10:23:40 ? 0:01 ps -ef
-
- Note that the grep and ps both have no tty associated. We do not see this
- with sh or csh as shown below from an sh shell:
-
- $ ps -ef | grep dwatts
- dwatts 22975 22973217 10:23:17 pts/1 0:04 sh
- dwatts 23080 23078 80 10:25:37 pts/1 0:01 ps -ef
- dwatts 23078 22975 17 10:25:37 pts/1 0:00 grep dwatts
-
- Does anyone know how to get tcsh to work correctly? From uname -a on
- our Sun:
-
- SunOS sparky 5.0 Beta sun4c sparc
-
- --
- ######################## Have A Nice Nude Day #########################
- # CompuServe: >INTERNET:uunet.UU.NET!ki.com!dwatts Dan Watts #
- # UUCP : ...!uunet!ki.com!dwatts ki Research, Inc. #
- # The Bill Of Rights: Void Where Prohibited by Law. Vote Libertarian ##
-