home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / rt / 600 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.sys.ibm.pc.rt
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!usc!elroy.jpl.nasa.gov!ucla-cs!maui.cs.ucla.edu!edwin
  3. From: edwin@maui.cs.ucla.edu (Edwin Tisdale)
  4. Subject: terminals on planar serial port RS232C interface
  5. Message-ID: <1992Nov13.035257.7985@cs.ucla.edu>
  6. Sender: usenet@cs.ucla.edu (Mr Usenet)
  7. Nntp-Posting-Host: maui.cs.ucla.edu
  8. Organization: UCLA, Computer Science Department
  9. Distribution: usa
  10. Date: Fri, 13 Nov 92 03:52:57 GMT
  11. Lines: 46
  12.  
  13. We a have terminals connected to the psp - planar serial port RS232C interface.
  14. The terminal attached to the `S2' port usually displays the following prompt:
  15.  
  16. Academic Information Systems 4.3 (unix) (ttys0)
  17.  
  18. login: 
  19.  
  20. and permits me to `login' and work.  But eventually, output to the terminal
  21. will suddenly stop.  And I will not be able to restart it from the terminal.
  22. I can login from another workstation and kill the terminal session.  But the
  23. process remains in an `<exiting>' condition:
  24.  
  25. unix% ps -gx
  26.   PID TT STAT  TIME COMMAND
  27.   695 p0 S     0:00 -csh (csh)
  28.   716 p1 R     0:00 ps -gx
  29.   704 s0 S     0:00 -csh (csh)
  30. unix% kill -9 704
  31. unix% ps -gx
  32.   PID TT STAT  TIME COMMAND
  33.   695 p0 I     0:00 -csh (csh)
  34.   717 p1 R     0:00 ps -gx
  35.   704 s0 S     0:00 <exiting>
  36. unix% 
  37.  
  38. And I cannot use the terminal again unless I reboot or enter something on
  39. the terminal attached to the `S1' port.  Then that terminal will freeze
  40. until I enter something on the terminal attached to the `S2' port again
  41. which will in turn freeze and so on.  This behavior will continue until 
  42. I reboot the system.
  43.  
  44. I would appreciate any advice I can get to help me solve this problem.
  45. The following information may be useful:
  46.  
  47. unix% stty everything
  48. new tty, speed 19200 baud, 32 rows, 80 columns
  49. even odd -raw -nl echo -lcase -tandem tabs -cbreak 
  50. crt: (crtbs crterase crtkill ctlecho) -tostop 
  51. -tilde -flusho -mdmbuf -litout -pass8 -nohang 
  52. -pendin -decctlq -noflsh 
  53. erase  kill   werase rprnt  flush  lnext  susp   intr   quit   stop   eof
  54. ^?     ^X     ^W     ^R     ^O     ^V     ^Z/^Y  ^C     ^\     ^S/^Q  ^D     
  55. unix% cat /etc/motd
  56. 4.3 BSD UNIX (6151) #1: Thu Jul 27 15:00:42 PDT 1989
  57.  
  58. Thanks in advance, Bob Tisdale (edwin@maui.cs.ucla.edu)
  59.