>Can any one help me get mgetty going on Redhat version 3.0.3 kernel
>1.2.13 I have had uugetty going on slackware and wondering what I need
>to put in the /etc/inittab entry /etc/gettydefs and any thing else. If
>you have mgetty working please post your inittab mgetty line and if you
>can lead me to any other settings I need.
>Thanks
>http://www.vigorous.com
I am using mgetty successfully on RedHat 3.0.3. I believe it is the May 18
release, but any newer should do.
My inittab line is simply:
2345:respawn:/usr/local/sbin/mgetty ttyC0
as most of the configuration for mgetty is done by editing policy.h and the
Makefile. Go through both of those files very carefully and completely before
compiling mgetty. A large portion of the configuration can ONLY be done by
editing these files and recompiling it -- you can override some of it from the
command line (in inittab) but not much.
(BTW, in case you're curious and don't know, the "C" in the tty means I'm
using a Cyclades multiport serial device -- they're awesome --
www.cyclades.com).