I believe that your problem is that your ppp configuration uses /dev/modem, and mgetty uses /dev/ttyS0. My suggestion for you is to get rid of the /dev/modem stuff, as it is causing problems with locking the devie (the modem). See mgetty's documentation for more details. Simply using /dev/ttyS0 (assuming this is where your modem is), instead of /dev/modem, might solved your problem.
> This is the first time I have used the list so I hope I don't make a > major faux paux. > > I have mgetty 1.1.14-2 on a 2.0 box and am having a strange problem. > With the mgetty statement commented out in the inittab, ppp will dail > out and connect just fine. With the mgetty statement not commented out > ppp fails as per the script below: > > Oct 22 16:08:27 fashion pppd[18300]: pppd 2.3.5 started by root, uid 0 > Oct 22 16:08:28 fashion chat[18301]: abort on (BUSY) > Oct 22 16:08:28 fashion chat[18301]: abort on (NO CARRIER) > Oct 22 16:08:28 fashion chat[18301]: abort on (VOICE) > Oct 22 16:08:28 fashion chat[18301]: abort on (NO DIALTONE) > Oct 22 16:08:28 fashion chat[18301]: send (ATDT2523698^M) > Oct 22 16:08:28 fashion chat[18301]: expect (ogin) > Oct 22 16:08:47 fashion chat[18301]: ATDT2523698^M^M > Oct 22 16:08:47 fashion chat[18301]: CONNECT 38400^M > Oct 22 16:08:49 fashion chat[18301]: ^M > Oct 22 16:08:49 fashion chat[18301]: ^M > Oct 22 16:08:49 fashion chat[18301]: login > Oct 22 16:08:49 fashion chat[18301]: -- got it > Oct 22 16:08:49 fashion chat[18301]: send (Pxxxxxxx^M) > Oct 22 16:08:49 fashion chat[18301]: expect (word) > Oct 22 16:08:49 fashion chat[18301]: : Pxxxxxxx^M > Oct 22 16:08:49 fashion chat[18301]: Password > Oct 22 16:08:49 fashion chat[18301]: -- got it > Oct 22 16:08:49 fashion chat[18301]: send (??????) > Oct 22 16:08:50 fashion pppd[18300]: Serial connection established. > Oct 22 16:08:51 fashion pppd[18300]: Using interface ppp0 > Oct 22 16:08:51 fashion pppd[18300]: Connect: ppp0 <--> /dev/modem > Oct 22 16:08:54 fashion pppd[18300]: Cannot determine ethernet address > for proxy ARP > Oct 22 16:08:54 fashion pppd[18300]: local IP address 207.170.232.137 > Oct 22 16:08:54 fashion pppd[18300]: remote IP address 207.170.232.4 > Oct 22 16:12:50 fashion pppd[18300]: Terminating on signal 15. > Oct 22 16:12:50 fashion pppd[18300]: Connection terminated. > Oct 22 16:12:50 fashion pppd[18300]: Hangup (SIGHUP) > Oct 22 16:12:50 fashion pppd[18300]: Exit. > > The lines in the inittab I have used are: > T0:23:respawn:/sbin/mgetty ttyS0 > and > S0:23:respawn:/sbin/mgetty ttyS0 > and some varitations of the above. > > Can anyone help me figure out what is going on? I'm assuming I have a > mgetty problem and not a ppp problem, but I've been wrong before. > > Thanks in advance. > > Dennis Runolfson > > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >