Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!tecate.mips.com!trevc From: trevc@tecate.mips.com (Trevor Cotton) Newsgroups: comp.sys.mips Subject: Re: UUCP over TCP/IP Message-ID: <2075@spim.mips.COM> Date: 9 Apr 91 00:11:55 GMT References: <1991Apr8.204206.2031@mother.bates.edu> Sender: news@mips.COM Reply-To: trevc@mips.com Organization: Mips Computer Systems Inc., Sunnyvale, CA Lines: 88 Nntp-Posting-Host: tecate.mips.com In article <1991Apr8.204206.2031@mother.bates.edu>, rob@mother.bates.edu (Rob Spellman) writes: |> Has anybody had any luck setting up UUCP to work over TCP/IP? I looked back |> through the archives of comp.sys.mips, and saw two similar requests, but |> I found no responses. I even sent mail to one of the people who posted |> the question, and they never received a response. |> I have it running here between a Magnum3000 and an RC3240 which are both runing RISC/os 4.52 The magnum is called bill, the 3240 ben. They both are set up like :- /etc/services uucp 540/tcp uucpd # uucp daemon /etc/inetd.conf uucpd stream tcp nowait root /usr/etc/uucpd uucpd /usr/lib/uucp/Devices TCP UNIX 0 Any TCP "" /usr/lib/uucp/Permissions LOGNAME=nuucp /etc/passwd nuucp:youguess:10:10:0000-uucp(0000):/usr/spool/uucppublic:/usr/lib/uucp/uucico None of these entries differs from what is shipped, except for the Devices entry is un-commented and the addition of an nuucp passwd. On bill, the following /usr/lib/uucp/Systems entry was added ben Any TCP - - in:--in: nuucp word: youguess On ben, the following /usr/lib/uucp/Systems entry was added bill Any TCP - - in:--in: nuucp word: youguess Here is the output I get from Uutry. ( Note the two FAIL returns from name are because I have no MACHINE entries in the Permissions file ):- Script started on Mon Apr 8 16:58:35 1991 bill,trevc 26 %/usr/lib/uucp/Uutry -r ben /usr/lib/uucp/uucico -r1 -sben -x5 >/tmp/ben 2>&1& tmp=/tmp/ben mchFind called (ben) name (ben) not found; return FAIL name (OTHER) not found; return FAIL conn(ben) Device Type TCP wanted Internal caller type TCP tcpdial host ben, port 540 set interface TCP processdev: calling setdevcfg(uucico, TCP) getto ret 6 expect: (in:) login:got it sendthem (????????) expect: (word:) Password:got it sendthem (????????) Login Successful: System=ben msg-ROK Rmtname ben, Role MASTER, Ifn - 6, Loginuser - trevc rmesg - 'P' got Pge wmesg 'U'g Proto started g *** TOP *** - role=1, wmesg 'H' rmesg - 'H' got HY PROCESS: msg - HY HUP: wmesg 'H'Y cntrl - 0 send OO 0,exit code 0 Conversation Complete: Status SUCCEEDED bill,trevc 27 % script done on Mon Apr 8 16:58:53 1991 Hope this helps, -- --trevc--