From owner-freebsd-hackers Fri Sep 5 20:48:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA18469 for hackers-outgoing; Fri, 5 Sep 1997 20:48:56 -0700 (PDT) Received: from gateway.senet.com.au (root@gateway.senet.com.au [203.11.90.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA18462 for ; Fri, 5 Sep 1997 20:48:51 -0700 (PDT) Received: from holly.rd.net (root@c1-p34.senet.com.au [203.56.237.35]) by gateway.senet.com.au (8.8.7/8.8.7) with ESMTP id NAA00137 for ; Sat, 6 Sep 1997 13:18:53 +0930 Received: from holly (darius@localhost [127.0.0.1]) by holly.rd.net (8.8.5/8.8.5) with ESMTP id NAA01235 for ; Sat, 6 Sep 1997 13:19:07 +0930 (CST) Message-Id: <199709060349.NAA01235@holly.rd.net> To: freebsd-hackers@freebsd.org Subject: IJPPP Weirdness... Reply-to: doconnor@ist.flinders.edu.au Date: Sat, 06 Sep 1997 13:19:03 +0930 From: "Daniel J. O'Connor" Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have been having some strange problems with IJPPP. When I run it in dial on demand mode, it works OK, except that when it times out(ie idle timer expires), or you clos ethe connection manually(telnet to port 3000), and make it dial up again, it works for about 30seconds and then hangs up again... The PPP log file looks like the following - 08-31 23:40:18 [258] LqrOutput: 08-31 23:40:18 [258] Magic: e1987f28 LastOutLQRs: 00000022 08-31 23:40:18 [258] LastOutPackets: 0001b077 LastOutOctets: 04133345 08-31 23:40:18 [258] PeerInLQRs: 00000022 PeerInPackets: 000003a8 08-31 23:40:18 [258] PeerInDiscards: 00000000 PeerInErrors: 00000002 08-31 23:40:18 [258] PeerInOctets: 00026053 PeerOutLQRs: 00000001 08-31 23:40:18 [258] PeerOutPackets: 00000005 PeerOutOctets: 000000e4 08-31 23:40:18 [258] Will send LQR every 30.0 secs 08-31 23:40:19 [258] Disconnected! 08-31 23:40:19 [258] Connect time: 8 secs 08-31 23:40:19 [258] Phase: Dead 08-31 23:40:19 [258] LCP: LayerDown 08-31 23:40:19 [258] Phase: Terminate 08-31 23:40:19 [258] LCP: state change Opend --> Starting 08-31 23:40:20 [258] ioctl error (Bad file descriptor)! 08-31 23:40:20 [258] Disconnected! 08-31 23:40:20 [258] Connect time: 9 secs 08-31 23:40:20 [258] Phase: Dead 08-31 23:40:21 [258] ioctl error (Bad file descriptor)! 08-31 23:40:21 [258] Disconnected! This is when it dies badly, it seems OK when it dials up the first time(ie no bad FD messages and the like) I thought it might be my provider, but they recently changed from Linux PPP dialup machines to CISCO's(so PRED1 works now too), and it still does it :-/ Any idea? Seeya Darius ~~~~~~