home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13283 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  704 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!usc!sol.ctr.columbia.edu!eff!ibmpcug!gaffer
  2. From: gaffer@ibmpcug.co.uk (Andrew Beattie)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: TCXONC hangs on SCO 3.2.2
  5. Message-ID: <Bt65yu.4rn@ibmpcug.co.uk>
  6. Date: 18 Aug 92 07:54:29 GMT
  7. Organization: The IBM PC User Group, UK.
  8. Lines: 16
  9.  
  10. If I do:
  11. fd = open("/dev/tty01",O_RDWR|O_NDELAY);
  12.  
  13. followed by:
  14. ioctl(fd, TCXONC, 0);
  15.  
  16. On SCO 3.2.4, it works fine (stopping output on tty01).
  17.  
  18. If I do it on 3.2.2, the ioctl hangs.  (the output also slows down, as if
  19. something is trying to stop it but failing)
  20.  
  21. Needless to say, I need it to work on 3.2.2
  22.  
  23. Can anyone throw some light on this problem?
  24.  
  25. Andrew (gaffer@ibmpcug.co.uk)
  26.