home *** CD-ROM | disk | FTP | other *** search
- 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
- From: lupe@ukw.uucp (Lupe Christoph)
- Newsgroups: comp.sys.sun.admin
- Subject: Re: Help: Need uugetty for Sun IPC
- Message-ID: <1992Dec30.075133.13409@ukw.uucp>
- Date: 30 Dec 92 07:51:33 GMT
- References: <C01oEn.Jwr@csisun.uucp>
- Sender: news@stasys.sta.sub.org
- Organization: cic
- Lines: 43
-
- jburnes@csisun.uucp (Jim Burnes) writes:
-
- >I've tried to use the same modem for both uucp and
- >dial-in on our IPC. When I installed uucp from the
- >system CD it installed everything except a version
- >of uugetty. After much hacking I found out that you
- >have to run 'ttysoftcar' to make our dial-in line
- >recognize a real carrier signal. That was all well
- >and good except I run into the following....
-
- > 'uucico' runs and attempt to check/send email
- >whatever and getty recognizes that the Carrier Detect
- >has gone high...so that must mean that someone has
- >dialed in....well stupid assumption on getty's part
- >and he dives right in and disrupts the uucico trans-
- >mission. Doesnt even check for locks....
-
-
- >Anyone have a solution for this?
-
- I suggest you read the documentation on installing
- uucp. In short, you have to use different /dev's
- for dial-in and dial-out. And you have to modify
- /etc/ttytab.
-
- Do this (for ttya):
-
- mknod /dev/cua0 c 12 128 # dial-out port
-
- Change this in /etc/ttytab:
-
- ttya "/usr/etc/getty std.9600" unknown off local secure
-
- to this (or similar):
-
- ttyd0 "/usr/etc/getty std.9600" unknown on
-
- And "mv /dev/ttya /dev/ttyd0".
- --
- | ...!unido!ukw!lupe (German EUNet, "bang") | Disclaimer: |
- | lupe@ukw.UUCP (German EUNet, domain) | This is an unofficial |
- | suninfo!alanya!lupe (Sun Germany) | opinion of Christoph & |
- | Res non sunt complicanda praeter necessitatem. | Imschweiler Consulting |
-