Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2005 13:50:28 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/86261: 'out of buffer space' after many PPPoE re-dial attempts, connectivity lost
Message-ID:  <200509211350.j8LDoS4h021500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/86261; it has been noted by GNATS.

From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Bob Frazier <bobf@mrp3.com>
Cc: freebsd-gnats-submit@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509211350.j8LDoS4h021500>