From owner-freebsd-net@FreeBSD.ORG Sun Apr 10 17:06:50 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 082BC106564A for ; Sun, 10 Apr 2011 17:06:50 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [62.231.161.221]) by mx1.freebsd.org (Postfix) with ESMTP id 51C508FC0C for ; Sun, 10 Apr 2011 17:06:48 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p3AH6f2s046742; Mon, 11 Apr 2011 00:06:42 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4DA1E39C.9090300@rdtc.ru> Date: Mon, 11 Apr 2011 00:06:36 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Przemyslaw Frasunek References: <4D947756.6050808@freebsd.lublin.pl> <4D9F6C71.1040209@frasunek.com> <4DA171BA.9000507@frasunek.com> In-Reply-To: <4DA171BA.9000507@frasunek.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: mpd5/Netgraph issues after upgrading to 7.4 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2011 17:06:50 -0000 On 10.04.2011 16:00, Przemyslaw Frasunek wrote: > Eventually I found that this issue is related to mbuf exhaustion. In > periods when sendto() fails with EPERM, the "requests for mbufs denied" > counter is increasing and "ngctl list" also fails. > Use command "vmstat -z|egrep 'ITEM|NetGraph'" and check FAILURES column. If you see non-zero values there, you need to increase netgraph memory limits net.graph.maxdata and net.graph.maxalloc using /boot/loader.conf. I use: net.graph.maxdata=65536 net.graph.maxalloc=65536 Eugene Grosbein