HDB uucico vs. uugetty

stephen Samuel steve at obed.uucp
Thu Nov 3 19:01:36 AEST 1988


In article <35 at sopwith.UUCP>, snoopy at sopwith.UUCP (Snoopy T. Beagle) writes:
> In article <489 at redsox.UUCP> campbell at 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!



More information about the Comp.bugs.sys5 mailing list