Clifford Kite wrote:
>
> 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
>
> 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.
I could explain the behaviour if he's using kppp in conjunction with
pppd-2.3.6 or higher. kppp from KDE 1.1 binds stdin/stdout the serial
device _and_ explicitly specifies the /dev/ttySx in the command line.
This leads to some trouble with the recent pppd's since will sent its
debug output to the serial port this way. The solution would be to
disable all debugging (see kppprc), get the most recent version from
ftp.kde.org or wait for KDE 1.1.1.
Harri.
P.S. The current versions don't pass the tty via the command line
anymore. This lead to permission problems with the new pppd anyway (it
drops it's suid status before opening the device).
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]