On Wed, 21 Apr 1999, William Bradley wrote:
|I just upgraded to RH 5.9 for fun and now am getting goofy pppd errors:
|
|Connect: ppp0 <--> /dev/ttyS1 Apr 21 00:24:26 localhost pppd [681]:
|Protocol-Reject for unsupported protocol 0x7263
|localhost modprobe: can't locate module ppp-compress-24
|localhost pppd [681]: Protocol-Reject for unsupported protocol 0x7263
|localhost pppd [681]: Protocol-Reject for unsupported protocol 0x7263
|(repeats a few hundred time)
|It brings the sys almost to halt because of writes to /var/log/messages.
|I installed with vanilla 2.2.5 kernel straight off of the cd and there
|is no ppp-compress module that I can find.
The lack of a ppp-compress is not your problem.
|Any ideas?
Translating 72 and 63 to characters you get "rc" . This is likely the
first two characters in "rcvd" which pppd prefixes to received messages it
logs with debug option. These messages are being returned to pppd from
someplace that got them and pppd barfs on them since they aren't PPP
protocol messages.
I've seen this happen when kppp is being used; the messages were sent to
the ISP which sent them back with it's own Protocol-Reject. There was no
doubt that this acutally happened. How RH has managed to this I can't say.
---
Clifford Kite Not a guru. (tm)
[EMAIL PROTECTED] Not even close.
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]