home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / admin / 9808 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!seven-up.East.Sun.COM!sungy!stasys!alanya!lupe
  2. From: lupe@ukw.uucp (Lupe Christoph)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Help: Need uugetty for Sun IPC
  5. Message-ID: <1992Dec30.075133.13409@ukw.uucp>
  6. Date: 30 Dec 92 07:51:33 GMT
  7. References: <C01oEn.Jwr@csisun.uucp>
  8. Sender: news@stasys.sta.sub.org
  9. Organization: cic
  10. Lines: 43
  11.  
  12. jburnes@csisun.uucp (Jim Burnes) writes:
  13.  
  14. >I've tried to use the same modem for both uucp and
  15. >dial-in on our IPC.  When I installed uucp from the
  16. >system CD it installed everything except a version
  17. >of uugetty. After much hacking I found out that you
  18. >have to run 'ttysoftcar' to make our dial-in line
  19. >recognize a real carrier signal.  That was all well
  20. >and good except I run into the following....
  21.  
  22. >   'uucico' runs and attempt to check/send email
  23. >whatever and getty recognizes that the Carrier Detect
  24. >has gone high...so that must mean that someone has
  25. >dialed in....well stupid assumption on getty's part
  26. >and he dives right in and disrupts the uucico trans-
  27. >mission.  Doesnt even check for locks....
  28.  
  29.  
  30. >Anyone have a solution for this?
  31.  
  32. I suggest you read the documentation on installing
  33. uucp. In short, you have to use different /dev's
  34. for dial-in and dial-out. And you have to modify
  35. /etc/ttytab.
  36.  
  37. Do this (for ttya):
  38.  
  39. mknod /dev/cua0 c 12 128 # dial-out port
  40.  
  41. Change this in /etc/ttytab:
  42.  
  43. ttya    "/usr/etc/getty std.9600"       unknown         off local secure
  44.  
  45. to this (or similar):
  46.  
  47. ttyd0   "/usr/etc/getty std.9600"      unknown         on
  48.  
  49. And "mv /dev/ttya /dev/ttyd0".
  50. -- 
  51. | ...!unido!ukw!lupe  (German EUNet, "bang")     |  Disclaimer:            |
  52. | lupe@ukw.UUCP       (German EUNet, domain)     |  This is an unofficial  |
  53. | suninfo!alanya!lupe (Sun Germany)              |  opinion of Christoph & |
  54. | Res non sunt complicanda praeter necessitatem. |  Imschweiler Consulting |
  55.