Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!imci3!imci5!pull-feed.internetmci.com!newsfeed.internetmci.com!demos!news1.relcom.ru!Gamma.RU!srcc!Radio-MSU.net!usenet From: "Vladimir V. Turin" <vova@mics.msu.su> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Q: pppd does'nt exit after lack of LCP echo responds Date: Mon, 02 Sep 1996 11:02:12 +0400 Organization: Microelectronics Systems Lines: 29 Message-ID: <322A8674.1BFF@mics.msu.su> NNTP-Posting-Host: ham.mics.msu.su Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; HP-UX B.10.10 9000/777) CC: vova@mics.msu.su Hi, I configured pppd to use LCP echo packets to check is the line still alive, but _sometimes_ pppd does'nt exit after such condition. Moreover, after logging line 'Excessive lack of response to LCP echo frames' pppd does not exit after -INT or -TERM signals. Only -KILL helps. pppd version is 2.1.2 running on FreeBSD 2.1.0-RELEASE. User .ppprc: modem lcp-echo-interval 10 lcp-echo-failure 3 Piece of log: ... Aug 31 19:17:16 bsd pppd[959]: rcvd [LCP EchoRep id=0xd1 32 25 93 2b 20 6e] Aug 31 19:17:17 bsd pppd[959]: sent [LCP EchoReq id=0xd2 3e 6f 3f a2] Aug 31 19:17:26 bsd pppd[959]: rcvd [LCP EchoRep id=0xd2 32 25 93 2b 20 6e] Aug 31 19:17:27 bsd pppd[959]: sent [LCP EchoReq id=0xd3 3e 6f 3f a2] Aug 31 19:17:37 bsd pppd[959]: sent [LCP EchoReq id=0xd4 3e 6f 3f a2] Aug 31 19:17:47 bsd pppd[959]: sent [LCP EchoReq id=0xd5 3e 6f 3f a2] Aug 31 19:17:57 bsd pppd[959]: Excessive lack of response to LCP echo frames. Aug 31 19:17:57 bsd pppd[959]: rcvd [LCP EchoRep id=0xd3 32 25 93 2b 20 6e] Aug 31 19:18:01 bsd pppd[959]: rcvd [LCP EchoRep id=0xd4 32 25 93 2b 20 6e] Aug 31 19:18:08 bsd pppd[959]: rcvd [LCP EchoRep id=0xd5 32 25 93 2b 20 6e] ... Thank you in advance, Vladimir.