Rick <(E-Mail Removed)> writes:
]KPPP times out waiting for ppp to connect. I am using stock Mandrake
]Community 10. Messages shows the following:
]Jun 7 00:39:03 localhost pppd[1913]: pppd 2.4.1 started by rick, uid 501
]Jun 7 00:39:03 localhost pppd[1913]: Using interface ppp0
]Jun 7 00:39:03 localhost pppd[1913]: Connect: ppp0 <--> /dev/tts/LT0
]Jun 7 00:39:32 localhost pppd[1913]: Terminating on signal 15.
]Jun 7 00:39:32 localhost pppd[1913]: Connection terminated.
]Jun 7 00:39:32 localhost pppd[1913]: Exit.
]Can anyone give me advice on what to do? Any and all help appreciated.
Put the line
debug
into /etc/ppp/options.
Put the line
local2.*;daemon.* /var/log/ppplog
into /etc/syslog.conf
and then do
killall -1 syslogd
Then post the content of /var/log/ppplog after you try connecting again.
And perhaps read
www.theory.physics.ubc.ca/ppp-linux.html
for debugging instruction.