home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6849 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!usc!rpi!bu.edu!dartvax!coos.dartmouth.edu!platt
  2. From: platt@coos.dartmouth.edu (The Crouton Man)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: bug in /dev/tty
  5. Message-ID: <1992Jul28.061922.29890@dartvax.dartmouth.edu>
  6. Date: 28 Jul 92 06:19:22 GMT
  7. References: <1992Jul28.060505.29450@dartvax.dartmouth.edu>
  8. Sender: news@dartvax.dartmouth.edu (The News Manager)
  9. Organization: Dartmouth College, Hanover, NH
  10. Lines: 24
  11.  
  12. ok, at the risk of quoting my own matterial
  13.  
  14. In article <1992Jul28.060505.29450@dartvax.dartmouth.edu> platt@coos.dartmouth.edu (The Crouton Man) writes:
  15. >ok, i am using 0.96cpl2 + autodetect + filefs.
  16.  
  17. it exhibits the same behavior with my "stdkernel": 
  18.     0.96cpl2 + selection-1.3 + 32mb 
  19. (note that i also had selection-1.3 and 32mb in the first kernel, i don't 
  20.  think that either of these would cause this behaviour..)
  21.  
  22. >shell: rc ( and bash for test )
  23.  
  24. again, the problem is that open("/dev/tty",O_RDONLY) returns the 
  25. same fd as stdin which can (and in my case has) be(en) redirected 
  26. to a pipe (or file), namely fd=0 post open.
  27.  
  28. compiler: 
  29. 2:01am:crunchy:root: gcc -v
  30. Reading specs from /usr/lib/gcc-lib/i386-linux/2.2.2/specs
  31. gcc version 2.2.2
  32.  
  33.  
  34. croutons.
  35. croutons@dartmouth.edu
  36.