Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sco!paulz From: paulz@sco.COM (W. Paul Zola) Newsgroups: comp.unix.xenix.sco Subject: Re: uucp login problems Summary: here's the gettydefs entry for 7-bits/even parity Keywords: uucp login Message-ID: <13176@scorn.sco.COM> Date: 4 Jan 91 19:02:30 GMT References: <1173@bbx.basis.com> Sender: news@sco.COM Organization: The Santa Cruz Operation, Inc. Lines: 32 In article <1173@bbx.basis.com> russ@bbx.basis.com (Russ Kepler) writes: [ wants to set up his system to use 7-bits even parity for login ] You can't just modify the stock gettydefs and have it work. This is because the stock gettydefs entries use 'compound' settings such as 'sane'. To have users log in with 7-bits even parity create a gettydefs entry containing the following settings: z # B2400 OPOST ONLCR TAB3 BRKINT IGNPAR IXON IXANY PARENB ISTRIP ECHO ECHOE ECHOK ICANON ISIG CS7 CREAD # B2400 OPOST ONLCR TAB3 BRKINT IGNPAR IXON IXANY PARENB ISTRIP ECHO ECHOE ECHOK ICANON ISIG CS7 CREAD # \r\n@!login: # z Make sure that the 'z' at the beginning of the entry is the first character on the line. Change your /etc/ttys file so that 'z' is the index character. (In other words, change the line in /etc/ttys to read 0ztty1A - or whatever is appropriate for your system.) You should now be able to log in at 2400 baud using 7-bits and even parity. If desired, you can create additional entries for other baud rates, and connect them in a group, similar to the 3-2-1 group in the stock /etc/gettydefs file. Of course, once you do this, no-one can log in on that line using 8-bits/no parity. - Paul Zola Software Support Engineer paulz@sco.COM Gotta tend the earth to grow a rose. - Emily Saliers DISCLAIMER: I speak for myself, and not for SCO.