home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8734 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!ub!csn!teal.csn.org!losburn
  2. From: losburn@teal.csn.org (Lynn Osburn)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: AIX3.2 and uucp/cu across rs232 lines
  5. Message-ID: <BsvKp8.Ewt@csn.org>
  6. Date: 12 Aug 92 14:39:07 GMT
  7. References: <1992Aug11.151259.27774@ms.uky.edu>
  8. Sender: news@csn.org (news)
  9. Distribution: usa
  10. Organization: Colorado SuperNet, Inc.
  11. Lines: 21
  12. Nntp-Posting-Host: teal.csn.org
  13.  
  14. >The only outstanding problem related to cu/uucp.  we are connected
  15. >to a 386 running Xenix and cu/uucp back and forth across rs232
  16. >lines(direct, no modems).  the ones coming FROM the 386 are fine, 
  17. >the ones from rs6000 to the 386 give the following error when I cu to it:
  18. >
  19. >$ cu xxxx
  20. >Connected
  21. >
  22. >Lost Carrier
  23. >User defined signal 1
  24.  
  25. Your cable or null modem/cable is not asserting DCD (carrier detect)
  26. or is not asserting it in what AIX thinks is a timely fashion.
  27.  
  28. Since you are using direct connect, you might wish to play with setting
  29. CLOCAL in your tty setup.  CLOCAL can tell AIX to ignore modem signals.
  30. (caveat: there goes your flow control!) Or change your cable to "fake" out
  31. the DCD line, tying it to some other signal that you know will change with
  32. it.  A $7.99 rs-232 line monitor (7 LEDS, gosh!) will help lots here.
  33.  
  34. oz
  35.