ng_mppc_decompress: too many (4094) packets dropped, disabling node

Gleb Smirnoff glebius at FreeBSD.org
Thu Jan 5 11:01:18 UTC 2012


On Thu, Jan 05, 2012 at 12:48:05PM +0200, Sami Halabi wrote:
S> Hi,
S> there is a problem whith this script:
S> 
S> # ngctl ls | awk '{ if ($4 == "l2tp") print $6}'
S> ngctl: send msg: No buffer space available

You have so much nodes, that 'ngctl ls' can't pass its reply
to userland.

Try to bump net.graph.recvspace sysctl to a larger value, for
example:

sysctl net.graph.recvspace=1048576


-- 
Totus tuus, Glebius.


More information about the freebsd-net mailing list