Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!hplabs!sri-unix!dedwards@usc-isi From: dedwards%usc-isi@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: UUCP Message-ID: <17346@sri-arpa.UUCP> Date: Fri, 9-Mar-84 08:19:00 EST Article-I.D.: sri-arpa.17346 Posted: Fri Mar 9 08:19:00 1984 Date-Received: Tue, 13-Mar-84 08:05:51 EST Lines: 14 From: Howard S. WeissWe have a version of UUCP running on a V6 and PWB kernel. You do need a V7 license and UUCP is distributed as part of V7. On a system with a PWB tty driver it will come up real fast. On a V6 system the tty driver uses the octal 377 value for special purposes in erase/kill processing or some such thing. The trouble is that in raw mode they end up throwing the 0377 away, even thought they don't have to. if uucp sends tat value in the checksum field everything comes to a grinding halt. it is a simple fix once you look at the tty driver. Other V6 things that require minor corrections are 8 bit versus 16 bit user-ids, etc. The UUCP sources shuld be compiled using the V7 include directories on the V6 system. -------