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. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"