Xref: utzoo comp.bugs.sys5:664 comp.dcom.modems:2832 Path: utzoo!utgpu!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!ucsdhub!cuuxun!cuuxb!att!alberta!obed!steve From: steve@obed.uucp (stephen Samuel) Newsgroups: comp.bugs.sys5,comp.dcom.modems Subject: Re: HDB uucico vs. uugetty Summary: sysv has open with O_NDELAY Message-ID: <1793@pembina.UUCP> Date: 3 Nov 88 09:01:36 GMT References: <489@redsox.UUCP> <35@sopwith.UUCP> Sender: news@alberta.UUCP Distribution: na Lines: 22 In article <35@sopwith.UUCP>, snoopy@sopwith.UUCP (Snoopy T. Beagle) writes: > In article <489@redsox.UUCP> campbell@sushi.UUCP (Larry Campbell) writes: > |OK, I give up. I _cannot_ get uugetty to work. Either I'm doing something > |very obscurely wrong, or HDB uucp is totally braindead. > > |I'm running ISC 386/ix, which is SVR3, with HDB uucp. I have two flavors of > |COM2 defined: /dev/tty01, which has no modem control, and /dev/ttyM01, > |which has modem control. I think that you have a brain-damaged SVR3 box. You should have two flags that you can use: O_NDELAY which says to open a file without waiting for silly little things like CD active on a modem line and: CLOCAL (in the termio.h stuff) which says to ignore modem control. This makes it very easy to open a MODEM line and dial out while ignoring modem control. I have a short program that allows uses this trick to let you do 'stty's on a modem line whether or not it has a carrier. This is REAL useful sometimes when you're trying to figure out what uugetty/uucico is doing wrong. -- Stephen samuel !alberta!{obed,edm}!steve Look on the bright side... It might have worked!