On Sat, 17 Jul 1999, Scott Dudley wrote:

|I enabled debug and saw nothing new in log.  Still saw the deflare
|module loaded...  Enabled "kdebug 1" and the following is the result:
|
|Jul 16 21:27:38 dudleypc pppd[16195]: pppd 2.3.7 started by scott, uid
|501
|Jul 16 21:27:38 dudleypc kernel: ppp_ioctl: set dbg flags to 10000
|Jul 16 21:27:38 dudleypc kernel: ppp_ioctl: set flags to 10000
|Jul 16 21:27:38 dudleypc kernel: ppp_tty_ioctl: set xasyncmap
|Jul 16 21:27:38 dudleypc kernel: ppp_tty_ioctl: set xmit asyncmap
|ffffffff

[edited]

Yes, the only thing this log shows are some kernel messages that result
from kdebug 1.  If you did add "debug" then those debug messages are going
elsewhere.  Before I forget again, please remove the kdebug option entirely
since, as you can see, it clutters the logs and makes them harder to read.
The kdebug option isn't useful except for a very few problems.

Look inside the various files that are configured in /etc/syslog.conf for
the debug messages.  These messages begin with LCP negotiation and show
most of what happens in each stage of negotiation.  Or add the line

daemon.*                                       /var/log/ppp-log

to /etc/syslog.conf, create the file with    echo -n > /var/log/ppp-log  , 
and do   kill -HUP `pidof syslogd`   to get syslogd to reread the
configuration.  The messages we need should be sent to ppp-log.  "man
syslog.conf" for more syslog configuration details. 

---
Clifford Kite                                               Not a guru. (tm)


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

Reply via email to