Hi
I'm bleeding on the edge here with kernel 2.4.0-test1
and ppp-2.3.11-4
I issued the command /sbin/pppd call isp.dump
and then tried to ping a web site on the other side of the ppp
and then pppd died - the message file gives:
[root@hoho0 peers]# tail /var/log/messages
Jun 6 11:21:32 hoho0 syslogd 1.3-3: restart.
Jun 6 11:22:28 hoho0 syslogd 1.3-3: restart.
Jun 6 11:29:55 hoho0 kernel: PPP generic driver version 2.4.1
Jun 6 11:29:55 hoho0 pppd[1375]: pppd 2.3.11 started by root, uid 0
Jun 6 11:29:55 hoho0 pppd[1375]: Using interface ppp0
Jun 6 11:29:55 hoho0 pppd[1375]: local IP address 199.3.36.36
Jun 6 11:29:55 hoho0 pppd[1375]: remote IP address 205.164.53.120
Jun 6 11:31:07 hoho0 pppd[1375]: read: Bad file descriptor(9)
Jun 6 11:31:07 hoho0 pppd[1375]: Exit.
[root@hoho0 peers]#
grepping through the code, it seems as though the message is coming from
pppd/sys-linux.c:860 fatal("read: %m(%d)",errno);
It is trying to read a packet from ppp_fd.
I'm in over my head - does anyone know what is happening here?
BobG
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]