> 
> My ppp-on script normally works perfectly, but as soon as I start diald the
> connection always fails to initiate.  Looking the logs, the passwords etc.
> are negotiated perfectly, but the ppp child process that is spawned times
> out after 55 secs... the modem hangs up and it basically doesn't work.  It
> then retries but fails consistently.
> 
> 
> This behaviour occurs using both my ppp-on script (normally fine), and
> automatic dialing.
> 
> 
> Any ideas?

It sounds as if you are looking at the chat dialog in
/var/log/messages, and that works correctly.  Have you enabled
debugging in pppd and looked at the lcp messages that go back and
forth on the line?  You need to add the debug flag to the ppp
configuration (either in /etc/ppp/options or the diald config file)
AND add a line to /etc/syslog.conf

daemon.*                             /var/log/ppp

NOTE! The whitespace in the above line needs to be nothing but TABS!

Restart (kill -1) syslogd, try to connect, and see what is in /var/log/ppp.

-- cary

> Would it help if I posted the logs?
> 
> 
> Thanks very much!
> - James
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to