On Tue, 17 Nov 1998, Linux Lists wrote:
|Date: Tue, 17 Nov 1998 17:36:23 -0800 (PST)
|From: Linux Lists <[EMAIL PROTECTED]>
|To: Linux PPP List <[EMAIL PROTECTED]>
|Subject: What does this msg mean ??
|
|
|Hi, there,
|
|I have a system with RedHat 5.0 (Hurricane), kernel 2.0.33 and pppd 2.3.3,
|which dials out to an NT box running RAS. It just keeps dialing and
|hanging up. After around three rounds, I start getting the following msgs:
|
|Nov 17 17:23:36 crowdy pppd[10647]: Serial connection established.
|Nov 17 17:23:37 crowdy pppd[10647]: Using interface ppp0
|Nov 17 17:23:37 crowdy pppd[10647]: Connect: ppp0 <--> /dev/ttyC0
|Nov 17 17:23:37 crowdy pppd[10647]: Remote message:
|Nov 17 17:23:37 crowdy modprobe: can't locate module ppp-compress-21
|Nov 17 17:24:22 crowdy pppd[10647]: Hangup (SIGHUP)
|Nov 17 17:24:22 crowdy pppd[10647]: ioctl(PPPIOCSASYNCMAP): Input/output
|error(5)
|Nov 17 17:24:23 crowdy pppd[10647]: Exit.
|
|
|After this state, I have to reboot the system to get pppd to work again.
|I've already tried to compile it as a module and just unload and then load
|the module again, but it does not solve the problem (i.e., I still have to
|reboot the system to get it to work again).
|
|What exactly do these msgs mean (especially the "remote message:" and the
This likely means that successful authentication took place, a good thing.
|"Input/output error(5)" ones) ???
The keyword is ASYNCMAP in the ioctl(). Try playing with the pppd asyncmap
option. asyncmap 0, asyncmap a0000, asyncmap 20a0000 are candidates. If
these all fail then turn on pppd debug messages with the pppd option debug
and look in the log file, usually /var/log/debug, to find what asyncmap the
peer is using for itself. Try using it for your asyncmap option.
|Can someone help me ?? I would really appreciate it.
|
|Regards,
|Ivan Passos
---
Clifford Kite Not a guru. (tm)
[EMAIL PROTECTED] Not even close.
----------------------------------------------------------------------------
"You're one of those condescending Unix computer users!"
"Here's a nickel, kid. Get yourself a better computer" - Dilbert.
----------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]