kern/86261: 'out of buffer space' after many PPPoE re-dial attempts, connectivity lost

Gleb Smirnoff glebius at FreeBSD.org
Wed Sep 21 06:50:29 PDT 2005


The following reply was made to PR kern/86261; it has been noted by GNATS.

From: Gleb Smirnoff <glebius at FreeBSD.org>
To: Bob Frazier <bobf at mrp3.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: kern/86261: 'out of buffer space' after many PPPoE re-dial attempts, connectivity lost
Date: Wed, 21 Sep 2005 17:45:24 +0400

   Bob,
 
   next time this happends, please check the following things:
 
 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]
    /etc/rc.d/ppp-user start
 
 If no success on 1), follow to 2):
 
 2) Does restart of ppp(8) + renewal of tun(4) interface help?
 
    /etc/rc.d/ppp-user stop
    [check that no ppp process is present]
    ifconfig tun0 destroy
    [check that tun0 interfaces disappeared]
    /etc/rc.d/ppp-user start
 
 2) Does restart of ppp(8) + renewal of tun(4) + renewal of netgraph
    PPPoE node helps?
 
    /etc/rc.d/ppp-user stop
    [check that no ppp process is present]
    ifconfig tun0 destroy
    [check that tun0 interfaces disappeared]
    ngctl shutdown fxp0:orphans   [assuming you run PPPoE on fxp0]
    [check that no PPPoE nodes remained, 'ngctl types | grep pppoe' must
     display 0]
 
 -- 
 Totus tuus, Glebius.
 GLEBIUS-RIPN GLEB-RIPE


More information about the freebsd-bugs mailing list