From owner-freebsd-net@FreeBSD.ORG Tue Oct 18 10:41:27 2005 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E6E416A41F; Tue, 18 Oct 2005 10:41:27 +0000 (GMT) (envelope-from raglon@packetfront.com) Received: from mail.packetfront.com (mail.packetfront.com [212.247.6.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E399743D46; Tue, 18 Oct 2005 10:41:26 +0000 (GMT) (envelope-from raglon@packetfront.com) Received: from localhost (localhost [127.0.0.1]) by mail.packetfront.com (Postfix) with ESMTP id F135EA3F94; Tue, 18 Oct 2005 12:41:24 +0200 (CEST) Received: from mail.packetfront.com ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23191-07; Tue, 18 Oct 2005 12:41:24 +0200 (CEST) Received: from [192.168.1.159] (unknown [192.168.1.159]) by mail.packetfront.com (Postfix) with ESMTP id 54309A3F8D; Tue, 18 Oct 2005 12:41:24 +0200 (CEST) Message-ID: <4354D0ED.3030200@packetfront.com> Date: Tue, 18 Oct 2005 12:39:41 +0200 From: Ragnar Lonn User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <4354B7E1.9080708@packetfront.com> <20051018102849.GD57000@ip.net.ua> In-Reply-To: <20051018102849.GD57000@ip.net.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at packetfront.com Cc: freebsd-net@FreeBSD.org Subject: Re: ngctl: send msg: No buffer space available 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: Tue, 18 Oct 2005 10:41:27 -0000 Ruslan Ermilov wrote: >On Tue, Oct 18, 2005 at 10:52:49AM +0200, Ragnar Lonn wrote: > > >>Hi all, >> >>I've run into the above problem with Netgraph on a FreeBSD 4.11 system. >>I know there >>are sysctl's (net.graph.recvspace and net.graph.maxdgram) you can set in >>5.x but how >>can I get around this problem on a 4.x machine where these sysctl >>variables dont exist? >> >> >> >They do exist for sure: > >Perhaps the ng_socket.ko module isn't loaded? > > > Oops. "kldload ng_socket" made things a lot better, thanks :) I was a bit perplexed as I checked the ng_socket code and saw it reading those variables but I couldn't set them with sysctl. Didn't think about checking whether the module was actually loaded... /Ragnar