From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 5 07:40:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D2F16A42A for ; Wed, 5 Oct 2005 07:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879BA43D46 for ; Wed, 5 Oct 2005 07:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j957eM4c086492 for ; Wed, 5 Oct 2005 07:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j957eM4e086491; Wed, 5 Oct 2005 07:40:22 GMT (envelope-from gnats) Date: Wed, 5 Oct 2005 07:40:22 GMT Message-Id: <200510050740.j957eM4e086491@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: kern/86261: 'out of buffer space' after many PPPoE re-dial attempts, connectivity lost X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 07:40:23 -0000 The following reply was made to PR kern/86261; it has been noted by GNATS. From: Gleb Smirnoff To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/86261: 'out of buffer space' after many PPPoE re-dial attempts, connectivity lost Date: Wed, 5 Oct 2005 11:32:46 +0400 Attach this to Audit-Trail. ----- Forwarded message from Bob Frazier ----- > next time this happends, please check the following things: It happened again today > 1) Does restart ppp(8) helps? To check this you will need to: > > /etc/rc.d/ppp-user stop > [check that no ppp process is present] in my case it was still running. I did a 'kill ###' on it, which ended it. > /etc/rc.d/ppp-user start This made the problem go away! Only /dev/tun0 was present, so the tun device was properly deleted when I killed the process, FYI. So it looks like it's client-side ppp doing it. ----- End forwarded message -----