From owner-freebsd-current Tue Nov 10 23:51:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16993 for freebsd-current-outgoing; Tue, 10 Nov 1998 23:51:40 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from xkis.kis.ru (xkis.kis.ru [195.98.32.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16969; Tue, 10 Nov 1998 23:51:13 -0800 (PST) (envelope-from dv@dv.ru) Received: from localhost (dv@localhost) by xkis.kis.ru (8.9.0/8.9.0) with SMTP id KAA21217; Wed, 11 Nov 1998 10:50:33 +0300 (MSK) Date: Wed, 11 Nov 1998 10:50:33 +0300 (MSK) From: Dmitry Valdov X-Sender: dv@xkis.kis.ru To: Brian Somers cc: Kris Kennaway , Brian Somers , current@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp ip.c In-Reply-To: <199811102130.VAA16348@woof.lan.awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 10 Nov 1998, Brian Somers wrote: > Date: Tue, 10 Nov 1998 21:30:15 +0000 > From: Brian Somers > To: Dmitry Valdov > Cc: Kris Kennaway , > Brian Somers , current@freebsd.org > Subject: Re: cvs commit: src/usr.sbin/ppp ip.c > > > > > There is a problem in ppp - when you kill it with -9, You'll not be able to > > > > start it again until you reboot. > > > > Sometimes I need to kill it with -9 because when killing with SIGHUP it > > > > tries to properly shutdown PPP session via LCP, but there is some cases when > > > > it inpossible. > > > > > > Doing a 'route delete default' seems to fix this for me (otherwise it just > > > hangs when I try and restart it). > > > > > > > Thanks, will be know. But why not to fix it in ppp? :) > > What do you suggest is changed ? Ppp can't delete the default route > on it's own - it doesn't necessarily belong to ppp. > Why? If I have add default [...] in ppp.conf, and there is impossible to have 2 defaults then ppp shoul delete old default and make new :) > > Also there is one more bug - sometimes ppp don't detect carrier lost and > > stays in open state for a long time. :( > > Get the latest version from http://www.Awfulhak.org/ppp.html and > enable debug logging. You'll see ppps idea of carrier. I suspect > that either your modem is faking carrier all the time or that you're > running a very old version (2.2.5?). > 1. I'm running version from -current. 2. I've USR Sportster 28800 modem and my friend have an IDC modem. We are both experiencing the same problem. Please check it, I'm really shure that it isn't nmodem or user error :) Dmitry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message