Hi
I am tring to make a linux (red hat) to answer a modem connection and
make callback.
I am using mgetty and callback utillity.
the inittab file have this line:
"7:23456:respawn:/usr/local/sbin/mgetty -D -x2 /dev/ttyS1"
the login.config have this lines:
"callback @ @ /sbin/callback -S"
"cback @ @ /sbin/callback -S"
there is a "callback" user, and dos not exist "cback" user.
This works fine with this 2 users when i conect directly. but when i try to
make a callback connection, i get this messages in /var/log/
"--
08/13 11:34:33 yS1 login :'etc/mgetty+sendfax/login.config' must be
root/0600:invlid argument.
08/13 11:34:33 ##### data dev=ttyS1, pid=535, caller='none',
conn='33600/ARQ/V34/LAPM/V42BIS', name='', cmd='/bin/login', user='cback'
--
08/13 11:44:03 yS1 login :'etc/mgetty+sendfax/login.config' must be
root/0600:invlid argument.
08/13 11:44:03 ##### data dev=ttyS1, pid=556, caller='none',
conn='33600/ARQ/V34/LAPM/V42BIS', name='', cmd='/bin/login',
user='/AutoPPP/'
"
Any body can help me?
What do i need to do to make this callback to be ok?
TIA
Cropa.