In article <(E-Mail Removed)>,
(E-Mail Removed) wrote:
>In article <cmvfmg$dlj$(E-Mail Removed)>, Boris Glawe wrote:
>> I've put "debug" in /etc/ppp/options. But I don't get any further messages.
>
>Then it's not picking up the options from there.
Kindly read the section "OPTIONS FILES" in the pppd man page.
> What do you have in /etc/ppp/peers? There's probably a file in there
>specifying your adsl username. If so, put debug and -hide-password in
>that one.
debug Enables connection debugging facilities. If this
option is given, pppd will log the contents of all
control packets sent or received in a readable
form. The packets are logged through syslog with
facility daemon and level debug. This information
can be directed to a file by setting up /etc/sys-
log.conf appropriately (see syslog.conf(5)).
Did you think to look in /etc/syslog.conf ? daemon.debug is not
normally sent to any file. You have to edit /etc/syslog.conf and tell
that daemon where you want the debug information to go, and then
restart the syslogd daemon so that it reads the configuration file.
The 'logfd n', 'logfile filename', dryrun and dump options to pppd are
also very useful in debugging. The first two go back to ppp-2.3.9, the
later only back to 2.4.1.
Old guy